@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
}
.oneColFixCtr #container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}
.maincontent {
	background-image: url(images/bg_vert.jpg);
	background-repeat: repeat-x;
}
.maincontentfill {
	border: 2px solid #FFF;
	margin-top: 40px;
	background-image: url(images/bg_vertfill.jpg);
}

.maincontent-left {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.maincontent-right {
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFF;
}
.menuitems {
	height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
}
.submenuitems {
	height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 28px;
}

.header {
	height: 300px;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.content {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}



#topmenulist {
	display: inline;
}
#topmenulist li
{
	display: list-item;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
}

#h1-main {
	text-transform: uppercase;
	color: #FFF;
	font-family: Georgia;
	font-size: 36px;
}
#h2-main {
	text-transform: uppercase;
	color: #666;
	font-family: Georgia;
	font-size: 16px;
}

a.menu1:link {
	color: #FFF;
	text-decoration: none;
}
a.menu1:visited {
	color: #FFF;
	text-decoration: none;
}
.livestorm {
	font-size: 10px;
	color: #6C6C6C;
}
a.menu1:hover {
	color: #FFF;
	text-decoration: underline;
}
a.menu1:active {
	color: #FFF;
	text-decoration: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

