body {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;	
}

.header {
	background-color: #FFO0;
	width: auto;
	float: none;
}
.header .logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 250px;
	width: auto;
}

.header .menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header .menu ul li {
	position: relative;
	float: left;
	
	
}
.header .menu ul li ul {
	position: absolute;
	left: -1px;
	top: 29px;
	display: none;
}
.header .menu ul li ul li{	
	width:275px;
}
.header .menu ul li a {
	color: #777;
	text-decoration: none;	
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:5px;
	padding-bottom:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

.header .menu ul li ul li a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.header .menu ul li:hover ul {
	display: block;
}
.header .menu ul li:hover a {
	display: block;
	color: #66F;
	background-color: #CCF;
}
.header .menu ul li ul li:hover a {
	display: block;
	color: #66F;
	background-color: #CCC;
}
.content {
	padding: 15px;
	width: 70%;
	border: 1px solid #CCC;
	text-align: justify;
	font-size: 18px;
	float: left;
}
.rContent {
	position: absolute;
	left: 71%;
	width: 25%;
	text-align: justify;
	font-size: 15px;
}

.rContent .news {
	border: 1px solid #ccc;
	padding: 5px;
}

.rContent .news a {
	color: #F00;
	text-decoration: blink;
	font-size: 24px;
}
.rContent .str {
	border: 1px solid #ccc;
	padding: 5px;
}
.rContent .str a {
	color: #303;
	text-decoration: none;
	display:block;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.rContent .str a:hover  {
	color: #66F;
	background-color: #CCF;
}
.footer {
	padding: 15px;
	width: 70%;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 18px;
	float: left;
}
.footer a {
	font-size: 26px;
	color: #CCC;
	text-decoration: none;
}
.clear_space {
	width: 100%;
	height:5px;
	float: left;
}
.content center div .thumbs a {
	display: block;
	float: left;
	padding: 2px;
}
