/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 788px;
	text-align: left;
}


/* Logo header and background across top of page */
#header {
	width: 788px;
}

#toparc {
	display: block;
}

/* wrappers for content areas */
#contentwrapper {
	margin: 0 auto;
	width: 788px;
	background: url(bg_content.gif) repeat-y;
}

/* This is the secondary content area at the bottom of the page */
#navmenu {
	float: left;
	width: 137px;
	padding-right: 3px;
	padding-left: 3px;
	display: inline;
}


#maincontent {
	float: left;
	width: 475px;
	padding: 15px 15 10px 13px;
	color: #000;
}

/* the code below is all contained in the maincontent and secondarycontent div */
#maincontent h1 {
	padding-left: 50px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1.15em;
	text-align: lef; 
}

#maincontent h2 {
	padding-top: 20px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: center; /* if you prefer your headers flush left change it to left */
}

#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 0 50px;
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent p {
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	text-align: left;
}

#maincontent ul {
	font-size: 90%;
	margin: 10px 20px 5px 25px;
}

#maincontent li {
margin: 0 20px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

#maincontent a {
	text-decoration: underline;
	text-align: center;
	color: #000;
}

#maincontent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#maincontent a:hover {
	text-decoration: none;
	color: #FD6CA7;
}

#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FD6CA7;
}

/* This is a class set up to give you small or fine print text in either the main content or secondary conetent area */
#maincontent .smaller {
	font-size: 0.8em;
	text-align: center;
}

#maincontent .supersmall {
	font-size: 0.7em;
	text-align: center;
}

/* sidebar content */

#sidebar {
	width: 125px;
	float: left;
	padding: 0 9px 0 15px;
}

/* end styles for content areas */

.clear {
	clear:both;
}
/* The footer display and link states */

#footer {
	width: 788px; 
	height: 55px;
	background: url(images/footer_curve.gif) no-repeat;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}

#footer a:hover {
	text-decoration: underline;
}

.copyright {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFF;
}

.whiteTxt {
	color: #FFF;
	font-weight: bold;
	font-size: 75%;
	}

	
.galleryborder {
	padding: 3px;
	border: 1px solid #666;
	margin: 3px 5px 3px 5px;
}
