body {
	background: #222222 url('images/design/grad.jpg') repeat-x fixed;
}
img {
	border: 0;
}
p,b,h1,h2,h3,ul,li {
	color: #FFFFFF;
}

div.MainDiv {
	border: 0;
	width: 900px;
	margin: auto;
	line-height: 130%;
	padding: 5px;
}
div.Header {
	background-color: #1A1A1A;
	border: 1px solid green;
	width: 890px;
	clear: both;
	padding: 0;
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
}
div.Footer {
	border: 0;
	width: 890px;
	clear: both;
	padding: 5px;
	margin: auto;
	text-align: center;
}
div.LeftSide {
	border: 0;
	width: 110px;
	float: left;
	padding: 5px;
	margin: auto;
}
div.Content {
	background-color: #1A1A1A;
	border: 0;
	width: 740px;
	padding: 5px;
	margin-left: auto;
}
table.Menu {
	border: 1px solid green;
	background-color: #1A1A1A;
	width: 100%;
	line-height: 100%;
	margin-bottom: 10px;
}
table.Menu th {
	background-color: #550000;
}
table.Menu td {
	background-color: #333333;
}
div.Content div {
	background-color: #333333;
	width: 730px;
	margin-bottom: 10px;
	padding: 5px;
}
div.Center {
	text-align: center;
}

/* LINKS */
a:link,a:active,a:visited {
	color: #DDFF77;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
div.Content a:link,div.Content a:active,div.Content a:visited {
	color: #DDFF77;
	text-decoration: none;
	font-weight: bold;
}
div.Content a:hover {
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}
table.Menu a {
	color: #DDDDDD;
	text-decoration: none;
	font-size: 10pt;
	cursor: pointer;
}
table.Menu a:hover {
	color: #CCFF00;
	text-decoration: none;
	font-size: 10pt;
}
div.Content table {
	color: #FFFFFF;
}
/* LINKS */

/* TEXT */
b.Counter {
	font-family: "Courier New", Courier, monospace;
	color: white;
	background-color: black;
	line-height: 100%;
}
/* TEXT */

/* IMAGES */
img.H10 {
	height: 100px;
}
img.H15 {
	height: 150px;
}
img.W10 {
	width: 100px;
}
img.W15 {
	width: 150px;
}
img.Left {
	float: left;
}
img.Right {
	float: right;
}
/* IMAGES */