/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}
	
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
img{
	border:none;
	}
	
table{
	border-collapse:collapse;
	}
	
p{
	padding-bottom:10px;
	line-height:155%;
	}
	
p a{
	color:#FF3399;
	}
	
p a:hover{
	text-decoration:none;
	}
	
a{
	}
	
a:hover{
	}
	
ul{
	}
	
ol{
	}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-bottom:10px;
	}
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-bottom:10px;
	}
	
h3{
	}
	
h4{
	}
	
.clear{
	clear:both;
	}
	
.container{
	margin:40px auto 0 auto;
	width:960px;
	height:500px;
	background:url(../images/bg.jpg) no-repeat;
	border:solid 15px #333333;
	}
	
.nav{
	color:#fff;
	padding:20px 30px 20px 0;
	text-align:right;
	}
	
.nav a{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:16px;
	margin:0 10px;
	}
	
.nav a:hover{
	color:#FF3399;
	}
	
.nav a.active{
	color:#FF3399;
	text-decoration:underline;
	}
	
.content{
	font-size:14px;
	float:right;
	padding-right:30px;
	width:450px;
	}
	
#gallery li{
	float:left;
	margin:5px 5px;
	}
	
.footer{
	color:#fff;
	font-size:11px;
	width:960px;
	margin:10px auto;
	}
	


