/* 
Style for ChavezArt.net, bound to XML, 
displayed with XSL, CMS with PHP and AS 
copyright 2007 Anthony Chavez 
*/

@import "../../styles/all.css";

a {
	color:#006BB7;
	text-decoration:none;
	}
		
a:hover {
	color:#FFEB65;
	}
		
h1 {
	color:#001C51;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	}
		
h2 {
	color:#006BB7;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	}
		
p {
	margin-top:5px;
	margin-bottom:8px;
	}
	
img object embed {
	margin:0px;
	padding:0px;
}	



body {
	background-attachment:fixed;
	background-image:url(../images/splash-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#c0ccd9;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}
	
	#container {
		background-attachment:fixed;
		background-image:url(../images/splash-bgMain2.gif);
		background-repeat:repeat-y;
		background-position:top center;
		width:760px;
		height:auto;
		margin:0px auto;
		text-align:left;
		}
		
	#spacerL{
		width:76px;
		height:1000px;
		float:left;
		margin:0px;
	}
	
	#spacerR{
		width:76px;
		height:1000px;
		float:left;
		margin:0px;
	}
	
	/*
	1st Row Content DIVS
	*/
	
	#contentTop {
		width:608px;
		height:316px;
		float:left;
		/*margin-left:76px;
		margin-right:76px;*/
		margin:0px;
		vertical-align:bottom;
		/*text-align:center;*/
		}
		
		#contentTop .mp3Player{
			width:100%;
			height:20px;
			height:auto;
			text-align:right;
			vertical-align:top;
			margin:0px;
		}
		#contentTop object embed{
			margin:0px;
		}
		
		#contentTop img{
			text-align:center;
			margin:0px;
			vertical-align:bottom;
		}

		
	/*
	2nd Row Content DIVS
	*/
	
	#contentMid {
		width:608px;
		height:408px;
		float:left;
		margin:0px;
		/*margin-left:76px;
		margin-right:76px;*/
		vertical-align:top;
		}
		
		#contentFlash {
			width:608px;
			height:408px;
			background-image:url(../images/splash-bgSwf.jpg);
			background-repeat:no-repeat;
			background-position:top center;
			margin:0px;
			vertical-align:top;
		}
		
		#contentFlash embed object{
			margin:0px;
			vertical-align:top;
		}
		
	/*
	3rd Row Content DIVS
	*/
	#contentPromo {
		width:608px;
		height:auto;
		float:left;
		/*margin-left:76px;
		margin-right:76px;*/
	}
	
	/*
	3rd Row Content DIVS
	*/	
	
	#contentBtm {
		width:608px;
		height:200px;
		float:left;
		/*margin-left:76px;
		margin-right:76px;*/
		}
		
		#contentBtmForm {
			width:608px;
			height:200px;
			float:left;
			background-image:url(../images/splash-bgForm.jpg);
			background-repeat:no-repeat;
			background-position:top center;
		}
		
		#contentBtmFormInput{
			width:270px;
			height:183px;
			float:left;
			padding-left:338px;
			padding-top:7px;
			padding-bottom:10px;
			/*margin-left:338px;
			margin-top:7px;
			margin-btm:10px;*/
		}
		
		#contentBtmFormInput form fieldset{
			margin:0px;
			border:none;
		}
		
		#contentBtmFormInput input{
			width:270px;
			margin:0px;
		}
				
		#contentBtmFormInput .vSpace{
			margin-top:13px;
		}

		#contentBtmFormInput .button{
			margin-top:13px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:195px;
			width:75px;
		}

