/* Browser Resets */

body { margin: 0px; padding: 0px; background: url(../images/bg-body.jpg); background-position: top center; background-repeat: repeat-y; }
a { outline: none; }
img { border: none; }
p { margin: 0px 0px 20px 0px; padding: 0px; font-family: Georgia, Times New Roman, serif; font-size: 0.8em; line-height: 1.3em; color: #333333; }
h1 { margin: 0px 0px 10px 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 1.6em; line-height: 1.6em; color: #CCCCCC; }
h2 { margin: 0px 0px 10px 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 1.3em; line-height: 1.6em; color: #2C607E; }
h3 { margin: 0px 0px 10px 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 1.0em; line-height: 1.6em; color: #777777; }
ul, ol { font-family: Georgia, Times New Roman, serif; color: #333333; font-size: 0.8em; margin: 0px 0px 20px 35px; padding: 0px; }
li { margin: 0px 0px 10px 0px; padding: 0px; }
a { color: #333333; text-decoration: none; }
form { margin: 0px; padding: 0px; }

/* Main DIVs */

#container1 {
	width: 100%; min-height: 1100px;
	background: url(../images/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container2 {
	width: 100%; min-height: 1100px;
	background: url(../images/bg-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#wrapper { width: 750px; min-height: 1024px; margin: 0 auto; }

#header { height: 80px; }

#main { width: 750px; min-height: 1000px; }
* html #main { height: 1000px; }

#content {
	width: 520px; min-height: 900px;
	margin: 0px 0px 0px 30px;
	padding-bottom: 10px;
}
* html #content { height: 900px; padding-bottom: 0px; }

#content a { color: #2C607E; border-bottom: dotted 1px #0099FF; }
#content a:hover { border-bottom: solid 1px #2C607E; }

#menu {
	width: 160px; height: 230px; float: right;
	position: relative; top: 60px;
	font-size: 1.7em;
}
#menu ul, #menu li { list-style: none; margin: 0px; padding: 0px; font-size: 0.8em; line-height: 1.3em; }
#menu a:hover { text-decoration: underline; }

#footer {
	width: 750px; height: 120px; margin: 0px 0px 0px 0px; 
}
#footer img { width: 170px; height: 68px; float: right; margin: 31px 115px 11px 0px; }
* html #footer img { margin: 41px 115px 0px 0px; }

#content .logo { width: 520px; height: 60px; }
#content .logo img { float: right; }

.float-right { float: right; }

/* Contact Form */

ul#contactform { list-style: none; margin: 0px 0px 20px 0px; padding: 0px; }
ul#contactform li { padding: 0px; margin: 0px 0px 10px 20px; width: 500px; }
ul#contactform label { float: left; width: 100px; color: #666666; padding: 3px 0px 0px 0px; }
ul#contactform input { width: 374px; border: solid 1px #999999; padding: 1px 2px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
* html ul#contactform input { width: 371px; }
ul#contactform textarea { width: 372px; margin: 0px; padding: 1px 2px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
* html ul#contactform textarea { width: 371px; }
ul#contactform #submit { width: 120px; margin: 0px 0px 0px 100px; }
* html ul#contactform #submit { margin: 0px 0px 0px 83px; }
