* {margin: 0; padding: 0;}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #3B676A;
 background: url(images/stripe.gif);
 /*margin: 0 0 0 56px;*/
 font-size: 11px;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-family:  Arial, sans-serif;
	}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 12px;
	}

p { line-height: 1.6em; margin-bottom: 12px; }

a {
 color: #98AAAE;
}

a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #3b676a;
}
a:active {
 text-decoration: none;
}
br.clear {
 clear: both;
}
img {
 border: 0;
}
#wrapper {
 background: #fff;
 width: 800px;
 margin: 0 auto;
 /*border: 10px #fff solid;*/
}
/* Styling for Left Column */
#header { width: 800px; height: 320px;background: #fff; padding-bottom: 4px;}
#logo {
	height: 303px;
	background: url(images/bg_header.jpg) no-repeat;
	}

#header h1 strong {display: none;}

#nav ul {float: right; list-style-type: none; margin: 4px 78px 0 0;}

#nav ul li {float: left;}

#nav ul li a {
	display: block;
	height: 13px;
	}
	
#nav ul li a em {display: none;}

#nav ul li a.m1 {width: 47px; background: url(images/nav_01.gif) no-repeat;}
#nav ul li a.m2 {width: 68px; background: url(images/nav_02.gif) no-repeat;}
#nav ul li a.m3 {width: 132px; background: url(images/nav_03.gif) no-repeat;}
#nav ul li a.m4 {width: 75px; background: url(images/nav_04.gif) no-repeat;}
#nav ul li a.m5 {width: 108px; background: url(images/nav_05.gif) no-repeat;}
#nav ul li a.m6 {width: 96px; background: url(images/nav_06.gif) no-repeat;}
#nav ul li a.m7 {width: 45px; background: url(images/nav_07.gif) no-repeat;}

#nav ul li a:hover { background-position: bottom}

#content {
	margin-top: 8px;
	padding-bottom: 64px;
	width: 800px;
	background: #fff;
	}
	
#content ul, #content ol {
	margin: 0 0 16px 16px;
	}
	
#content li { line-height: 1.6em;}

#bodycopy {
	float: left;
	width: 510px;
	margin: 56px 14px 0 63px;
	background: #fff;
	}
* html #bodycopy {margin: 56px 8px 0 32px;}
	
#sidebar {
	float: right;
	width: 180px;
	padding: 56px 20px 28px 0;
	background: #fff;
	font-size: .8em;
	}

#sidebar h2, #sidebar strong {
	font-size: 1.2em;
	}
	
#sidebar ul li a { text-transform: uppercase}

/* Styling for Footer */
#footer {
	clear: both;
 padding: 5px 20px;
 margin-top: 15px; 
 font-size: 10px; 
 color: #bobfba;
}

.gallery li {float: left; list-style-type: none; margin: 0 16px 16px 0}

.gallery li a { display: block; padding: 6px; background: #e5ebee; border: 1px solid #cedce1}

.gallery li a:hover { background: #fff;}
