body
{
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 12px;
	color: #676767;
}
h1
{
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	color: #DD3333;
}

#flashcontent
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 595px;
	width: 960px;
	margin: -300px 0 0 -481px;
	padding: 0px;
}
#leftcol
{
	float: left;
	width: 770px;
}
#rightcol
{
	float: right;
	width: 120px;
	padding: 20px;
	border: 2px solid red;
	background: url(alert.jpg);
	color: #DD3333;
}

#leftmenu
{
	float: left;
	width: 250px;
}
#maintext
{
	float: right;
	width: 500px;
}
a
{
	color: #DD3333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}