body {
	background: #8C8C8C url("images/bg.gif") left top repeat-x;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #ffffff;
	margin:0;
	font-size:11px;
}
a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
.container {
	width:923px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
.nav{
	float:left;
	width:353px;
	height:572px;
	background: url("images/nav.gif") left top repeat-x;
}
.content{
	float:right;
	width:570px;
	height:668px;
	background: url("images/ref.gif") left top repeat-x;
}
.temp {
	text-align: center;
	width:754px;
}

/********************************************/
.menubas {
	color:#cccccc;
	text-decoration:none;
	font-size:10px;
}
.menubas:hover{
	color:#cccccc;
	text-decoration:none;
}
/***********************************************/
p {
	text-align:justify;
}
img{
	border:0px;
}
.imgleft{
	padding-right:10px;
	float:left;
}