/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;/*vertical-align: baseline;*/
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html, body {
	height: 100%;
	background-image: url(images/patternBG.jpg);
	background-repeat: repeat-x;
	background-color: #818385;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 619px;
	padding-top: 30px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	height: 70px;
	font-size: .75em;
	color: #E6E6E6;
	text-align: center;
	clear: both;
}

#pageWrapper {
	width: 873px;
	margin-right: auto;
	margin-left: auto;
}
#topArea {
	height: 388px;
	padding-top: 31px;
	float: left;
}
#mainMenu {
	width: 640px;
}


#contentArea {
	background-image: url(images/contentBG.jpg);
	background-color: #ababab;
	background-repeat: no-repeat;
	width: 559px;
	padding: 30px;
}
#subPhotos {
	width: 619px;
	background-color: #ABABAB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7d848a;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 15px;
}
#subPhotos p  {
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 3px;
	font-size: .75em;
}

#contentArea p {
	font-size: .75em;
	color: #4e4e4e;
	line-height: 1.75em;
	margin-bottom: 16px;
}

#mainImage {
	height: 310px;
	width: 619px;
	margin-top: 5px;
	display: block;
	float: left;
	clear: both;
}
#mainButtonArea {
	width: 619px;
}
#lowerContent {
	width: 619px;
	clear: both;
	margin-left: 233px;
}


.logo {
	float: left;
	position: relative;
	top: 32px;
}




a, a:visited {
	text-decoration:none;
	color: #383E4C;
}

a:hover {
	color: #E23940;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #7D1401;
	padding-bottom: 10px;
}

h2 {
	font-size: .9em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #17181C;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #383E4C;
	padding-top: 10px;
	padding-bottom: 5px;
}
#contentArea ul {
	list-style-type: square;
	color: #7D1434;
	margin-left: 50px;
}
#inset , #linksInset{
	float: right;
	width: 250px;
	padding: 5px;
	border: 1px solid #818385;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #333;
	background-color: #818385;
}
#linksInset {
	width: 130px;
	background-color: #E0E0E0;
}

#contentArea #inset p , #contentArea #linksInset p{
	color: #FFF;
	font-weight: bold;
}

