body {
	background: #dfdfdf url(../img/mainBg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
	cursor: default;
	}

a {
	color: #722C36;
	}

a:hover {
	color: #000;
	}

#header {
	display: block;
	width: 641px;
	height: 61px;
	background: url(../img/header.gif) no-repeat bottom left;
	}

#header h1 {
	display: block;
	position: absolute;
	top: 35px;
	left: 40px;
	width: 64px;
	height: 55px;
	background: url(../img/logo.gif);
	overflow: hidden;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}

h2 {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../img/header.jpg);
	width: 489px;
	height: 121px;
	}

h3 {
	font-size: 17px;
	font-family: Arial;
	padding: 10px 0 5px 0;
	margin: 0;
	}

#container {
	display: block;
	background: #fff url(../img/containerBg.gif) repeat-x;
	padding-top: 3px;
	}

/* main menu */
	ul#mainMenu {
		display: block;
		float: left;
		border-top: 1px solid #545454;
		background: #f5f5f5 url(../img/menuFt.gif) no-repeat bottom left;
		margin: 0;
		padding: 40px 0;
		list-style-type: none;
		width: 149px;
		}

	ul#mainMenu li {
		display: block;
		width: 149px;
		border-bottom: 1px solid #d9d9d9;
		}

	ul#mainMenu li a {
		display: block;
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		color: #444;
		text-decoration: none;
		text-transform: uppercase;
		width: 139px;
		padding: 8px 5px;
		}

	ul#mainMenu li a:hover {
		color: #000 !important;
		background-color: #fff;
		}
	
	ul#mainMenu li.sub a {
		text-transform: Capitalize;
		padding: 5px 5px 5px 10px;
		width: 134px;
		color: #666;
		}
/* // main menu */

#box {
	float: left;
	width: 467px;
	padding: 10px;
	}

#box p {
	padding: 10px 5px;
	margin: 0;
	}

#content {
	display: block;
	background: url(../img/contentBg.gif) repeat-y 149px 0;
	height: 500px;
	}

#content[id] {
	height: auto;
	min-height: 500px;
	}

#footer {
	display: block;
	background: url(../img/footerBg.gif);
	height: 50px;
	}

#footer p {
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 607px;
	background: url(../img/footer.gif);
	line-height: 34px;
	font-size: 11px;
	color: #777;
	text-align: right;
	padding-right: 20px;
	}

.titles {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Sans-Serif;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	display: block;
	color: #722C36;
	}

#flashHolder {
	display: block;
	position: absolute;
	width: 470px;
	height: 114px;
	top: 64px;
	left: 150px;
	}