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

/*Reset Rules*/
html, body{
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	background:#333;
}

img{
	border:0px;
}

ul{
	list-style:none;
}

a{
text-decoration:none;
}

a:active
{
outline: none;
}

a:focus
{
}



#wrapper{
	margin:auto;
	width:940px;
	background:#006a85;
	border:1px solid #FFF;
}


#header{
	margin:0;
	height:100px;
	border-bottom:3px solid #FFF;
}



#left{
	float:left;
	width:302px;
}

#right{
	float:right;
	width:600px;
	padding-left:0;
}

#right p a{
	padding-left:100px;
}

#right h1{
	font-size:10px;
	color:#C60;
	font-style:italic;
	font-family:"Century Gothic", Arial, Cochin;
	padding-left:200px;
	}
	





/*Navigation*/
#navigation{
	float:left;
	width:940px;
	border-top:3px solid #FFF;
	clear:both;
}

ul#nav{
	float:right;
	
}

ul#nav li{
	display:inline;
	padding-right:30px;
		
				
}


ul#nav li a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px
}


#content{
	background:#006a85;
	padding:60px;
	font-size:16px;
	text-align:center;
	
}

#content a{
	text-decoration:none;
	color:#fff;
}

#content h1{
	color:#C60;
	padding-left:30px;
	font-family:Cochin, serif;
	font-weight:bold;
	font-size:50px;

	
	}


#footer{
	clear:both;
	background:#006a85;
	height:40px;
	border-bottom:3px solid #FFF;
	border-top:3px solid #FFF;
	padding:10px;
}
#footer p{
	color:#FFF;
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

#footer p a{
	color:#C60;
}
