/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f0efc0;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	color: #993333;
}

img {
	border: 0;
	margin: 0;
}

#site {
	position: absolute;
	top: 50%;
	margin-top: -235px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	height: 470px;
	background: url(../images/shadow.jpg) top right no-repeat;
}

#topstripe {
	width: 760px;
	height: 66px;
	text-align: center;
	background: #ffffe6;
}
#topstripe h2 {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	line-height: 48px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #383838;
}
#topstripe h3 {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: -10px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #383838;
}

#wavetext {
	width: 760px;
	height: 58px;
	background: #fffeaa;
}
#wavetext img {
	margin: 14px 0 0 39px;
}

#linkrow {
	width: 760px;
	height: 206px;
}
#linkrow img {
	float: left;
	border: 0;
	margin: 0;
} 

#lower {
	width: 760px;
	height: 120px;
	background: url(../images/bg_lower.jpg) repeat-x;
	/*background: url(../images/lower.jpg);*/
}
#gl {
	font-family: Verdana, Helvetica, sans-serif;
	float: left;
	padding-left: 80px;
	text-align: center;
}
#gl h2, #ls h2 {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 21px 0 0 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
#gl h2, #gl h3 {
	color: #76af49;
}
#gl a, #gl a:visited, #gl a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #76af49;
	letter-spacing: 1px;
}

#ls a, #ls a:visited, #ls a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fe6100;
	letter-spacing: 1px;
}

#ls {
	
	font-family: Verdana, Helvetica, sans-serif;
	float: left;
	margin-left: 92px;
	text-align: center;
}
#ls h2, #ls h3 {
	color: #fe6100;
}
#gl h3, #ls h3 {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

.check {
	float: left;
	margin: 10px 0 0 100px;
	font-size: 12px;
}
.check a {
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 770px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	background: url(../images/footer.jpg) no-repeat;
}


