﻿@charset "utf-8";
body {
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
#header {
	margin: auto;
	height: 102px;
	width: 750px;
	background-color: #333333;
}
#nav {
	background-color: #333333;
	margin: auto;
	height: 25px;
	width: 750px;
}
#main {
	background-color: #333333;
	margin: auto;
	height: 520px;
	width: 750px;
	text-align: left;
}
#main2 {
	background-color: #333333;
	height: 365px;
	width: 750px;
	margin: auto;
}

#leftsideindex {
	text-align: left;
	float: left;
	height: 520px;
	width: 163px;
}
#contentindex {
	text-align: left;
	float: left;
	height: 505px;
	width: 385px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#rightsideindex {
	float: left;
	height: 520px;
	width: 170px;
	text-align: right;
}
#leftside {
	height: 365px;
	width: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#rightside {
	float: left;
	height: 365px;
	width: 171px;
}

#content {
	text-align: left;
	height: 365px;
	width: 536px;
	float: left;
	padding-left: 17px;
}


#footer {
	background-color: #c09ec3;
	margin: auto;
	height: 10px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#footer2 {
	margin: auto;
	height: 200px;
	width: 750px;
}

.floatphoto {
	float: left;
	padding-right: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.largetext {
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.smalltext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
