div, img, a { border-width:0px; border-style:solid; border-color:#00CC00; }

body {
    width:100%;
	background-color:#003333;
	margin:0px;
}
a {
    text-decoration:underline;
	color:#333333;
}
.center, .top, .bottom {
    width:800px;
}
.center {
    background-color:#C3D6EC;
    background-image:url(img/center.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
.top {

	background-position:top;
	background-repeat:no-repeat;
}
.bottom {
    text-align:left;
	background-image:url(img/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	vertical-align:top;
	padding-bottom:0px;
}
* html .bottom { padding-bottom:0px; }
.logo {
    width:300px;
	height:50px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	cursor:hand;
}
* html .logo { 
    margin-top:20px; 
	margin-bottom:230px;
}
.menu {
	width:200px;
	text-align:left;
	margin-left:600px;
	position:absolute;
}
* html .menu { margin-left:550px; }
.menu table {
    display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	color:#171717;
	
}
.menu a {
    display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
	color:#171717;
	text-decoration:underline;
}
.menu a:hover { text-decoration:none; }
h1, .content {
    font-family:Arial, Helvetica, sans-serif;
	color:#171717;
}
h1 {
    margin:0px;
	margin-bottom:50px;
	font-size:18px;
      text-align:left;
}
.content {
    font-size:12px;
	text-align:justify;
	line-height:1.5;
	
	background-image:url(img/content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:35px;
      padding-bottom:270px;
}
* html .content { margin-top:30px; }
.text, h1 {
    margin-left:45px;
	margin-right:250px;

}

.banner {
	float:left;
	margin:400px;
	margin-top:130px;
}

* html .banner {
    margin-top:140px;
}
