/* CSS Document */
 * {
	margin: 0px;
	padding: 0px;
}
 
 body {
 	background-color: #D7D7D7;
 }
 
 #main {
	padding: 0px;
	height: auto;
	width: 868px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #828282;
}
 
#header {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 202px;
	width: 868px;
}
.logo_g2let{
	margin-top: 10px;
	margin-left: 35px;
	
}
 
 
#menu{
	padding: 0px;
	height: 64px;
	width: 556px;
	margin-top: 17px;
	margin-left: 4px;
	z-index: 10;
}

#menu ul {
	text-decoration: none;
	list-style-type: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 64px;
	width: 139px;
}
 
#content{
	z-index: 1;
	padding: 0px;
	height: 430px;
	width: 860px;
	margin-top: -19px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 19px;
}

#box_left {
	padding: 0px;
	margin-top: 80px;
	margin-left: 30px;
	width: 361px;
	float: left;
	
}

#box_right {
	width: 365px;
	padding: 0px;
	float: right;
	margin-top: 90px;
	margin-right: 40px;
	z-index: 0;
}

#table {
	height: 675px;
	width: 860px;
	margin: 0px;
	padding: 0px;
}

#contact {
	width: 500px;
	height: 400px;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

h1{
	font-family: "Comic Sans MS";
	text-align: justify;
	height: 50px;
	width: 360px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 13px;
}
h2{
	font-family: "Comic Sans MS";
	text-align: justify;
	height: 12px;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 13px;
}
