/* BASIC ELEMENTS */
* 											{ margin:0; padding:0; }
body 										{ cursor:default;background:#B01F02 url(/images/background.gif) top center; }

#site 									{ width:780px;margin: 0 auto 0 auto; }
#top 										{ width:100%;height:307px; }
#top div 								{ height:100%;display:inline;float:left; }
#top .left 							{ width:9px;background:url(/images/site_tl.gif) bottom center no-repeat; }
#top .leftimage 				{ width:194px;background:url(/images/site_tl_image.jpg) bottom center no-repeat; }
#top #langselector 			{ width:374px;background:url(/images/site_tm.gif) bottom center repeat-x; }
#top .right 						{ width:9px;background:url(/images/site_tr.gif) bottom center no-repeat; }
#top .rightimage 				{ width:194px;background:url(/images/site_tr_image.jpg) bottom center no-repeat; }

#main 									{ width:100%;color:#9A7E7E;font-family:Arial,sans-serif;font-size:12px;background:#462828 url(/images/site_back.gif) top center repeat-y; }
#logo 									{ width:100%;height:77px;background:url(/images/site_logo.gif) center center no-repeat; }
#menu 									{ color:#9A7E7E;text-align:center;padding:10px; }
#menu,
#menu a 								{ font-size:13px;font-weight:bold; }
#menu a 								{ color:#E0C5C5;text-decoration:none;padding:10px; }
#menu a:hover 					{ color:#FFFFFF; }
.spacer 								{ height:2px;width:100%;background:url(/images/site_spacer.gif) center center no-repeat; }
#bottom 								{ width:100%;height:50px;padding-top:20px;text-align:center;color:#FFFFFF;font-family:Tahoma,sans-serif;font-size:9px;background:url(/images/site_b.gif) top center no-repeat; }
#bottom a 							{ color:#FEC4B9;font-weight:bold;text-decoration:none; }
#bottom a:hover 				{ color:#FFFFFF; }

#content 								{ padding:30px 40px 10px 40px; }
#content table 					{ color:#9A7E7E;font-family:Arial,sans-serif;font-size:12px; }