body{
	background: #000;
	font-family: Helvetica;
}

#center{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

p{color:#000;}
p.bold{color:#000;font-weight:bold;}
h1{color:#000;}
h2{color:#000;}
a{color:#000;text-decoration:none;font-variant: small-caps;}
a:hover{color:#333;}
img{color:#000;border:0;}

.footer{
	position: fixed;
	bottom: 5px;
	right: 5px;
	color: #857d7d;
}

#container1{
	background: url(../image/bg-prot.png) no-repeat center center;
	height: 400px;
	width: 800px;
	position: absolute;
	top: 25%;
}

#container2{
	background: url(../image/bg-prot1.png) no-repeat center center;
	height: 400px;
	width: 800px;
	position: absolute;
	top: 25%;
}

#nav{
	float: left;
	width: 205px;
}
#nav ul{
	margin-top: 10px;
	padding: 0;
}
#nav ul li{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 33px;
	width: 205px;
}
#nav a{
	background: #857d7d;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 35px;
	font-variant: small-caps;
}

#content{
	width: 225px;
	height: 400px;
	float: left;
	padding-left: 25px;
	overflow: hidden;
}