/*------------------------------
Stylesheet for maryannweeks.co.uk
Author: Rude Goose
------------------------------*/
body{
	background:url(images/bg.gif);
	/*background:url(images/blackWood.jpg);*/
	margin:0;
	padding:0;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.4em;
}
img{border:0;}

a{text-decoration:none;}
	
#centre{
	margin:0 auto;
	position:relative;
	width:960px;
}
.clear{
	clear:both;
}
#footer{
	width:960px;
	margin:0 auto;
}
#footer #aveda{
	float:right;
	margin:5px;
}
#header{
	width:960px;
	height:100px;
	margin:0 auto;
}
#home #main{
	height:420px;
	overflow:hidden;
	background:url(images/homeBG.png) repeat-x;
}
#homeMovie{
}
#left{
	float:left;
	width:350px;
	margin-top:11px;
	color:#E8E6D7;
}
#left h3{
	font-weight:normal;
	font-size:1em;
	margin-top:0;
}
#left h3 span{
	text-transform:none;
	color:#FFF;
}
#logo{
	width:349px;
	height:64px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999em;
	margin:20px 0;
	float:left;
	overflow:hidden;
}
#logo a{
	width:349px;
	height:64px;
	display:block;
	color:#000;
}
#main{
	background:#1A110F;
	width:100%;
	float:left;
	margin-bottom:5px;
}
#nav{
	margin:70px 0 0 0;
	padding:0;
	float:right;
	width:600px;
}
#nav li{
	margin:0;
	padding:0 0 0 20px;
	float:right;
	text-transform:uppercase;
	font-size:0.8em;
	list-style:none;
}
#nav a:link, #nav a:visited{
	color:#C4B7A0;
}
#nav a:hover{
	color:#FFF;
}
#nav #current a{
	color:#B6B34C;
}
.nugget{
	width:340px;
	background:#0C0303;
	padding:5px;
	margin-top:10px;
}
.nugget:hover{
	background:#120C0A;
}
.nugget img{
	float:left;
	margin-right:10px;
}
.nugget h3, .nugget h3 a, .nugget a span{
	margin:10px 0 0 0;
	color:#B6B34C;
	text-transform:uppercase;
}
.nugget p{
	color:#C4B7A0;
	font-size:0.8em;
	margin:0 0 10px 0;
}
.nugget a{
	color:#C4B7A0;
}
#right{
	float:right;
	margin-top:11px;
}
#content{
	background:#E8E6D7;
	width:560px;
	float:right;
	padding:20px;
}
#content a:link, #content a:visited{
	color:#633;
}
#content a:hover{
	color:#000;
}
#content h2{
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:-2px;
}
#content ul{
	margin:20px 0 0 0;
	padding:0;
}
#content li{
	list-style:none;
	margin:0 0 5px 0;
	padding:5px 0;
	border-bottom:1px solid #C4B7A0;
}