@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#000;
}

#main{
	margin:auto;
	width:800px;
	position:static;
}

#top{
	float:left;
	width:800px;
	text-align:right;
	height:100px;
	padding-top:15px;
}

#sol{
	width:145px;
	height:380px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	float:left;
	position:relative;
	padding-top:20px;
	padding-right:35px;
	text-align:right;
}

#logo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:right;
	width:800px;
	margin:50px 0px 20px 0px;;
}

#sag{
	width:620px;
	height:400px;
	float:left;
	position:relative;

}

.sol_mini{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.content{
	width:440px;
	height:340px;
	padding:30px 30px 30px 30px;
}

.content_text{
	width:200px;
	float:right;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#000000;
	position:static;
	padding:5px;
}

.content_text a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-color:#000000;
	text-decoration:none;
}

.content_text a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#99CC00;
	background-color:#000000;
	text-decoration:none;
}

#footer{
	width:800px;
	height:30px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:auto;
	color:#333333;
	text-align:right;
	float:left;
}

#footer a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-decoration:none;
}

#footer a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#99CC00;
	text-decoration:none;
}

.gonder{
	width:60px;
	height:25px;	
}