@charset "utf-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
}
DIV {
	/*border:1px solid red;*/
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:url(../images/na_bg_main.png);
	background-repeat:no-repeat;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ec1c24;
	padding-bottom:10px;
}

a, a:visited, a:active{
	color: #ec1c24;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

hr{
	clear:both;
	size:1px;
	margin:5px 0px 5px 0px;
}
th{
	background:url(../images/na_bg_rightcell.gif);
	background-repeat:no-repeat;
	height:28px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:5px 0 0 30px;
}
.red{
	color: #ff151f;
}
/* interface */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px; /* the bottom margin is the negative value of the footer's height */
	/*border:1px solid;*/
}
#logo {
	padding:28px 0 29px 25px;
	width:150px;
	height:75px;
	cursor:pointer;
}
.clear{
	clear:both;	
}
#content{
	padding-left:30px;
	width:980px;
	overflow:auto;
}
#main{
	/*position:absolute;
	left:205px;
	border:1px solid;*/
	float:left;
	padding-left:30px;
	width:590px;
	height:auto; !important
}
.articleimage{
	/*background-color:#CCCCCC;
	border:1px solid red;*/
	margin:0 5px 5px 0;
	width:187px;
	height:130px;
	float:left;
	overflow:hidden;
}
#leftmenu{
	width:140px;
	float:left;
	font-size:10px;
}
.menuitem{
	padding-left:18px;
	height:18px;
}
.menuitem_active{
	background-image:url(../images/menu_arrow.png);
	background-repeat:no-repeat;
	padding-left:18px;
	font-weight:bold;
	height:18px;
}
#menuarea{
	width:139px;
	background-color:#ff151f;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:16px;
}
#menuarea a, #menuarea a:hover{
	color:#FFFFFF;
}
#rightmenu{
	width:210px;
	float:right;
	font-size:10px;
}
.footer, .push {
	height: 300px; /* .push must be the same height as .footer */
}
.footer {
	background:url(../images/na_bg_footer.png);
	background-repeat:no-repeat;
}
.footertext {
	color:#FFFFFF;
	font-size:10px;
	padding:253px 0 0 215px;
}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/