body
{
	padding: 0;
	margin: 0;
	background-color: white;
	background-image: url('containerright-imagev1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 70%;
	line-height: 300%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: line-through;
	color: Purple;
}

#centrecontainer
{
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -325px;
	left: 50%;
}

#header
{
	width: 795px;
	height: 31px;
	letter-spacing: 2px;
}

#container    
{
	
	width: 795px;
	height: 490px;
}

#containerleft
{
	float: left;
	width: 100px;
	height: 480px;
	background-image:url('containerright-imagev2.jpg');
	background-position: bottom center;
	background-color: #d6046d;
	background-repeat: no-repeat;
	border-right: 1px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: arial;
	letter-spacing: -3px;
	font-size: 300%;
	text-align: left
	;
}

#containerright
{
	float: left;
	width: 667px;
	height: 500px;
	background: #910980;
	overflow: auto;
	padding: 0px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: arial;
	letter-spacing: 0px;
	font-size: 150%;
	border-bottom: 1px solid #FFF;
	;
}

#footer
{
	width: 795px;
	text-align: right;
	
	color: #FF80A8;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#navcontainer ul
{
        padding: 0;
        margin: 0;
        float: right;
        width: 100%;
}

#navcontainer ul li
{
        display: inline;
}

#navcontainer ul li a
{
	padding: 2px 4px;
	color: Black;
	text-decoration: overline;
	float: right;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #DDA0DD;
	color: #990031;
}

