@charset "utf-8";
body {
	background: #fff url(images/bkg_grad.jpg) top repeat-x scroll;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
#pagecontainer {
	width: 963px;
	margin: 0 auto;
	text-align: left;
}
#sidenav {
 	background: transparent url(images/bkg_silo.jpg) top no-repeat scroll;
	min-height: 400px;
	padding-top: 420px;
	width: 139px;
	height: auto;
	float:left;
}
#topnav {
	width: 824px;
	background: transparent url(images/bkg_header.jpg) top no-repeat scroll;
	height: 40px;
	float:right;
	padding-top: 120px;
}
#topnav p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	padding: 0px 10px 10px 10px;
	/* ~ This border is necessary for proper Safari display ~ */
	/* ~ Go figure ~ */
	border: solid 1px #fff;
}

#toptextclear {
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0 0 0 140px;
	display: block;
}
#toptext {
	height: 80px;
	display: block;
	min-height:80px;
	background-attachment: scroll;
	background-image: url(images/bkg_title.jpg);
	background-repeat: no-repeat;
	margin: 160px 0 0 140px;
}
#toptext h2 {
	font-size: 18px;
	padding: 20px 0 5px 10px;
}
#portfoliotext {
	font-size: 10px;
	padding: 0 0 0 20px;
	float: left;
	width: 240px;
}
#bigimage {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 543px;
}


.col {
	width: 220px;
	display: block;
	text-align: center;
	margin: 10px 30px 0 20px;
	float:right;
}
.col p {
	margin: 0px;
	font-size: 14px;
	width: 225px;
}
.clear {
	clear:both;
}

#footer {
	background: transparent url(images/bkg_footer.jpg) top no-repeat scroll;
	clear:both;
	display: block;
	float:right;
	height: 140px;
	padding: 30px 0 0 170px;
	width: 673px;
	margin-top: 10px;
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.warn {
	color: #CC0000;
}
.pdateformat {
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
#googleadsense {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
