/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #C2C09F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

a { outline: none; }

a:link { color: #624B38;
	text-decoration: none; }
	
a:visited { color: #624B38;
	text-decoration: none; }
	
a:hover { color: #E4AA9C;
	text-decoration: none; }

a:active { color: #E4AA9C;
	text-decoration: none; }

a img { border: none; }

h3 {
	font-size: 14px;
	letter-spacing: .04em;
}

#main {
	width: 920px;
	margin: 0 auto;
	background: url(/lib/images/theme/bg.png) repeat-y top left;
}

#header {
	width: 900px;
	height: 125px;
	margin: 0px 10px;
	background: url(/lib/images/theme/headerNew.png) no-repeat top left;
}

#portfolio {
	width: 120px;
	margin-top: 35px;
	margin-left: 52px;	
}

#about {
	width: 150px;
	margin-top: 35px;
	margin-left: 30px;
}

.centerInfo {
	margin: 0 80px 30px 150px;
	height: 610px;
	width: 650px;
	border: solid 3px #A3A136;
	background: url(/lib/images/theme/tree-bg.png) no-repeat bottom left;
	color: #624B38;
}

.centerInfo p {
	text-align: center;
	line-height: 1.25em;
	padding-bottom: .9em;
}

.centerInfo ul {
	list-style: none;
	color: #F54C00;
	text-align: center;
	line-height: 1.25em;
	border: #F54C00 3px solid;
	margin: 0 220px 10px;
	padding: 10px 0 0 0;
}

#infoTitle {
	margin: 5px 225px;
}

a.email { color: #F54C00;}

a.email:hover, a.email:active { color: #A39F10;}

	
	
/*
#information {
	margin-top: 60px;
	margin-left: 80px;
}

#info {
	margin-left: 80px;
	display: block;
	width: 600px;
	color: #fff;
	padding: 10px;
	text-align: justify;
	line-height: 1.25em;
	background-color: #604937;	
}
*/

#info a:link { color: #E4AA9C;
	text-decoration: none; }
	
#info a:visited { color: #E4AA9C;
	text-decoration: none; } 

#content {
	width: 900px;
	margin: 35px 10px 0px 10px;
	min-height:470px; /* bg img hack for moz */
	background: url(/lib/images/theme/gaDesign.png) no-repeat 10px 0;
}

#navigation {
	width: 175px;
	margin-left: 80px;
	margin-bottom: 10px;
	float: left;
	display:inline;
	
}

#navigation h2 { 
	text-indent:-9999px;
	background: url(/lib/images/theme/portfolioText.png) no-repeat;
	height:30px;
}

#navigation ul li {
	font-size: 14px;
	letter-spacing: .04em;
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px #bbb solid;
}

.indent {
	margin-left: 0px;
}

.floatleft {
	float: left;
	margin-left: 20px;
	display: inline;
}

.clear {
	clear: both;
}

.marginleft {
	margin-left: 20px;
}
	
#pix {
	width: 635px;
	float: right;
	
	height:100%;
	
}

#pix img {	
	width: 600px;
	margin: 0px 25px 15px 10px;
	
}   

#footer {
	clear: both;
	width: 900px;
	height: 75px;
	margin: 0px 10px;
	padding-top: 10px;
	border-top: #6B463E 1px solid;
	line-height: 1.5em;
}

img.header {
	margin-bottom: 15px;
}

#shield {
	width: 140px;
	position: absolute;
	margin-top: 12px;
	margin-left: 751px;
}


#navlist a.current
{
	color: #e4aa9c;
	font-weight: normal;
	outline:none;
	text-decoration:none;
	color: #E4AA9C;
}

#progress {
	margin-top: 200px;
	margin-left: 300px;
	float: left;
}