/* CSS Document */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	background-image:url(/images/bg.gif);	
	background-repeat:repeat;
	line-height:15px;
	text-align:left;
	padding:0;
	margin:0;
}

p{
    color:#868686;
    font-size:.7em;
}

h1{ 	
	margin:20px 0 0 30px;	
   	font-size:1.2em;	
	color:#ffb400;	
}

h2{
 	margin:0 240px 0 30px;		
   	font-size:.9em;
	color:#0f74bd;	
}

h3{ 	
	margin:0 280px 0 30px;
	font-weight:normal;	
   	font-size:.8em;
	color:#0f74bd;	
}

h4{
 	margin:0 5px 0 20px;	
   	font-size:.7em;
	color:#943801;	
}

h5{
 	margin:0 40px 0 0;		
	text-align:right;	
   	font-size:.6em;
	color:#943801;	
}

h6{
	margin:0 0 0 8px;
}

h7{
	font-size:.9em;
	color:#5ba2da;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #438200;
}

a:hover {
	text-decoration:underline;
}

#container{
	margin:0 auto 0 auto;
	width:996px;
} 

#logo{
	margin:20px 8px 0 0;	
	float:right;
	width:403px;	
}

#navigation{
    background-image:url(/images/navigation_bg.jpg);
    background-repeat:no-repeat;
	background-position:bottom;
	margin:30px 0 0 2px;	
    width:910px;
	height:56px;
	float:left;
}

img.homepictures{
   /* margin:15px 10px 0 32px;*/
}

#header{
    background-image:url(/images/header.jpg);
    background-repeat:no-repeat;
	float:left;
    width:910px;
	height:242px;
}

#maincontainer{    
    background-image:url(/images/middle_strip.jpg);
    background-repeat:repeat-y;	
	margin-left:5px;
	text-align:left;    	
	width:910px;
	float:left;
	clear:both;
	padding:0;
}

#leftblock{
	position:relative;
	width:563px;
	float:left;	
	left:30px; 
}

#leftblock p{font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma, sans-serif; font-size :.8em}

#rightblock{
	background-image:url(/images/prize_bg.jpg);
	background-repeat:no-repeat;	
	position:relative;	
	line-height:12px;
	text-align:left;
	height:444px;
	width:256px;
	float:left;
	left:70px; 	
}

textarea{
	width:120px;
	height:100px;
}

#rightblock p{
	margin:0 5px 0 20px;
}

#footer{
    margin:0 0 0 5px;
	text-align:center;
	color:#817b66;
	width:901px;		
	height:98px;
	float:left;	
	font-size:.8em;
}

#footer a{   
	color: #817b66;
	
}
#footer  .credit {   
	color: #90b2c7;
	
}