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

body {
	background: #828585;
	margin: 0px;
	padding: 25px 0;
	width:auto; height:auto;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	font-size: 62.5%;
}
	
h1{
	font-size: 2.1em;
	color: #ebad14;
	text-align:center;
	font-weight:normal;
	margin:30px 0;
	padding: 0 30px 20px 30px;
	font-weight: lighter;
	border-bottom: #CCCCCC thin dashed;
} 

ul{
	color:#666666;
	font-size: 1.6em;
	padding: 0 50px 10px 50px;
	font-weight: lighter;
	list-style-image: url(images/list2.jpg);
}

li{
	margin-bottom: 20px;
	padding-left:5px;
}


h2{
	font-size: 1.8em;
	color: #999999;
	text-align:right;
	font-weight:normal;
	vertical-align:middle;
	line-height: 1em;
	text-transform:uppercase;
	
} 

#header{
	height: 200px;
	width: 1024px;
	margin: 0 auto;
	vertical-align: bottom;
	clear:right;
}

p{
	color:#666;
	font-size: 1.2em;
	}



#navbar{
	height:68px;
	width: 100%;
	background:url(images/navbar.jpg) repeat-x;
}

#container{
	margin: 0 auto;
	width:1024px;
	background: #fff;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	
}

#content{
	width: 600px;
	background-colour: #fff;
	margin: 0 auto;
	border:#CCCCCC thin solid;
	margin-top:30px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright {
	display: inline;
	float: right;
	margin-right: 24px;
	
}

.aligncentre {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
	width:auto;
	padding-top:100px;
	
}

#footer {	
	border-top: 1px solid #f3f2f2;
	color: #ebad14;;
	background: #faf9f9;
	text-align:center;	
	padding:20px 0;
	margin-top:100px;
}


#footer h4{
	color:#ebad14;
	font-size:21px;
	width: 450px;
	margin: 0 auto;
	padding-bottom:10px;
}

#footer p{
	color:#666;
	width: 450px;
	margin: 0 auto;
}

a {
	color:#ebad14;
	text-decoration: none;
}

a:hover{
	color:#ccc;
}