@charset "utf-8";
/* CSS Document */

body{
	background-color:#999999;
}

#wrapper{
	width:950px;
	margin:auto;
}

#banner{
	background-color:#000000;
}

#navbar{
	margin:auto;
	width:950px;
	height:50px;
	background-color:#000000;
}

.slices{
	float:left;
}



#content{
	float:right;
	background-color:#ffffff;
	width:950px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

#content p{
	margin-left:60px;
	margin-right:60px;
	margin-bottom:30px;
	text-align:justify;
}

#content i{
	color:#6E6E6E;
}

#content b{
	color:#FF0000;
}

#content h1 {
	padding-top:20px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#000000;
}

#content h2{
	margin-left:30px;
	font-family:"Times New Roman", Times, serif;
	color:#FF0000;
}

#content h3{
	margin-left:50px;
	color:#4D4D4D;
}

#content img{
	padding-bottom:30px;
}

#content ul{
	padding-left:90px;
	padding-right:90px;
}
#content ol{
	padding-left:90px;
	padding-right:90px;
}



#footer{
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	width:950px;
	height:50px;
}