/* Elements */

* {
	color: #666;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #b7b7b7 url(images/fadecurve.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
}

a {
	color: #339933;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 800px;
	height: 90%;
	min-height: 90%;
	margin: 0 auto;
	margin-top: 16px;

	background: #ffffff url(images/full_bar.png) repeat-y right top;

}

html>body #wrapper {
	height: auto;
}



/* Header */

#header {
	width: 100%;
	height: 130px;
color: #339933;
	background: url(images/curve_top.png) no-repeat left top;
border-style:solid;
border-width:0px;
border-bottom-width:0px;
	border-color: #cc0000;
padding-top:10px;

}

#header h1 {
	float: left;
	padding: 15px 0 0 40px;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;

}

#header h2 {
	float: left;
	padding: 0px 2px 0 40px;
	font-size: 18px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 760px;
	height: 21px;
	padding-top: 3px;
	padding-left: 40px;
	background: #339933;
border-style:solid;
border-width:0px;
border-top-width:0px;
border-bottom-width:0px;
	border-color: #cc0000;


}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;

	height: 18px;
	padding: 1px 40px 0px 0px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.2px;
}

#menu .active a, #menu a:hover {
text-decoration: underline;
}

/* Content */

#content {
	width: 800px;
border-style:solid;
border-width:0px;
border-top-width:0px;
	border-color: #cc0000;


}

#content h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

#content h3 {
	margin-bottom: 5px;
}

#content strong{
	color: #339933;
}

#colOne {
	float: right;
	width: 187px;
background: #dddddd;

border-style:none;


margin-right: 0px;
}

#colTwo {
	float: left;
	width: 550px;
	padding: 20px 10px 0 40px;

}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#photo {
float: right;
height:230px;
width:180px;
padding-right:0px;
padding-left:20px;
}

img
{
vertical-align:text-bottom;
}

/* Footer */

#footer {
	width: 800px;
	height: 34px;
background:#ccff99 url(images/curve_footer.png) no-repeat left bottom;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer2 {
	width: 800px;
	height: 20px;
background:#b7b7b7;
	margin: 0 auto;