* {
	margin: 0;
	padding: 0;
}

body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background: url("/imx/body.jpg") #f6f6f6;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	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("/imx/innerwrapper.jpg") top repeat-x;
	padding:20px;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 10px 5px;
	margin:0 20px 0 0;
}


#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header #nav {
	clear:both;
	text-align: center;
	background:url("/imx/nav.jpg") top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px 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:90% Trebuchet MS;
	text-decoration:none;
	padding:5px;
}

#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;
}

#sidebar {
	background:#fff;
	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}

#sidebar h2 {
	font:160% Arial;
	color: #79B933;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar ul {
	margin:15px 0;
	list-style:none;	
}

#sidebar li{
	padding-top: 10px;
}

#sidebar li .title {
	font-weight: bold;
}

#content {
	margin:0 15px 0 240px;
	padding:20px 0 0 20px;
}


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

h2 {
	font:190% Arial;
	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;
	text-align: center;
}

#footer img {
    margin-left:10px;
	width:15px;
	border: none;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
 
img {
	padding:1px;
	border:4px 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: 1px solid black;
	font:90% Verdana;
	color:#777;
}

.spamCheck {
    width:25px;   
}

.button {
	width: 150px;
	font-weight:bold;
    text-align: center;
    background: #F0F0EA;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border: 1px solid black;
	height:200px;
	display:block;
	color:#777;
}

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

.photo {
	text-align: center;
}

.photoPreview {
	margin-top: 20px;
	visibility: hidden;
	position:absolute;
}

.black {
    color: black;
}