@charset "utf-8";
/* CSS Document */

body {margin:0; font:normal 12px Arial; color:#ccc; line-height:16px; background:#ccc}

a {text-decoration:none; color:#ccc}
a:hover {text-decoration:underline}

h1 {font-size:120%; color:white; margin:0}
h2 {font-size:110%; color:white; margin:0; font-weight:normal}

#header {position:relative; margin:auto; width:681px; height:341px; background:url(images/headerBg.jpg)}
#banner {
	position:absolute;
	width:470px;
	height:217px;
	top:126px;
	left: 208px;
}
#navMenu {
	position:absolute;
	top:128px;
	left:25px;
	width:148px;
	height:142px
}
#homeres1 {
	position:absolute;
	top:9px;
	left:25px;
	width:148px;
	height:142px
}
#homeres2 {
	position:absolute;
	top:166px;
	left:25px;
	width:148px;
	height:142px
}
#homeres3 {
	position:absolute;
	top:321px;
	left:25px;
	width:148px;
	height:142px
}
#topNav {position:absolute; top:24px; width:77px; left:587px; height:13px}
#logo {position:absolute; top:25px;	width:175px; left:30px;	height:88px}

#main {position:relative; margin:auto; width:675px; background:#6b6b6b; border-left:4px solid white; border-right:4px solid white}

#homeLeft {
	position:absolute;
	top:60px;
	left:201px;
	width:12px;
	height:399px
}

#homeRight {position:absolute; top:20px; left:235px; width:420px; height:474px}
#homeRight .cont {position:relative; left:15px; top:10px; width:400px}
#homeRight .sep1 {position:relative; left:40px; width:325px; height:30px; border-bottom:1px solid #2f2f2f}
#homeRight .sep2 {position:relative; left:40px; width:325px; height:10px; border-top:1px solid #8b8b8b}

.cont {
	position:absolute;
	top:20px;
	left:25px;
	width: 624px;
}

.sep1 {position:relative; width:595px; height:5px; border-bottom:1px solid #2f2f2f; margin:0}
.sep2 {position:relative; width:595px; height:5px; border-top:1px solid #8b8b8b; margin:0}

#footer {position:relative; margin:auto; width:663px; background:#fff; text-align:center; padding:10px}

input {border:1px solid #333; font:normal 11px Arial; color:#999; background:#eee; width:130px} 

textarea {border:1px solid #333; font:normal 11px Arial; color:#999; background:#eee; width:180px}

.image {border:1px solid #ddd}

.orange {color:#f90}
.dark {color:#666}

