@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#06C;
	height:100%;
	background-position:top;
	text-align:justify;
}
a:link {
	color: #EE3124;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A99A6F;
}
a:hover {
	text-decoration: underline;
	color: #EE3124;
}
a:active {
	text-decoration: none;
	color: #A99A6F;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align:left;
}
h1 {
	font-size: 13px;
	color: #FDBA31;
}
h2 {
	font-size: 14px;
	color: #FDBA31;
}
h3 {
	font-size: 15px;
	color: #FDBA31;
}
h4 {
	font-size: 16px;
	color: #FDBA31;
}
#wrapper{
	width:745px;
	margin:15px auto;
	height:auto;
}

#top{
	width:745px;
	height:124px;
}

.picright{
	float:right;
}

.picleft{
	float:left;
}

#navbar{
	width:745px;
	height:25px;
	float:left;
	background-color: #EE3124;
}
#main{
	width:745px;
	height:330px;
	float:left;
}
#main1{
	width:745px;
	height:434px;
	float:left;
}
#left{
	width:371px;
	height:330px;
	float:left;
	overflow: auto;
}
	#left1{
	width:371px;
	height:434px;
	float:left;
	overflow: auto;
}
#right{
	width:373px;
	height:auto;
	float:left;
}
#rightmap{
	width:373px;
	height:auto;
	float:left;
	text-align:center;
}
#bottomnav{
	width:745px;
	height:auto;
	float:left;
	text-align:center;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font-size: 9px ;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #36C; /*Default menu color*/
border-bottom: 1px solid #09F;
}

#modernbricksmenu a:hover{
	background-color: #0371C5; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #C93; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #36C; /*Brown color theme*/ 
}


#inside20 {
	padding:20px;}

#inside10 {
	padding:5px 10px;
}

