body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color:#520c0c;
	margin:0px 0px 0px 0px;
}

img {
	border:0px;
}

a:link {
	color : #ff6600;
	font-weight:bold;
}
a:visited {
	color : #ff3300;
	font-weight:bold;
}
a:hover {
	color : #ecd513;
	font-weight:bold;
}
a:active {
	color : #ffff99;
	font-weight:bold;
}

#bodyframe {
	width: 1200px;
	height:700px;
	background-image:url('images/background.jpg');
	text-align:center;

}

#header {
	width:1200px;
	height:320px;
}

#menubar {
	width:800px;
	height:32px;
	margin-left:auto;
	margin-right:auto;

}

.menubutton {
	float:left;
	height:32px;

}

#content {
	text-align:left;
	width:650px;
    margin-left:300px;


}

#flash {
	width:450;
	border:solid 3px;
	overflow:visible;
}

#footer {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	background-color : #330000;
	padding : 2px;
	text-align:center;

}

.footer2 {
	background-color:#000;
}



