* {
    margin: 0;
    padding: 0;
}

body {
	padding: 0;
	font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #4b4b4b;
	background-image: url(images/plaidTile.jpg);
	background-repeat: repeat;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: normal;
	text-align: center;
	text-transform: none;
	color: #333;
}

h4 {
	text-align: right;
	line-height: normal;
	color: #F00;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 4px;
}

h1 a {
    font-weight: bold;
    text-decoration: none;
    color: White;
}

h1 a:hover {
	color: #FFF;
}

p {
	padding: 8px 0;
	text-align: justify;
	line-height: normal;
}

a {
	color: #F00;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

#main {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#mainbody {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu {
	padding: 0;
	height: 22px;
	width: inherit;
	padding-top: 178px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
	float: left;
	display: block;
	width: 125px;
	height: 22px;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
	background-image: url(images/tabInactive125.png);
	background-repeat: no-repeat;
	text-transform: lowercase;
}

#menu ul li.lastmenu a {
    border: none;
}

#menu ul li a.active {
	text-decoration: none;
	color: #FA2900;
	background-image: url(images/tabActive125.png);
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #F00;
}

#header {
	height: 200px;
	background-image: url(images/topFunner3.png);
	background-repeat: no-repeat;
}

#middle {
    margin-top: 8px;
    padding: 12px 12px 0 12px;
    height: 1%;
    background: url(images/middle.gif) repeat-x top;
}

#left {
	width: 750px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}

#left h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: lowercase;
	color: #333;
	text-indent: 50px;
	text-align: left;
}

#left ul {
    padding: 8px 0 8px 40px;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#search {
    width: 300px;
    height: 50px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 220px;
    font-size: 15px;
    color: #6C6C6C;
    background: White;
    border: 1px solid #D1D1BB;
    border-bottom: 1px solid #DBDBCB;
    border-top: 1px solid #C9C9B0;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 67px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #FF6E13 url(images/search.gif) repeat-x;
    border: 1px solid #D1D1BB;
    border-bottom: 1px solid #DBDBCB;
    border-top: 1px solid #C9C9B0;
}

#sidebar {
    float: right;
    width: 222px;
}

.box {
    margin-bottom: 15px;
    padding: 6px 0;
    width: 220px;
    background: White url(images/box.jpg) no-repeat bottom;
    border: 1px solid #F3F3F3;
}

#sidebar h3 {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: lowercase;
    color: #144855;
    background: url(images/sidebarh3.gif) no-repeat top;
}

#sidebar ul {
    list-style: none;
    padding: 5px 15px 16px 15px;
}

#sidebar ul li {
    padding: 0 5px 0 15px;
    line-height: 28px;
    border-bottom: 1px solid #EEF5F8;
}

#sidebar ul li a {
    padding: 0;
    text-decoration: none;
    color: #147E9D;
}

#sidebar ul li a:hover {
    text-decoration: none;
    color: #FA791F;
}

.clearing {
    clear: both;
    height: 5px;
    overflow: hidden;
}

#footer {
	clear: both;
    //padding-bottom: 10px;
	height: 45px;
	background-image: url(images/footerFunner.png);
	background-repeat: no-repeat;
}

#footer p {
    padding: 12px;
    font-size: 12px;
    color: #444;
    background-color: #494949;
}

#movie {
	margin-right: auto;
	margin-left: auto;
	height: 360px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	/*padding-top:79px;
	padding-right:5px;*/
}

table {
	//border-width: 0px;
	//border-style: solid;
	border-color: #F00;
//border-collapse: collapse;
}

tabletext {
	line-height: 20px;
	color: #333;
	text-transform: none;
	//text-indent: 10px;
}

#goldframe {
	background-image: url(images/goldframe3.jpg);
	height: 517px;
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#resume {
	padding: 8px 0;
	text-align: right;
	line-height: normal;
	color: #F00;
