/* CSS Document */


#wrapper { 
 margin: 0 auto;
 width: 950px;

}
#header {
 width: 950px;
 float: left;
 height: 172px;
}
#topleft {
 width: 236px;
 float: left;
 height:128px;
}
#topright {
 width: 260px;
 float: right;
 height:78px;
 text-align:right;
 padding-top:50px;
}  
#topmenu {
 width: 950px;
 padding-top:11px;
 float: left;
 height: 33px;
 background-image:url(../images/navbar.gif);
 text-align:center;
 clear:both;
} 
#content { 
 background-color:#FFFFFF;
 width: 950px;
 float: left;
} 

#leftblock { 
 width: 743px;
 height: 414px;
 float: left;
} 

#rightblock { 
 width: 207px;
 height: 414px;
 float: right;
} 

#bottomblock { 
 background-color:#f7ede4;
 margin-top:7px;
 width: 870px;
 height: 132px;
 padding-top:30px;
 padding-left:30px;
 padding-right:50px;
 padding-bottom:30px;
 float: left;
} 

.bottomblock-left
{
	float:left;
	width: 500px;
}

.bottomblock-right-outer
{
	float:right;
	width: 250px;
}

.bottomblock-right-outer p
{
    color: #5E4B39;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
	width: 245px !important;
	text-align: center;
	margin: 0px 0px 10px 0px !important;
}

.bottomblock-right
{

	border: solid 1px #D8C596;
}

.form_subgroup ul
{
	margin: 0px;
	padding: 0px;
}

.formitems label
{
    color: #5E4B39;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
	width: 245px !important;
	text-align: center;
}

.formitems li
{
    list-style: none outside none;
    text-align: center;
}

.submitbutton input
{
	text-align: center;
}

#bottomblock p {margin: 0px;}
#bottomblock a {border: 0px;}  
#bottomblock img {border: 0px;}

#leftblock1 { 
 width: 743px;
 height: 272px;
 float: left;
} 

#rightblock1 { 
 width: 198px;
 height: 272px;
 margin-left:4px;
 float: right;
} 

#bottomblock1 { 
 background-color:#f7ede4;
 margin-top:7px;
 /*width: 870px;*/
 width: 900px;
 height: 250px;
 padding-top:30px;
 padding-left:30px;
 padding-right:50px;
 padding-bottom:30px;
 float: left;
 overflow-y:scroll;
} 

#bottomblock2 { 
 background-color:#f7ede4;
 margin-top:7px;
 width: 870px;
 height: 330px;
 padding-top:30px;
 padding-left:30px;
 padding-right:50px;
 padding-bottom:30px;
 float: left;
} 


#footer { 
 width: 950px;
 clear: both;
 height: 42px;
 padding-top:15px;
 text-align:right;
}


