/* CSS Document */


/************** body and wrapper**************/


body {
	margin-right: auto;
	margin-left: auto;
	background-color: #669922;
}

#wrapper {
	font-family:  Verdana, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	height: auto;
	font-size: 85%;
	color: #333333;
}
/************** navigation stuff**************/


#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 8px;
	padding-right: 6px;
	padding-top:10px;
	list-style-type: none;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#navigation ul {
	margin-top: 0px;
}

#navigation h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #33CC33;
}


#navigation p {
	padding-top: 15px;
}

	.navigation_blockquote {
	font-size: 60%;
	font-style: normal;
}


/**************content stuff- middle **************/

#wrapper .content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	line-height: 130%;
	color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	list-style-type: none;
}

.content img {
	padding: 6px;
}

/************** rightbar stuff **************/

#wrapper .rightbar {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 10px;
}

.rightbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 85%;
	padding-top: 5px;
	line-height: 110%;

}
	#wrapper .rightbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #339933;
}

	#wrapper .rightbar a:hover  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #339933;
	text-decoration:underline;
/************** footer stuff **************/

}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;s
	clear: both;
	padding: 5px;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(hh%20images/untitled-1.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/************** links **************/

a:link {
		color: #0066CC;
		text-decoration: none;	

}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline; 
}
a:active {
	color: #333333;
	text-decoration:underline;
}
	
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	font-weight: lighter;
}
/************** headings **************/


h1

{
	color: #666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 120%;
	font-size: 140%;
	margin-bottom: 0px;
}
h2

{
	color: #339933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 110%;
	font-size: 130%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3

{
	color: #FF6FCF;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 100%;
	font-size: 130%;
	margin-bottom: 0px;
}

 h4

{
	color: #009933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}

h5
{
	line-height: normal;
	font-weight: lighter;
	letter-spacing: 0.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFCC66;
	margin-bottom: 0px;
	font-size: 100%;
}
	
/************** other **************/

IMG.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.portfolio_menu {
	float: right;
	width: 200px;
}
