@import"theme.css";
@import"nice_menu.css";

body {
	margin:0;
	padding:0;
	color:#000000;
    background-image:url(images/newbg.jpg); background-repeat:repeat-x; background-position:top;
	background-color:#DEF6D8;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	width:739px;
	background:#FFFFFF;
	border-right:4px solid #00A53C;
	border-left:4px solid #00A53C;
	margin-left:auto;
	margin-right:auto;
}

#header{
width:739px;
height:115px;
margin-left:auto;
margin-right:auto;
background:#fff url(images/header.jpg) no-repeat;
}

#menu_area{
float:left;
width:739px;
height:30px;
margin-left:auto;
margin-right:auto;
background:#00A53C;
}

#maindiv{
width:731px;
background:#fff;
padding:4px;
overflow:hidden;
}

#leftcontent{
float:left;
width:208px;
overflow:hidden;
}
#rightcontent{
float:right;
width:208px;
overflow:hidden;
}
#midcontent{
width:731px;
}

body.sidebars #midcontent{
width:305px;
padding-left:5px;
padding-right:5px;
float:left;
overflow:auto;
}

body.sidebar-left #midcontent{
width:500px;
padding-left:23px;
float:left;
}

body.sidebar-right #midcontent{
width:492px;
padding-right:23px;
padding-left:8px;
float:left;
}
#footer{
width:739px;
background:#00A53C;
margin-left:auto;
margin-right:auto;
padding-top:5px;
padding-bottom:15px;
font-size:10px;
text-align:center;
color:#000;
}
#footer a{
color:#fff;
}


ul.pager li{
padding:0px;
margin:0px;
}

ul.pager li a{
color:#000;
font-weight:bold;
padding:2px 5px;
background:#00A53C;
border:1px solid #000;
-moz-border-radius:5px;
}
table{background-color:#FFF;}

.small{font-size: 9pt; font-family: 'Arial','sans-serif';}
