body {
	background: url(/images/bg.gif) top repeat-x;
	background-color: #D2BE82;
	margin: 0;
	padding: 0;
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 917px;
}

#top {
    background: url(/images/shell-top.png) no-repeat;
    height: 125px;
}

.top-text-h1 {
	margin: -40px 0 6px 500px;
}

.top-text {
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 500px;
	text-align: left;
	width: 200px;
}

#mid {
	background: url(/images/shell-mid.gif) repeat-y;
	padding: 0 40px;
	text-align: left;
}

#bottom {
    background: url(/images/shell-bottom.png) no-repeat;
    height: 30px;
}

#footer {
	font-size: 11px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}

/* Styles */

a {
	color: #224488;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #224488;
	text-decoration: underline;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	color: #224488;
	text-decoration: underline;
}

h1 {
	color: #224488;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #000;
	font-size: 19px;
	margin: 0;
	padding: 0;
}

.vid-frame-text {
	color: #224488;
	font-weight: bold;
	margin: 0 0 40px 110px;
}

/* Other */

.button {
	margin: 0 0 10px 20px;
}
