body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-image: url(images_/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #507272;
	font-size: 13px;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 40px; /*Width of left frame div*/
height: 100%;
height:100%!important; /* real browsers */
display:table-cell;
min-height:100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#framecontentRight{}
#framecontentLeft{}


#maincontent{
position: fixed; 
top: 0;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 

}

#innertube{
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

* html body{ /*IE6 hack*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

* html #maincontent{ /*IE6 hack*/
	height: 100%;
	width: 100%;
	text-align: center;
}
.logo{
	position: absolute;
	top: 60px;
	z-index: 100;
}
.menu{
	height: 20px;
	width: 500px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	padding-top: 14px;
}
.header{
	width: 850px;
	height: 50px;
}
.moto{
	float: left;
	width: 350px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 7px;
	margin-bottom: 0px;
}
.outer{
	position: absolute;
	height: 296px;
	width: 844px;
	text-align: right;
}
.inner{
	height: 296px;
	width: 280px;
	background: rgba(255, 255, 255, 0.5);
	float: right;
	z-index:3;
	padding: 10px;
	margin: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
}

.main{
	border:3px solid #fff;
	z-index:0;
	width: 848px;
	background:  rgba(255, 255, 255, 0.5);}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.slide{
	padding: 2px;
	z-index: 1;
	margin-bottom: 10px;
}
.iborder-picture{
	border: 1px solid #94A8A9;
	padding: 2px;
	margin-bottom: 10px;
	width: 350px;
}
.ipicture{
	border: 1px solid #94A8A9;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h1{
	padding: 0px;
	font-size: 28px;
	margin: 0;
	color: #FFFFFF;
}
h2{
	padding: 0px;
	font-size: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}
.white{
	color: #FFFFFF;
}
.blue{color: #7ABEE5;}
.blue a{
	color: #7ABEE5;
	text-decoration: underline;
}
.darkblue{ color: #2172A3;}
.darkblue a{ color: #2172A3; text-decoration: underline;}
#footer {
	color: #333333;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 2px;
	width: 100%;
	z-index: 10;
	font-size: 1em;
	background-image: url(images_/bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B0C8C8;
	padding-top: 10px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #333333;
	text-decoration: none;
	
}
.copy{
	font-size: 0.8em;
	font-weight: normal;
}
#footer1 {
	color: #333333;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	
	width: 100%;
	z-index: 10;
	font-size: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B0C8C8;
	padding-top: 10px;
	background-position: center;
}

#footer1 a {
	color: #333333;
	text-decoration: none;
	
}
.address{
	font-size: 0.9em;
	text-align: left;
	padding: 3px 10px;
	color: #134766;
	font-weight: bold;
}
.buttoninner{
	padding: 2px;
	background-color: #BEDEF3;
}
.buttoninner a:hover{cursor:pointer;}

.buttonouter{
	padding: 3px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}
