/***** Copyright © 2007 graphite studio. All rights reserved. *****/

body {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #c3cbd7;
}
a, a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #d20000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #000;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 90%;
	}
h4 {
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	color: #555;
	}
h5 {
	font-size: 70%;
	font-weight: normal;
	color: #555;
	}
p {
	font-size: 70%;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}
ol {
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0 0 10px 10px;
}
ul {
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0 0 10px 10px;
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: none;
}
.clearit {
	clear: both;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
}

/***** MASTHEAD STYLES *****/

#masthead {
	height: 130px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header_bkgd.gif) top left repeat-x;
}
#mast_container {
	position: relative;
    width: 990px;
	height: 116px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#logo {
	float: left;
	width: 309px;
	height: 116px;
	background: url(../images/logo.jpg) bottom left no-repeat;
}
#logo span {
	display: none;
}
#topnavarea {
	float: right;
}
.topnav {
	float: left;
	width: 100px
	height: 116px;
	border-left: 1px solid #686868;
}
#red_rule {
	width: 990px;
	height: 14px;
	background: url(../images/red_rule.jpg) top left no-repeat;
}
#gallery {
	margin: 20px 0;
	padding: 0;
	}
	
/***** MAIN CONTENT STYLES *****/

#contentrow {
	position: relative;
	width: 970px;
	min-height: 200px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #fff;
	color: #555;
}

/***** IMAGE ROW STYLES *****/

.imagerow {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	}
.firstimage {
	float: left;
	width: 226px;
	margin: 0;
	padding: 0;
	}
.imagecell {
	float: left;
	width: 226px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	}

/***** FOOTER STYLES *****/

#footer {
	height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/darkredstripe.gif) top left repeat-x;
}
#footer p {
	font-family: Arial, sans-serif;
	font-size: 65%;
	color: #000;
	margin: 0;
	padding: 5px 0 0 60px;
}
#footer a, #footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
