@charset "UTF-8";

/* formatting style
-----------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCCCCC;
}
hr {
	display: none;
}

/* link style
-----------------------*/
a img {
	bordr-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-----------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	margin: 0px auto;
}


/* header layout
-----------------------*/
#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
}
#top_rogo {
	float: left;
}

#header ul {
	list-style: none;
	width: 550px;
	float: right;
}
#header ul li {
	padding-right: 15px;
	float: left;
}
#header ul a {
	height: 2.5em;
	line-height: 2.5em;
	text-decoration: none;
}

/* side layout
-----------------------*/

#sidel {
	width: 250px;
	float: left;
}

#sidel dl {
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#sidel dl dt {
	background-color: #CCC;
	margin-left: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #666;
}
#sidel dl dd {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}




/* footer layout
-----------------------*/

#footer {
	padding: 15px;
	clear: both;
	border-top: 1px solid #CCC;
}


/* main
-----------------------*/

#main {
	float: right;
	width: 640px;
}

/* main_maxim
-----------------------*/

#maxbody {
	margin-top: 10px;
}
#main dl {
	width: 600px;
	margin-top: 10px;
}
#main dl dt {
	background-color: #333;
	color: #CCC;
	padding-left: 10px;
}
#main dl dd {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/* main_Photo
-----------------------*/

#m_image  {
	border: 5px solid #333;
	margin-top: 40px;
	margin-left: 115px;
	float: none;
}
#m2_image {
	border: 5px solid #333;
	float: none;
	margin-top: 40px;
	margin-left: 215px;
}

#image_title {
	width: 410px;
	margin-left: 115px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #FFF;
	color: #333;
	cursor: text;
	text-shadow: 3px 3px 5px #666;
}

#ex_text {
	width: 500px;
	margin-left: 70px;
	margin-bottom: 20px;
	padding-bottom: 30px;	
}
#info {
	width: 640px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: 3px 3px 5px #666;
	padding-top: 20px;
}
