/******************************************************************
			MAIN SETING
******************************************************************/

#main {
	width:980px;
	margin:20px auto;
	text-align:left;
	border:2px solid #c0c0c0;
	background:#fdfdfd;
}

#top {
	height:50px;
	clear:both;
	position:relative;
	background:#fff;
}

.icon  {
	position:absolute;
	top:18px;
	right:25px;
}

.icon a {
	padding:0 10px;
}

.icon ul  {
	margin:0px;
	padding:0px;
}

.icon ul li {
	float:left;
	list-style-type:none;
	list-style-image:none;
}

#header {
	border-top:1px solid #666;
	height:221px;
	clear:both;
	position:relative;
	background:#fdfdfd;
}

.logo {
	position:absolute;
	width:427px;
	height:221px;
	top:0;
	left:0;
}

.slogon {
	position:absolute;
	width:320px;
	height:20px;
	top:25px;
	right:0;
}

.title {
	width:505px;
	height:97px;
	top:65px;
	right:10px;
	position:absolute;
}

.search {
	width:150px;
	height:30px;
	top:7px;
	left:10px;
	position:absolute;
}

.search input {
	border:1px solid #666;
	color:#666;
}

#content {
	border-top:1px solid #c0c0c0;
	clear:both;
	background:#fff;
}

.left {
	float:left;
	width:200px;
}

.left ul.menu {
	list-style-image:none;
	list-style-type:none;
	width:180px;
	margin-left:-5px;
}

.left ul.menu  li {

}

.left ul.menu  li  a {
	text-decoration:none;
	text-transform: uppercase;
}

.left ul.menu  li li {
	border:none;
	padding-left:2px;
	margin:0 0 2px 15px;
	text-transform: lowercase;
}

.left ul.menu  li li  a {
	text-transform: lowercase;
	color:#666;
	font-size:11px;
}

.left ul.menu ul {
	margin:0;
}

.center {
	float:left;
	width:530px;
	/*border-left:1px solid #666;
	border-right:1px solid #666;*/
	padding:5px 10px;
}

.center p {
	text-align:justify;
}

.center p img {
	padding:3px;
	border:2px solid #c0c0c0;
}

.right {
	float:right;
	width:170px;
}

#footer {	
	border-top:1px solid #c0c0c0;	
	clear:both;
	background:#fdfdfd;
}

.clr {
	clear:both;
}