/* GENERIC STYLES */
html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, Sans-serif;
	height:100%;
	margin:0;
	padding:0;
	background:#E5E4E4;
	font-size:.8em;
}
h1 {
	color:#2C9137;
	font-weight:normal;
	font-size:2em;
}
h2 {
	font-variant:small-caps;
	text-align:right;
	color:#FFFFFF;
	padding:5px 10px 0 0;
	font-size:1.2em;
	font-weight:normal;
}
h3 {
	color:#000000;
	font-size:1em;
	margin-top:25px;
}
a:link, a:visited {
	color:#2C9137;
	text-decoration:none;
}
a:hover, a:active {
	color:#000000;
	text-decoration:underline;
}
input, textarea {
	border:1px solid #999999;
	width:100%;
}
input.button {
	border:2px solid #999999;
	background:#EFEFEF;
	width:60px;
}
a img {
	border:0;
}

/* PAGE LAYOUT */
#wrapper {
	width:800px;
	min-height:90%;
	margin:0 auto;
	border:1px solid #2C9137;
	border-top:0;
	border-bottom:0;
	background:#FFFFFF url("../images/site/header-bg.png") no-repeat;
}
#navbar {
	position:absolute;
	margin-left:-580px;
	margin-top:100px;
}
#sidebar {
	float:left;
	width:220px;
	margin-top:50px;
	background:url("../images/site/bg.png") repeat-x bottom;
}
#bgWrap  {
	background:#FFFFFF url("../images/site/sidebar-bg.png") repeat-x bottom;
	padding:0 10px 0 10px;
	border-right:1px solid #2C9137;
	margin-top:-4px;
}
#logotype {
	background:url("../images/site/logo-bg.png") no-repeat;
	height:114px;
	text-align:center;
	padding-top:55px;
}
#contact {
	background:url("../images/site/sidebar-head.png") no-repeat;
	margin-top:10px;
	font-size:.85em;
}
#contact form {
	margin-bottom:0;
	padding-bottom:0;
}
#contents {
	float:left;
	width:550px;
	padding:15px;
	background:#FFFFFF;
	margin-top:290px;
}
#contents p img {
	margin:0 8px 0 8px;
}
#footer {
	background:#2C9137;
	height:10%;
}
#msgBox {
	position:absolute;
	border:2px solid #2C9137;
	background:#FFFFFF;
	width:200px;
	text-align:center;
	padding:2px 5px 15px 5px;
	margin-left:290px;
	margin-top:300px;
}
#msgBox .close {
	margin:0;
	padding:0;
	text-align:right;
}
/* CLASSES */
.clear {
	clear:both;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.error {
	color:#D2232C;
}