/* CSS Template by gorotron */

body {
	background-image:url(images/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#5c5c5c;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:14px;
	color:#5c5c5c;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#79b7c4;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:22px;
	color:#5c5c5c;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #e5f844;
}
	
p {
	margin-top:5px;
	padding-bottom:20px;
	font-size:14px;
	line-height:1.5em;
}

#mainview {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:1000px;
	padding:10px;
	background-color:#FFF;
	text-align:left;
	position: relative;
}

#banner {
	width:1000px;
	height:150px;
	margin-bottom:10px;
}

#logobox {
	width:250px;
	height:150px;
	margin-right:0px;
	background-image:url(images/logo.gif);
	background-color:#000000;
	float:left;
	padding:0px
}

#heading {
	width:750px;
	height:150px;
	float:left;
	border-width:0px 0 0 0px;
	padding:0px 0 0 0px;
}

#content {
	height:1%;
	}

#navhold {
	float:left;
}

#nav {
    margin:0;
	padding:0;
	list-style:none;
	
}

#nav a {
    display:block;
	font-size:16px;
	background-color:#e5f844;
	background-image:url(images/house.gif);
	background-repeat:repeat-y;
	background-position:right;
	color:#58585a;
	text-decoration:none;
	padding:10px;
	width:230px;
	height:20px;
	border-bottom:1px dotted #cccc66;
	
}

#nav a:hover {
	background-color:#000;
}

#leftColumnBottom {
	width:240px;
	padding:110px 10px 10px;
	color:#EAEAEA;
	height: 900px;
}

#rightColumn {
	
	width:720px;
	padding-left:20px;
	color:#666;
	top: 180px;
	position: absolute;
	left: 270px;
}
