@charset "utf-8";

body,html {
	margin: 0;
	padding: 0;
}

.banneritem {

	margin: 0 0 4px 0;
	/*border: 1px solid #D3D3D3;*/
	width:150px;

}


p {

	text-align:justify;


}


div {
margin: 0;
padding: 0;
}
a {
outline: none;
}
div.moduletable {
padding: 0;
margin:0;
}
div#navpanel ul {
list-style-type: none;
}


div#wrapper {
	width: 950px;
	padding: 0 5px 5px;
	margin: 30px auto 0;
	background-color: #462210;
	min-height: 100%;
        position: relative;
}
div#header {
	height: 200px;
	width: 950px;
}
img#logo {
	position: relative;
	top: 5px;
	left: -5px;
}
img#tagline {
	float: right;
	position: relative;
	top: 150px;
}
	
div#container {
	background-color: #ffeee0;
	min-height: 1000px;
	width: 940px;
	padding: 5px;
}
div#leftcol {
	width: 250px;
	min-height: 1000px;
	float: left;
        /*border-top: 1px solid #462210;*/
}
div#navpanel {
    width: 250px;
	/*background-color: red;
        border-bottom:	2px solid #462210;*/
}
div#navpanel.moduletable {
clear:both;
}
div#navpanel a {
color: white;
}
div#rightcol {
	float: right;
}
div#center {
	background-color: #ffeee0;
	width: 500px;
	min-height: 1000px;
	float: left;
        padding: 0 20px 0;
}
div.blog, div.article_row, div.article_column column1 cols1 {
margin-top: -15px;
padding: 0;
}
div#bannerbox1,div#bannerbox2,div#bannerbox3,div#bannerbox4 {
	width: 150px;
	height: auto;
	margin-bottom: 5px;
	/*background-color: white;*/
}
div#banner {
	width: 250px;
	height: 250px;
	/*background-color: #fff;*/
	margin: 5px 0 5px;
        float: left;
}
div#footer {
	clear: both;
	text-align: center;
	margin: 0 auto 0;
	width: 960px;
	height: 20px;
	color: white;
	padding-top: 20px;
}

div#footer p{
	text-align: center;


}


/*div#langpanel {
position: absolute;
top: -100px;
right: 10px;
}*/
div#langpanel {
float: left;
position: absolute;
top: 150px;
}
div#langpanel a {
color: white;
text-decoration: none;
font-size: 16px;
text-transform: uppercase;
font-family: Arial;
margin-left: 3px;
}