body
{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #010135;
	margin-top: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2E2E2E;
}

a:link
{
	color: Green;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: Green;
	text-decoration: none;
		font-weight: bold;
}

a:hover
{
	color: Black;
	text-decoration: none;
}

h1
{
font-size: 1.1em;
color: #8B0000;
font-weight: bold;
margin-bottom: 3px;
letter-spacing: 1px;
}

h2
{
font-size: 1em;
color: #4E004F;
font-weight: bold;
margin-bottom: 3px;
}

li
{
	list-style-image: url(images/star.png);
	list-style-position: outside;
	padding-left:15px;
}

#mainmenu
{
	padding-left:10px;
	text-align: center;
}

#maintable
{
	background-image: url(images/table-bg.jpg);
	background-repeat:repeat-y;
	border: solid 4px gray;
	width: 779px;
}

#content
{
	padding:10px 10px 10px 10px;
}

#content2
{
	padding:10px 10px 0px 10px;
}

#livebox
{
	border: 2px dotted #B22222;
	padding: 10px;
	background-color: #E6E6FA;
	font-weight: bold;
	background-image: url(images/livebox-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#bottommenu
{
	border-bottom: solid 4px #808080;
}

#copyright
{
	background-color: #DCDCDC;
	color: #586572;
	text-align: center;
	font-size: 0.6em;
}

#smalltext
{
	font-size: 0.7em;
	color:#8B0000;
	font-weight: bold;
	font-style: italic;
}

#redtext
{
	font-size: 1.1em;
	color:#8B0000;
	font-weight: bold;
	font-style: italic; 
	letter-spacing: 5px;
}
