/* general stuff */

body{
	margin:0;
	padding:0;
	font-family:Verdana,Geneva, Arial, Helvetica, sans-serif;
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
}

a {
	text-decoration:  none;
	border: none;
	color:#FFFFFF;
 }
 
a:hover {
text-decoration:  underline; 
border: none;
 }
 
form,td,div,tr,button,input{
margin: 0px;
padding: 0px;
border:0px;
}
 
img{padding:2px;}

.clr{clear:both;}

.right{float:right;}

.left{float:left;}
/* Layout */

#page {
	margin:0px auto;
	width:660px;
}

#header {
	width:660px; 
 }
 
#topmenu {
	float:left;
	width:194px;
	text-align:center;
	height:25px;
	padding-top:40px;
	} 
#logotip{
	background:url(../images/logo.jpg) center no-repeat;
	width:194px;
	height:121px;
	float:left;
	}
	
#search {
	height: 28px;
	float: right;
	padding: 10px;
	vertical-align: top;
}

#search .inputbox{
	width: 100px;
	font-size: 10px;
	background:#4D4D4D;
	padding:4px;
	border:0px;
	color:#FFFFFF;
	margin-right:5px
}

#search .button{
	margin-right: 8px;
	padding: 2px;
	font-size: 10px;
	text-align:center;
	background:#4D4D4D;
	/*border:#FFFFFF 1px solid;*/
	color:#FFFFFF;
}

#header_images{
	background:url(../images/header_image.gif) center no-repeat;
	width:377px;
	height:121px;
	float:right;
	}
 
#mainmenu{
	background:#3B3D3D;
	padding:10px;
	text-align:center;
	}
	
#seperator_red{
	background:url(../images/redseperator.gif) no-repeat center;
	width:660px;
	height:14px;
	}
	
#rightmenu{
	background:url(../images/rightmenu_bg.gif) no-repeat;
	width:283px;
	padding:79px 0px 40px 0px;
	overflow:hidden;
	height:125px;
	}
	
#rightnews{
	background:#FFFFFF;
	width:239px;
	margin:0px 25px 0px 3px;
	color:#000000;
	text-align:left;
	float:left;
	padding:2px;
	}
	
#rightnews a{
	color:#E70404;
	text-decoration:none;
	}

#rightnews a:hover{
	color:#E70404;
	}
	
#mainbody_seperator{
	background:#E70404;
	width:377px;
	height:8px;
	}
#mainbody{
	background:#000000;
	text-align:left;
	font-size:12px;
	width:660px;
	}
	
#maintext-home{
	background:url(../images/mainbody_bg.gif) repeat;
	width:367px;
	padding:5px;
	}
	
#maintext-normal{
	background:url(../images/mainbody_bg.gif) repeat;
	width:647px;
	padding:5px;
	margin-left:3px;
	}
	
#footer{
	background:#E70404;
	margin-top:8px;
	width:660px;
	height:40px;
	}
/* END LAYOUT 
TOP MENU */
#topmenu ul
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}

#topmenu li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;	
}

#topmenu li a{
font-size:10px;
font-weight:bold;
height: 20px;
display: block;
padding: 0px 10px 5px 5px;
text-decoration: none;
color: #FFFFFF;
margin-left: 5px;
white-space: nowrap;
background:url(../images/topmenu_arrow.gif) center bottom no-repeat;
}

/*TOP MENU */
#mainmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	height: 20px;
	display: block;
	padding: 0px 10px 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 5px;
	background:url(../images/mainmenu_arrow.gif) left top no-repeat;
	}

/*RIGHT MENU */
#rightmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	height: 20px;
	display: block;
	padding: 2px 0px 2px 48px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 5px;
	width:206px;
	background:url(../images/rightmenu_seperator.gif) center bottom no-repeat;
	}

.contentheading{font-size:14px; font-weight:bold; text-transform:uppercase;}
