@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #FFF7E9;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 36px;
	text-transform: capitalize;
	color: #C61230;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #5B9B98;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #C61230;
	font-weight: bold;
	line-height: 23px;
}

#MainContainer {
	background-color: #FFF7E9;
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: 100px;
	float: left;
	clear: both;
}

#header {
	background-color: #FFFFFF;
	clear: both;
	height: 255px;
	width: 950px;
	padding-top: 5px;
}

#MainCopy {
	background-color: #FFF7E9;
	width: 950px;
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}

#CopyLeft {
	float: left;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin-left: 60px;
	line-height: 24px;
}

#CopyRight {
	background-color: #FFF7E9;
	float: left;
	width: 350px;
	clear: none;
	margin-left: 80px;
}
#TileTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #FFF7E9;
	float: left;
	height: 140px;
	width: 350px;
	margin-bottom: 10px;
	line-height: 18px;
}
#TileMid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #FFF7E9;
	float: left;
	height: 140px;
	width: 350px;
	margin-bottom: 10px;
	line-height: 18px;
}
#TileBot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #FFF7E9;
	float: left;
	height: 140px;
	width: 350px;
	margin-bottom: 10px;
	line-height: 18px;
}
a:link {
	color: #4B9291;
}
a:visited {
	color: #276562;
}
a:hover {
	color: #996600;
}

