
/*******************************/
/*       			           */
/*    	  CSS Alexios   	   */
/*                 			   */
/*******************************/



/*******************************/
/*       			           */
/*  		General  		   */
/*                 			   */
/*******************************/

body{
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;	
}

h1 {
	margin:0;
	padding:40px 0;
}
h2 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
}
h2 span {
	font-size:14px;
}


/*******************************/
/*       			           */
/*  		Layout			   */
/*                 			   */
/*******************************/

#wrapper_body {
	width:100%;
	height:auto;
	background-image:url(../img/bg-wrapper_body.jpg);
	background-repeat:repeat-x;
}
#header {
	width:920px;
	height:332px;
	margin:0 auto 0 auto;
}
#main {
	width:900px;
	height:auto;
	margin:15px auto 0 auto;
}
#main_banners {
	width:175px;
	height:auto;
	float:left;
	margin:0 0 10px 0;
}
#main_content_data {
	width:520px;
	height:auto;
	float:left;
	margin-left:20px;
}
#main_content_news {
	width:170px;
	height:auto;
	float:right;
	margin:0 0 10px 0;
	background-image:url(../img/bg_news.jpg);
}

#wrapper_foot {
	width:100%;
	height:90px;
	clear:both;
	margin:10px auto 0 auto;
	background-image:url(../img/bg-wrapper_foot.jpg);
	background-repeat:repeat-x;
	background-color:#E2E2E2;
}
#foot {
	width:900px;
	height:70px;
	margin:10px auto 0 auto;
}

#index {
	width:900px;
	height:400px;
	margin:0 auto 0 auto;
}

/*******************************/
/*       			           */
/*  		Common			   */
/*                 			   */
/*******************************/

#main_content_data a { color:#333333; text-decoration:none }
#main_content_data a:hover { color:#333333; text-decoration:none; border-bottom:1px solid #333333 }

#main_content_data hr {
	border-top:1px solid #A33618;
	border-right:none;
	border-left:none;
	border-bottom:none;
}

#main_content_data_ext {
	width:520px;
	height:auto;
	margin-left:25px;
}

#main_content_data_ext hr {
	border-top:1px solid #A33618;
	border-right:none;
	border-left:none;
	border-bottom:none;
}

.content_header {
	padding:0;
	margin:10px 0 0 0;
}
.content_header p {
	font-size:20px;
	margin-top:3px;
	color:#333333;
}
.content_header p span {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.content_body {
	width:500px;
	margin-top:10px;
}
.content_body p{
	margin:0;
	padding:5px 0 5px 0;
	line-height:16px;
	text-align:justify;
}

.content_body p img {
	border:5px solid #6F5E47;
}
.content_body p img.left{
	float:left;
	margin:0 15px 5px 0;
}
.content_body p img.right{
	float:right;
	margin:0 0 5px 15px;
}


.content_body_ext {
	width:520px;
	margin-top:10px;
}
