
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.gif) black;
	margin: 0 auto;
	color: silver;
	font: .8em/2em verdana, arial, sans-serif;
	width: 770px;
}

img {
	float: left;
}

#rightcol {
	padding: 30px 30px 0px 30px;
	margin-left: 300px;
	text-align: right;
	line-height: 1.8em;
	font-size: .9em;
	background: #1e1e1e;
}

a:link, a:visited {
	color: silver;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

a:hover {
	color: white;
}

#links {
	margin: 30px 0 20px 0;

}

#links a, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	margin-left: 12px;
}

#links a:hover {
	color: #cba53c;
}

#content {
	background: url(images/content-bg.gif) repeat-y #1e1e1e;
	border: 1px solid #5b5b5b;
	margin: 30px 0 10px 0;
}

#leftcol {
	float: left;
	width: 300px;
	background: black;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 20px 0;
}

h2 {
	color: #cba53c;
	font-size: 15px;
	margin-bottom: 20px;
}

p {
	margin: 0 0 10px 0;
}

.links {
	margin: 30px 0 0px 0;
}



.flashHeader {
	margin: 0 0 50px 0px;
	float: left;
}

.header {
	margin: 0 0px 40px 8px;

}

.footer {
	text-align: center;
	color: #5b5b5b;
	font-size:.9em;
}

.footer a {
	color: #5b5b5b;
	margin: 0;
	font-size: 1em;
}

.footer a:hover {
	color:silver;
}