* {
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

html {
	height: 100%;
}

body
{
	height: 100%;
	background: #990031;
	color: #FFF;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}



#center {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:left;
	width: 900px;
	height: 475px;
	margin-left: -450px;
	margin-top: -250px;
}

#header
{
	width: 900px;
	height: 35px;
	letter-spacing: 1px;
	position: relative;
}

#banner {
	
}

#menu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a {
	float: right;
	padding: 0 12px 10px 12px;
	text-decoration: none;
	color: #FFF;
}

#menu a:hover {
	color: #FF80A8;
	background: url(menu-hover.jpg) no-repeat bottom center;
}

#container {
	border: 20px solid #FFF;
	width: 860px;
	height: 400px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 380px;
	background-image:url('containerright-image.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerright
{
	float: left;
	width: 450px;
	height: 380px;
	background: #660021;
	overflow: auto;
	padding: 10px;
	position: relative;
}

#containerright hr {
	position: absolute;
	left: 100px;
	width: 340px;
	height: 1px;
	background-color: #FFFFFF;
	border: none;
}

#containerright h1
{
	position: relative;
	left: 100px;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
    margin-bottom: 15px;
	width: 340px;
	text-align: right;
}

#containerright h2
{
	position: absolute;
	left: 100px;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 340px;
	text-align: right;
}
#containerright h3
{
	letter-spacing: 1px;
	margin: 25px 0 15px 0;
}
#containerright h4
{
	letter-spacing: 1px;
	margin: 10px 0 5px 10px;
}
#containerright p
{
	letter-spacing: 1px;
	margin: 5px 0;
	text-align: justify;
}

#footer
{
	width: 900px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#demotip {
	display:none;
}
