/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html, body, #container {
	height:100%;
}

body {
	background-color:#000;
	font-family:"Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:130%;
}

p, h1, h2, h3 {
	margin:0px 0px 15px 0px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#84191E;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#84191E;
}

a:link, a:visited, a:hover, a:active, a:visited:hover {
	text-decoration:none;
	color:#996600;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

#container {
	margin:0px auto;
	width:700px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	border-top:none;
	border-bottom:none;
}

#header {
	height:51px;
}

#top-nav {
	height:20px;
	background-color:#000000;
}

#top-nav a{
	margin:6px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#top-nav a:hover, #top-nav a:visited:hover {
	text-decoration:underline;
}

#live-area {
	padding:20px;
	height:auto;;
	min-height:300px;
}

#footer {
	/* position:absolute; */
	padding:50px 0px 0px 0px;
	bottom:0px;
	height:190px;
	width:700px;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	color:#999999;
	text-decoration:none;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration:underline;
}


hr {
	border:none;
	border-bottom: 1px dashed #666600;
	margin:20px 0px 20px 0px;
	padding:0px;
}



.img-left {
	float:left;
	margin: 0px 15px 0px 0px;
	border:1px solid #CCCCCC;
}

.img-right {
	float: right;
	margin: 0px 0px 0px 15px;
	border:1px solid #CCCCCC;
}






