
body {
     font-size: 10pt;
     font-family: "georgia", "times new roman", serif;
     color: #333333;
		word-spacing:1px;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:900px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}


#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
font-size: 1.2em;
font-weight: normal;
	color:#333;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}

#header h2 {
font-size: 1.0em;
font-weight: normal;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #79B5D6;
}

#header #nav {
	clear:both;
	background:url(../images/SolidKelp.jpg) top repeat-x #4F9EC9;
	border-bottom:0px solid #4F9EC9;
	border-top:0px solid #388CBA;
	border-left:0px solid #388CBA;
	border-right:0px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}


#sidebarright {
	width:900px;
	float:left;
	padding:0px 0 0 20px;
	background:url(../images/body.jpg) top left repeat;
}


#sidebarright h2 {
font-size: 1.em;
font-weight: normal;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
font-size: 1.em;
font-weight: normal;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
font-size: 1.em;
font-weight: normal;
	margin:0 0px 0 0px;
	background:url(../images/body.jpg) top left repeat;
	padding:0px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 0px;
	background:url(../images/body.jpg) top left repeat;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:15px;
}

h2 {
font-size: 1.em;
font-weight: normal;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:blue;
}

a:hover {
	text-decoration:none;
}

h3 {
font-size: 0.9em;
font-weight: normal;
	line-height:20px;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:20px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
font-size: 1em;
font-weight: normal;
	margin:0px 0 15px 20px;
	line-height:20px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

#contentnorightbar ol {
font-size: 0.8em;
font-weight: normal;
	margin:0px 0 15px 20px;
	line-height:20px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ol span {
	color:#444;
}

img {
	padding:1px;
	background:url(../images/body.jpg) top left repeat;
	border:0px solid #f6f6f6;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:900px;
	padding:4px;
font-size: 0.8em;
font-weight: normal;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
