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;
}
#container{
	margin-top:270px;
	margin-left:30px;
	text-align:left;
	width:575px;
	padding-top:2em;
	color:#FFF;
	float:left;
}
* html #container {
	margin-left:10px;
} 
#container a {
	font-weight:bolder;
	text-decoration:underline;
}
#container a:hover {
	color:#ccc;
	text-decoration:none;
}
.absDiv { 
	position: relative; 
	visibility: hidden; 
	overflow: hidden;
	float:left;
	z-index:1;
}
.absDiv1 { 
	position: relative; 
	visibility: hidden; 
	overflow: hidden;
}
.logo {
	float:left;
	width:230px;
	height:270px;
	cursor:pointer;
	position:relative;
	left:4px;
	top:6px;
}
.top_menu {
	float:left; 
	padding:4px 0px 0px 20px; 
	width:510px;
	position:relative;
	left:211px;
}
.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;
	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;
}