/* Website template idea borrowed from liquidsmoke.net - thanks!*/

body,td,th {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

body {
	background: #000000 url(images/bg_page.jpg) top repeat-x;
	margin: 0; padding: 0
}

a { color: #CCCCCC; text-decoration: none; }

a:hover { color: #FFFFFF; }

img { border: none; }

p { margin: 0 0 10px 0; }

.double { line-height: 1.5; }

.gray { color: #CCCCCC; }

.yellow { color: #FFCC00; }

.treb { font-family: Trebuchet MS; letter-spacing: -1px; }

.med { font-size: 14px; }

.large { font-size: 18px; }

#body { width: 740px; }

#logo { text-align: left; width: 740px; }

#navigation { background: url(images/nav_bg.gif) no-repeat; font-family: Trebuchet MS; font-size: 18px; font-weight: bold; letter-spacing: -1px; line-height: 40px; margin: 0 0 20px 0; padding: 0 10px 0 10px; text-align: left; width: 720px; }

#navigation a { color: #333333; margin: 0 10px 0 10px; }

#navigation a:hover { color: #FFFFFF; }

#navigation img { position: absolute; }

#content { background: url(images/bg_content.gif) center top no-repeat; padding: 20px; width: 700px; }

#left { background: url(images/separator.gif) top right no-repeat; float: left; padding: 0 20px 0 0; width: 200px; }

#right {
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	width: 460px;
	height: 440px;
}

#footer {
	border-top: #1A1A1A 1px solid;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 20px 0 20px 0;
	text-align: left;
	width: 740px;
	color: #666666;
}

#footer a { color: #CCCCCC; }

#footer a:hover { color: #FFFFFF; }
#right2 {
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	width: 460px;
}
.largered {
	font-size: 18px;
	color: #C40000;
}
.medred {
	font-size: 14px;
	color: #C40000;
}
