* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #93DDD5 url(bg.gif) 0 100% repeat-x;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:visited {
	color: #633;
}
a:hover {
	color: #966;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 50px;
	font: normal 1.5em/18px "Lucida Grande", Verdana, sans-serif;
	color: #362109;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;
	background: url(h2_ornament.gif) 3px 0 no-repeat;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #999;
}
h3 {
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #1AB7B1;
}
input {
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #000000;
	margin: 4px;
	padding: 2px;
}
textarea {
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #000000;
	margin: 4px;
	padding: 2px;
}
.label{
	color:#000000;
	font-size: 15pt;
	padding: 10px;
	margin-left: -50px;
	margin-top: 10px;
}

#wrap {
	background: url(wrap.gif) repeat-x;
}
#page {
	margin: 0 auto;
	width: 800px;
	background: #fff url(page.gif) repeat-y;
	text-align: left;
}
#header {
	height: 200px;
	background: #F57A15 url(../_graphics/header.gif) bottom no-repeat;
}
#header p {
	float: left;
	padding: 32px 10px 24px 76px;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
#header img {
	float: left;
	padding: 10px 24px 24px 76px;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
#header ul {
	padding: 87px 0 75px 0;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
	margin: 0 12px;
}
#header li a {
	font-size: 1.15em;
	line-height: 1em;
	text-decoration: none;
	color: #FFF;
}
#header li a:hover {
	color: #52360B;
}
#content-primary {
	float: right;
	margin: 12px 30px 60px 15px;
	width: 428px;
	background: #fff;
}
#content-primary p {
	padding-bottom: 18px;
}
#content-primary img {
	float: left;
	margin: -6px 18px 0 -100px;
	padding: 3px;
	border: 3px solid #eee;
	background: #FFF;
}
#portfolio {
	width: 428px;
}
#portfolio img {
	border: none;
	margin: 0;
	padding: 10px;
}
#portfolio p{
float: left;
}
#content-secondary {
	float: right;
	margin: 30px 120px 60px 10px;
	border-right: 2px solid #FFA214;
	width: 120px;
	font-size: 14px;
	color: #300;
	background: #fff;
}
#content-secondary p {
	padding-bottom: 18px;
}
#content-secondary ul {
	list-style: none;
}
#content-secondary li {
	padding: 20px;
}
#content-secondary a:link
{
	color: #6BCED6;
	text-decoration: none;
	font-style: bold;
	background-color: #FFF;
	margin: 0;
	padding: 15px;
}
#content-secondary a:visited {color: #6BCED6;
		text-decoration: none;
		font-style: bold;
		background-color: #FFF;
		margin: 0;
		padding: 15px;
		}
#content-secondary a:hover
{
	color: #FFA214;
	text-decoration: none;
	font-style: bold;
	background: transparent url(../_graphics/atomicSmall.gif) no-repeat center;
	margin: 0;
	padding: 15px;
}
li.currentPage a
{
	color: #362109;
	text-decoration: none;
	font-style: bold;
	background:  transparent url(../_graphics/atomicSmall.gif) no-repeat center;
	margin: 0;
	padding: 15px;
}
#footer {
	clear: right;
	height: 152px;
	background: #362109 url(../_graphics/footer.gif) top no-repeat;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #1AB7B1;
}		
#footer p {
	padding: 132px 24px 0 24px;
}
.clear {
	clear: both;
}