html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, button, textarea, option,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited {
    text-decoration: none;
	font-size: inherit;
	color: #cc7b1d;
}

a:hover {
    text-decoration: underline;
}

body {
	background: #000000;
}

#greybg {
	background: #313131 url('/img/background.jpg') top repeat-x;;
}

#topbg {
	background: url('/img/background-bottom.jpg') bottom repeat-x;
	width: 100%;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
}

#left-border {
	background-image: url('/img/arc-left.gif');
	background-repeat: no-repeat;
	background-position: top;
	width: 42px;
	height: 908px;
	position: absolute;
}

#center {
	background: url('/img/main-bg.png')repeat-y;
	width: 800px;
}

#flash-header {
	width: 720px;
	height: 175px;
	padding: 10px;
}

#menu {
	width: 720px;
	height: 32px;
	padding-left: 9px;
}

#content {
	width: 738px;
	margin-left: 42px;
	background: #FFFFFF url('/img/content-bg.gif') no-repeat;
}

#footer {
	padding: 25px 30px 40px 30px;
	width: 678px;
	margin-left: 42px;
	background: #FFFFFF url('/img/footer-bg.gif') no-repeat;
	height: 55px;
}

body.mceContentBody
{
	padding: 10px 15px 0px 25px;
	width: 475px;
	height: 100%;
	background: #FFFFFF;
}

body.mceContentBody ul, #content ul, body.mceContentBody ol, #content ol
{
	padding-left: 25px;
}  

h1 {
	color: #cc7b1d;
	font-size: 22px;
	margin: 10px 0px 10px 0px;
}

h2 {
	color: #cc7b1d;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}

h3 {
	color: #cc7b1d;
	font-size: 15px;
	margin: 10px 0px 10px 0px;
}

h4 {
	color: #313131;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

