* {padding: 0px; margin: 0px;}

body {
	background-color: #333;
	font-family: arial, sans-serif;
	font-size: .6em;
}



img {border: none;}

a {text-decoration: none; color: #bbb; font-weight: bold;}
a:hover {color: #f00;}


div#global {
	width: 800px;
	margin: 10px auto 0px auto;
	background-color: #fff;
}

div#content {
	width: 600px;
	height: 500px;
	float: left;
	background-color: #fff;
}

div#content div#leftcol {
	width: 150px;
	height: 150px;
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 5px;
	padding-left: 5px;
}

div#content div#middlecol {
	width: 150px;
	height: 150px;
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 5px;
	padding-left: 5px;
}

div#content div#rightcol {
	width: 150px;
	height: 150px;
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 5px;
	padding-left: 5px;
}

div#navigation {
	background: url(images/risingsun.gif) 0 center #fff;
	background-color: #f00;
	width: 200px;
	height: 500px;
	float: left;
}

div#navigation a {
	color: #fff;
	font-size: 1.2em;
	}
	
body.home div#navigation a {
	color: #a00;
	}	
	
	
div#navigation a img {
	vertical-align: middle;
	}

div#navigation a:hover {
	color: #a00;
}

div#sections {
	padding-top: 150px;
	padding-left: 70px;
}

img#section {
	width: 50px;
	float: left;
}

div#text {
	background-color: #fff;
	height: 330px;
}

div#text p {
	padding: 5px 0 5px 0;
	width: 490px;
}

div#text img {
	padding-top: 10px;
}

div#blank { 
	width: 10px;
	height: 150px;
}

h1 {
	font-size: 1.9em;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #ccc;

}

h2 {
	font-size: 1.2em;
	padding-top: 10px;
}

h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
}

p#copyright {
	clear: left;
	font-weight: bold;
}

div#landingimages {
	padding-top: 45px;
}

div#landingimages img {
	padding-bottom: 10px;
}