*{
	border:0;
	margin:0;
	border:0;
}
body{
	background:#000;
	color:white;
	font-family:verdana;
	font-size:13px;
}
img{
}
p{
	margin-bottom:20px;
}
#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	padding:4px;
	background:white;
	margin-top:12px;
}
#header{
	background-image:url(images/millar_header.jpg);
	width:980px;
	height:200px;
}
#header_louise{
	background-image:url(images/louise_header.jpg);
	width:980px;
	height:200px;
}

#header_press{
	background-image:url(images/press_head.jpg);
	width:980px;
	height:200px;
}


#menu{
	width:972px;
	height:18px;
	background:black;
	margin:4px 0 4px 0;
	padding:4px;
	text-transform:capitalize;
	font-size:11px;
}
#menu ul{
	margin:2px 0 0 0px;
}
#menu ul li{
	display:inline;
	list-style:none;
}
#menu li{
	margin:0 5px 0 0px;
}
#menu a{
	color:white;
	text-decoration:none;
}
#menu a:hover{
	color:#CCC;
}
#content{
	position:relative;
	background:white;
	padding:20px;
	color:black;
	overflow:hidden;
}

#left_content_home{
	width:940px;
	text-align:justify;
}

#left_content{
	padding-right:20px;
	width:700px;
	float:left;
	border-right:1px solid #DCD5B9;
	text-align:justify;
}


#right_content{
	padding-left:20px;
	float:left;
	width:180px;
	font-size:11px;
}

#right_content h3{
	font-weight:normal;
	margin-bottom:6px;
	background:FCF5E9;
	padding:0px;
}

#right_content a{
	font-size:13px;
	padding:0px;
	font-weight:bold;
	color:#BCB599;
	text-decoration:none;
}
#right_content a:hover{
	color:#DCDDC9;
	text-decoration:underline;
}

#footer{
	border-top:1px solid #DCD5B9;
	height:23px;
	width:980px;
	margin:0 auto;
	font-size:10px;
	color:#ACA599;
	background:#FCF5D9;
	padding:4px;
	}
#copy{
	padding-top:4px;
	float:left;
	margin-right:250px;
}
#terms{
	float:left;
	margin-right:290px;
}
#wpdc a{
	padding-top:4px;
	float:left;
	font-size:9px;
	color:#ACA599;
	text-decoration:none;
}
#news_articles p{
	padding:10px 20px 10px 20px;
	text-align:justify;
	}

#millar_ladies img{
height:300px;
width:200px;
padding:10px;
}

#lou_knatch img{
height:300px;
width:200px;
margin:50px;
}

#press img{
height:300px;
margin:10px;
}



input,textarea{
	border:1px solid #DCD5B9;

}




#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li a{
color:black;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

