@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;	
}
body {
	font-size: 76%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #444;
	line-height: 130%;	 
}
img {
  border: none;
}
a {
  color: #444;
	text-decoration: none;
}
a:hover {  	
	text-decoration: underline;
}

h2 {
	font: normal 25px/125% Arial, Helvetica, sans-serif;
	color: #AD2622;
}

.entry p {
	padding: 5px;
	margin: 0px;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


#page_wrapper {
	width: 979px;
	margin: 0px auto;
	background: url(images/background.gif) top center repeat-y;  	
}
#content{
  width: 873px;
	margin: 0px auto;
	position: relative;
}
img#main_photo{
	border-top: 1px solid #fff;
}
div#left_column{
  width: 510px;
  padding-left: 25px;
  float: left;
  padding-top: 32px;
  padding-right: 35px;
}
div#right_column{  
  width: 243px; 
  padding: 32px 30px 10px;
  float: right;
  background: url(images/gradient_long.gif) left top no-repeat; 
  min-height: 338px;
}
/* for Internet Explorer */
/*\*/
* html #right_column {
height: 338px;
}
/**/
div#main_top p{
	color: #737373;
	float: left; 
	padding-top: 35px; 
	padding-left: 10px;
}
div#languages{
	margin-top: 35px; 
	margin-right: 35px;
	float: right;
}

img.header{
  height: 21px;
  margin-bottom: 20px;
}

ul.main_list{
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}
ul.main_list li{
  border-bottom: 1px solid #e5e5e5;  
  list-style: none;
  list-style-type: none;
  margin-bottom: 25px;
}
ul.main_list li.last{
  border: none;
}
.date{
  color: #c97875;
  font-size: 0.8em;
}
div.read_more{
  float: right;
  margin-top: 25px;
  margin-bottom: 18px;
}
div.read_more a{
  font-size: 0.8em;
  text-decoration: underline;
} 
div.read_more a:hover{
  text-decoration: underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.bold {
	font-weight: bold;
} 
ul.prizes_ul, ul.info_ul{  
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-image: url(images/button.gif);	
}
#footer{
	width: 850px;
	margin: 0px auto 10px;
	padding-left: 23px;
	color: #a1a1a1;
}

ul.file_list{
  list-style: none;
  width: 100%;
  margin: 10px 0px;
}
ul.file_list li{
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
}
.icon{  /* right column: 243px;*/
	width: 37px;
	margin-right: 16px;
	float: left;
}
div.file_description{
	width: 190px;
	float: right;
}
div.file_description a{
	color: #c97875;
  	font-size: 0.9em;
	text-decoration: underline;
}