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

body{
	background-color:#000;
	background-repeat:repeat;
	
}

#wrapper{
	width:1200px;
	height:auto;
	margin:0px autopx 0px autopx;
}

#image{
	width:716px;
	height:545px;
	padding:0px;
	position:relative;
	margin:30px 0px 0px 100px;
}

#image p{
	color:#666;
	font-size:10px;
	font-family:"Century Gothic";
}
#name{
	width:250px;
	height:70px;
	padding:0px;
	margin:0px 0px 0px 40px;
}

#main-nav{
	width:400px;
	height:50;
	margin:-50px 0px 0px 420px;
	
}

#main-nav ul{
	
	width:400px;	
	
}

#main-nav ul li {
	margin:0px 05px 0px 12px;
	display:inline;
	text-decoration:none;
	clip:rect(top);
	color:#666;
	font-size:11px;
	font-family:"Century Gothic", "Arial", San Serif;
}

#main-nav ul li a{
	color:#666;
	text-decoration:none;
}

#main-nav ul li a:hover{
	color:#FFF;
	text-decoration:none;
}
	
#content-frame{
	width:1000px;
	height:700px;
	margin:0px 0px 0px 10px;
}


