/* MAIN */

#main {
	position: relative;
	top: 0;
	margin-top: 30px;
	left: 0;
	height: 334px;
}


#main #left-main {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 383px;
	height: 207px;
	background: url("../images/main/main_left.gif");
	background-repeat: no-repeat;
}

#main #left-main ul#win_button {
	position: relative;
	top: 160px;
	margin: auto;
   	text-align: center;
}

#main #left-main ul#win_button li{
	display: inline;
}
#main #left-main ul#win_button li a, #main #left-main ul#win_button li a:link, #main #left-main ul#win_button li a:visited {
	font-size: 14px;
	color: #fff;
	border: 2px solid #5a92b3;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}
#main #left-main ul#win_button li a:hover, #main #left-main ul#win_button li a:active {
	text-decoration: none;
	background: url(../images/main/bg_white.png);
}

#main #left-main ul#win_button img{
	vertical-align:middle;
}

#main #right-main {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 511px;
	height: 334px;
	/*background: url("../images/main/main_right_empty.jpg");
	background-repeat: no-repeat;*/
}

#main #right-main img {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.greek_ul{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: lower-greek; 
}
ul.square{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: square;
}

ol.decimal{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: decimal;
}

#main #pre_title{
	position: absolute;
	font-size:16px;
	width: 480px;
	text-align: right;
	z-index:10;
}
#main #title  {
	position: absolute;
	top: 18px;
	margin-top:18px;
	z-index:10;
}
#main .post_title{
	position: absolute;
	top: 90px;
	margin-top: 8px;
	font-size:23px;
	width: 380px;
	text-align: right;
}

/* EOT MAIN */

/* NEWS */

#news{
	height: 27px;
	line-height: 27px;
	margin-top: 15px;
	background-image:url("../images/news_background.gif");
	background-repeat:no-repeat;
	overflow: hidden;
}
#news #news_name{
	padding-left: 30px;
	padding-right: 30px;
	background-image: url("../images/pipe.gif");
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color:#015583;
	font-size: 0.95em;
  	text-decoration: none;
}
#news #news_name a, #news #news_name a:link, #news #news_name a:visited {
	font-weight: bold;
	color:#015583;
	font-size: 0.95em;
  	text-decoration: none;
}
#news a:hover, #news a:active {
	text-decoration: none;
}

#rssBox{ 
	width:680px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	height:27px;	
	line-height: 28px;
	font-size:0.9em;
	overflow:hidden;
	position:absolute;	
	top: 14px;
	left: 235px;
}		

/* EOT NEWS */


/* DESCRIPTION BOTTOM */
#description {
	position: relative;
	top: 0;
	left: 0px;
	margin-top: 30px;
	overflow: hidden;
}

#description #description_bottom {
	float: left;
	width: 900px;
	display: block;
}

ol#roman{
	list-style-type: upper-roman;
}

#description #bottom_hit {
	margin-top: 20px;
}

#description #description_bottom_right {
	float: left;
	text-align: right;
	width: 425px;
	margin-left: 50px;
}

#description a, #description a:link, #description a:visited {
	font-weight: bold;
	text-decoration: underline;
}
#description h1, #description h2 {
	font-size:15px;
	font-weight: bold;
}
#description .content_bottom {
	margin-top:8px;
	font-size:11px;
	font-weight: normal;
}

/* EOT DESCRIPTION BOTTOM */
