html, body { margin: 0; padding: 0; border: 0; }
body { font: 70% Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #000; background-color: #E7E7E7; 
	background-image: url(../images/bg_main.gif); background-position: center top; background-repeat: repeat-y; }
a { text-decoration: none; color: #003366; font-weight: bold; }
a:hover { color: #006699; }
p {	margin: 0; padding: 4px 3px 4px 6px; }
h1 { font-size: 1.2em; font-weight: bold; text-align: left; color: #003366; margin: 0; padding: 0 0 5px 2px; }
h2 { font-size: 1.1em; font-weight: bold; text-align: left; color: #000000; margin: 0; padding: 0 0 5px 2px; }
strong { font-weight: bold; color: #006699; }
justbold { font-weight: bold; color: #000000; }
img { margin:0; padding: 0; border: 0px none #FFF;}
hr { border: 1px solid #CCC; width: 80%; height: 1px; text-align: center;}

/***************************************************************************/

#header { margin: 0; padding: 0;width: 700px;}
#wrapper {
	width: 700px;
	margin: 0 auto;
}
#contentwrapper {
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-left: 190px;
	border-left: 1px solid #CCC;
	width: 490px;
}
#left-column {
	position: relative;
	width: 150px;
	float: left;
	margin-left: -150px;
}
#main-content {
	position: relative;
	margin-left: 20px;
 	margin-right: 10px;
}


/***************************************************************************/
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 5px 0 10px 0;
}
#menu a {
	color: #000;
	font-weight: normal;
}
#menu a:hover {
	color: #060;
}

/***************************************************************************/
.news { margin: 5px 5px 5px 0; }
.news-title { font-weight: bold; margin-left: 4px;font-size: 1.1em; }
.news-date { float: right; width: 65px; margin-top: -12px; font-size: 0.8em; }
.news-content { padding: 0; margin: 5px 5px 5px 0; }
.news-more { text-align: right; }
.img-gallery { border: 5px solid #FFF; }

/***************************************************************************/
.clear { clear: both; height: 1px; line-height: 1px; }
#footer { position: relative; text-align: center;}
#footer img { margin: 0 0 0 20px; }
#footer2 { position: relative; float: left;}
#footer2 img { margin: 0 0 0 5px; }
#footer3 { position: relative; float: left;}
#footer3 img { margin: 0 0 0 35px; }
#designby { position: relative; float: right; width: 130px; font-size: 0.8em; margin-top: 25px;}
#designby a { font-weight: normal; }
