﻿body {
background-color:#FFFFFF;
	margin:0px;
	padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}

body * {
	border:none;
	margin:0px;
	padding:0px;
}
.container{
	width:963px;
	margin:10px auto;
	padding: 10px 0px 0px 0px;
	display:block;
	overflow:hidden;
	height:auto;
	min-height:550px;
	background-color:#FFFFFF;
	position:relative;
}

#logob{
	background-color:transparent;
	height:85px;
	width:186px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:20px;
	right:0px;
	}

#logob *{
	border:none;
}

#menubar{
	width:780px;
	height:30px;
	color:#FFFFFF;
	float:left;
	clear:left;
	margin-top:40px;
	line-height:30px;
	padding:0px;
	overflow:visible;
	margin-bottom:12px;
	background:transparent url('../images/menubar_w.jpg') no-repeat left top;
	}


#l_mod{
	border: none;
	margin: 0px;
	width: 190px;
	padding: 7px 0px 0px 5px;
	height: 23px;
	clear: left;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	line-height: 15px;
}
#menu_mod{
	width:558px;
	height:30px;
	float:left;
	clear:right;
	display:block;
	overflow:visible;
	position:relative;
	padding:0px;
}

#bigbox{
	width:963px;
	height:auto;
	display:block;
	overflow:visible;
	clear:both;
	min-height:350px;
	margin:0px;
}
#leftside{
	display:block;
	overflow:hidden;
	background-color:#D0D0D0;
	width:195px;
	height:auto;
	position:relative;
	text-indent:10px;
	float:left;
	clear:left;
}
#contbox{
	width:423px;
	height:auto;
	border-left:1px #A1A1A1 solid; 
	border-right:1px #A1A1A1 solid; 
	border-top:1px #A1A1A1 solid; 
	float:left;
	clear:none;
	display:block;
	overflow:hidden;
	min-height:300px;
	margin-left:-1px;
	min-height:350px;
}
#rightside{
width:235px;
height:auto;
min-height:300px;
float:left;
clear:right;
display:block;
overflow:hidden;
background-color: transparent; 
}
#bottom{
	width:425px;
	background-color:#D0D0D0;
	height:auto;
	display:block;
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px 195px;
	font-size:0.7em;
}

.textbox{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:0px;
	padding:10px;
	border:none;
	background-color:transparent;
}
/*  spacers */
.space35{
	height:35px;
	clear:both;
	width:auto;
	display:block;
	overflow:hidden;
}
.space300{
	height:300px;
	clear:both;
	width:auto;
	display:block;
	overflow:hidden;
}

