body
{
	padding: 0;
	margin: 0;
	background: #990031;
	color: #FFF;
	font-family: "Arabic Typesetting", "Lucida Handwriting"   ;
	font-size: 100%;
	font-weight:bold;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

p
{
	margin: 0;
	padding: 0;
	font-family: "Arabic Typesetting", "Lucida Handwriting"   ;
	font-size: 120%;
	font-weight:bold;
	line-height: 100%;
}



#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image: url('../images/front.jpg');
	background-repeat: no-repeat;
	background-position:center;
	border-right: 20px 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: "Lucida Handwriting";
	letter-spacing: -3px;
	font-size: 200%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #660021;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin-bottom:10px;
	padding: 0;
	font-family: "Lucida Handwriting";
	letter-spacing: -2px;
	font-size: 150%;
	padding-bottom: 5px;
	width: 75%;
}

#containerright h3
{
	margin-bottom:10px;
	padding: 0;
	font-family: "Lucida Handwriting";
	letter-spacing: -2px;
	font-size: 125%;
	padding-bottom: 5px;
	width: 75%;
	color: #FF80A8;
}

#containerright desc
{
	margin: 5px;
	padding: 0;
	font-family: "Arabic Typesetting", "Lucida Handwriting"   ;
	font-size: 140%;
	line-height: 100%;
}




#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
	font-size: 90%;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}