body {
	padding:0;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto;
}
html, body, #page {
	height:100%;
}
body > #page {
	height: auto; 
	min-height: 100%;
}
a {
	text-decoration:none;
	color:#858585;
}
img {
	border:0;
}
h1, h2, h3, h4, h5 {
	font-size:16px;
}
hr {
	border:0;
	border-bottom:1px solid #d2d2d2;
}
ul {
	margin:0;
	margin-left:-40px;
}
*:first-child+html ul {
	margin-left:0;
}
* html ul {
	margin-left:0;
}
li {
	list-style-type:none;
	margin:0;
}
#page {
	width:1010px;
}
.photo {
	float:left;
	width:604px;
	height:792px;
	margin-left:1px;
	margin-top:5px;
}
.logo {
	float:left;
	width:230px;
	height:270px;
	cursor:pointer;
	position:relative;
	left:4px;
	top:6px;
}
.top_menu {
	float:left; 
	padding:4px 0px 0px 0px; 
	width:604px;
	position:relative;
	left:231px;
}
.top_menu a {
	color:#858585; 
	font-decoration:underline;
}
.top_menu a:hover {
	color:#5B8DA4; 
	font-decoration:none;
}
#all_menus {
	float:right;
	width:165px;
	position:relative;
	bottom:1px;
}
#left_menus {
	float:left;
	width:165px;
	position:relative;
	bottom:1px;
	left:53px;
	top:20px;
}
*:first-child+html #all_menus {
	height:100%;
}
.menu {
	background:#858585;
	height:26px;
	border:1px solid #c2c2c2;
	margin-top:6px;
	padding-left:5px;
	width:160px;
	clear:both;
	float:left;
}
.menu_inside {
	padding:5px 0px 0px 6px;
}
.menu a{
	float:left;
	padding:5px 0px 0px 6px;
	color:#FFF;
}
.menu_double {
	background:#858585;
	height:50px;
	/*width:160px;*/
	border:1px solid #c2c2c2;
	margin-top:9px;
	padding-left:5px;
	float:left;
}
.menu_double a{
	float:left;
	padding:5px 0px 0px 6px;
	vertical-align:middle;
	color:#fff;
}

	/*
	 * MENU deep2
	*/

.menu1 {
	height:27px;
	/*width:167px;*/
	clear:left;
}

	/*
	 * a href
	*/

.menu1 a {
	float:left;
	/*width:147px;*/
	padding:3px 6px 3px 13px;
	color:#858585;
	font-size:12px;
}

	/*
	 * hover
	*/

.menu1 a:hover{
	/*width:147px;*/
	padding:3px 6px 3px 13px;
	color:#5B8DA4;
}

	/*
	 * active
	*/
	
.menu1_active {
	height:27px;
	/*width:167px;*/
	clear:left;
}

	/*
	 * active, a href
	*/
	
.menu1_active a {
	float:left;
	/*width:147px;*/
	padding:3px 6px 3px 13px;
	color:#5B8DA4;
	font-size:12px;
}

.menu1_active a:hover{
	/*width:147px;*/
	padding:3px 6px 3px 13px;
	
}

	/*
	 * MENU deep2, double
	*/

.menu1_double {
	/*width:185px;*/
	margin-left:-13px;
	clear:both;
	float:left;
}

	/*
	 * a href
	*/

.menu1_double a {
	float:left;
	padding:3px 5px 3px 27px;
	color:#858585;
	font-size:12px;
}

	/*
	 * a href, hover
	*/

.menu1_double a:hover, .menu1_active_double a{
	padding:3px 5px 3px 27px;
	float:left;
	color:#5B8DA4;
}

	/*
	 * active
	*/

.menu1_active_double{
	/*width:180px;*/
	margin-left:-13px;
	clear:both;
}
.nav {
	clear:both;
	float:right;
	width:90px;
	height:20px;
	position:relative;
	top:32px;
	right:57px;
}
.nav_inside {
	float:left;
	width:30px;
	height:20px;
	cursor:pointer;
}
.footer {
	background:url(../img/design/footer1.png) no-repeat center bottom;
	/*width:276px;*/
	width:400px;
	height:88px;
	position:relative;
	top:-60px;
	float:left;
	clear:both;
}
.footer_nav {
	background:url(../img/design/footer_nav.png) no-repeat;
	height:69px;
	width:206px;
	position:relative;
	left:13px;
}
.clear {
	clear:both;
}

	/*
	 * table
	*/
table {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #999;
	-moz-box-shadow: 0 0 3px 3px #999;
	-webkit-box-shadow: 0 0 3px 3px #999;
	box-shadow: 0 0 3px 3px #999;
	margin:5px 0px 0px 5px;
}
tr {
	border:0;
}
td {
	padding:5px;
	border-bottom:3px solid #999;
}
tr:last-of-type td {
	border:0;
}

/* FACEBOOK */

.news {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #999;
	-moz-box-shadow: 0 0 3px 3px #999;
	-webkit-box-shadow: 0 0 3px 3px #999;
	box-shadow: 0 0 3px 3px #999;
	margin:30px 0px 0px 20px;
	width:210px; 
	height:257px; 
	clear:left; 
	float:left;
	overflow:auto;
}
.news_header {
	float:left;
	padding:5px 10px;
	color:#3B5998;
	font-weight:bold;
}
.line {
	float:left;
	width:99%;
	border:1px solid #999;
	-moz-box-shadow: 0 0 1px 1px #999;
	-webkit-box-shadow: 0 0 1px 1px #999;
	box-shadow: 0 0 1px 1px #999;
}
.news_date {
	float:left;
	text-align:center;
	background:#999;
	color:#fff;
	border:1px solid #999;
	border-top:0;
	-moz-box-shadow: 0 0 1px 1px #999;
	-webkit-box-shadow: 0 0 1px 1px #999;
	box-shadow: 0 0 1px 1px #999;
}
.news_text {
	float:left;
	padding:5px 6px 8px 5px;
}
.news_like {
	float:left;
	padding:8px 5px 5px 5px;
}
.new { margin: 0; padding:0px; vertical-align:middle;border:0;}
