@charset "utf-8";
/* CSS Document */

body{ 
	font-family:"Courier New", Courier, monospace;
	font-size: small;
	color: #fff;
	background:url(images/cords-left.jpg) no-repeat #fff;
	}

h2, h3, h4 {
	font-weight: normal; 
	}
	h1 {
	font-weight: strong;
	font-size: 300%;
	color:#FFF
	}

	h2 {
	font-size: 170%;
	color: #00000;
	padding: 0px;
	margin: 0px 0px 10px 0 px;
	}
	h3 {
	font-size: 140%;
	color: #666;
	margin: 0px 0px 10px 0 px;
	}
	h4 {
	font-size: 120%
	}


	

}

#container{

	width:1100px;
	height:700px;
		}


#one #container{
background:url(images/cordsbra.jpg) no-repeat;	}


#paint #container{

background:url(images/britbr.jpg) no-repeat;	}

#sexy #container{
	
background:url(images/amybra.jpg) no-repeat;	}

#makeup #container {
background:url(images/ebr.jpg) no-repeat;
}

	




	/*#inset {
		position:relative;
		width:670px;
		height:500px;
		background:#999;
		margin:100px 100px 100px 370px;
		} */


#banner {
	position:relative;
	width:597px;
	height:80px;
	color:#FFF;
	margin:30px 0px 0px 400px;
	background:url(images/yanban.jpg) no-repeat;
	/*border:ridge;*/
	}
	
#contents {
	position:relative;
	width:687px;
	height:550px;
	color:#FFF;
	margin:0px 0px 0px 350px;
	background-color:#FFF;
	/*	border:ridge;	 */
	}
	
		#navbar {
			float:left;
			width:538px;
			height:60px;
			color:#FFF;
			margin:10px 0px 0px 130px;
			font-size:120%;
			font-weight:bold;
		/*	border:ridge;	 */
				 }
				 
				 #navbar ul {
				float: left;
				height: auto;
				list-style:none; /* turns off bullets or changes them */
				padding: 0px;
				padding-left: 0px;
				margin: 0px;
		}
		
			#navbar ul li{ /* for list items */
			float:left;
			margin-right: 0px;
			height: 50px;
			width: 90px;
			}
						/*controlling links in this section*/
						#navbar ul li a{
						color:#000;
						text-decoration: none;
						text-align: center;
						display:block;
						height: 34px;
						padding-top: 16px;
						background: url(images/button2.png) right no-repeat;
						}
						#navbar ul li a:hover{
						color:#FFFFFF;
						background: url(images/button.png) right no-repeat;
						}
			
					#nav ul li a:active{
						color:#FFFFFF;
						
						}
	

#mainlt{
			float:left;
			color:#FFF;
			width:230px;
			height:500px;
			/*	border:ridge;	 */
	}


#mainrt{
			float:left;
			color:#FFF;
			width:435px;
			height:500px;
			margin-left:5px;
			/*	border:ridge;	 */
	}
	
	
#footer{
			float:left;
			color:#000;
			width:680px;
			height:30px;
			margin:22px 0px 0px 350px;
			padding-top:13px;
}
		#footer a{
			color:#FFF;
			text-decoration: none;
			
			
	}
