@charset "utf-8";

*, html
{
	text-align:left;
	margin:0px;
	padding:0px;
}

body
{   
	background: url(images/body-bg.jpg) top repeat-x #9b4865;
	margin:0px;
	font:normal 12px Arial,Verdana,  Helvetica, sans-serif;
	color:#4a343c;
}

form, div
{
	margin:0px;	
	padding:0px;
}

img
{
	border: 0px;
	vertical-align: top;

}

a
{
	font:normal 12px Arial, Verdana,  Helvetica, sans-serif;
	color:#7e0241;
	text-decoration:none;
	text-align:left;
	line-height:18px;
}
a:hover
{
	color:#000;
	text-decoration:underline;
}

h5
{
	font:bold 20px Arial, Trebuchet MS,  Verdana,  Helvetica, sans-serif;
	color:#660226;
	text-transform:uppercase;
	text-align:center;
	padding:3px 0px;
	border-bottom:2px solid #9e2e5a;
	background:url(images/point.gif) left center no-repeat;
	background-position:4% 50%;
	font-style:italic;
}


p
{
	font:normal 12px Arial, Verdana,  Helvetica, sans-serif;
	line-height:16px;
	color:#000;
	padding:4px 6px;
	margin:2px;
	text-align:justify;
}

.menu-bg
{
	clear:both;
	width:760px;
	background:url(images/menu-bg.gif) top repeat-x;
	height:29px;
	color:#fff;
	text-align:center;
}

.menu-bg a
{
	font:bold 13px Arial,Verdana,  Helvetica, sans-serif;
	color:#fff;
	line-height:25px;
	padding:0px 8px;
}

.menu-bg a:hover
{
	color:#ccc;
}

.empty
{
	background: #8e244a;
	color:#fff;
	text-align:justify;
	padding:4px;
	padding-right:8px;
	font:normal 13px/17px Arial, Verdana,  Helvetica, sans-serif;
	height:290px;
}


.clear
{
	clear:both;
}




#main
{
	width: 1000px;
	padding:0px;
	margin: auto;
	height:auto;
	background:#fcc7db;
}

#header-left, #header-right
{
	float:left;
	width:240px;
}

#header-right
{
	width:760px;
}


#col-left, #col-center, #col-right
{
	float:left;
	width:240px;
	margin-top:8px;
	background:url(images/left-top.jpg) left top no-repeat;
}
#col-center
{
	width:574px;
	color:#fff;
	margin:8px;
	background:url(images/center-top.jpg) left top no-repeat;
}
#col-right
{
	width:170px;
	background:url(images/right-top.jpg) left top no-repeat;
}



.a
{
	font:bold 11px Arial, Verdana,  Helvetica, sans-serif;
	color:#7e0241;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #eabbcc;
	line-height:18px;
	margin:2px 2px;
	padding:2px 2px 2px 35px;
	text-align:left;
	background:url(images/arrow.gif) center left no-repeat;
	background-position:8% 50%;
	
}
.a:hover
{
	color:#fff;
	background:#990339;
}

.footer-bg
{
	background:url(images/footer-bg.jpg) left top repeat-x #9b4865;
	height:26px;
	clear:both;
}

#footer_left, #footer_right 
{
	float:left;
	width:500px;
	background:url(images/footer-left.jpg) left top no-repeat;
	text-align:left;
	color:#fff;
	height:26px;
	line-height:23px;
}

#footer_left a
{
	padding:0px 4px;
	color:#fff;
}
#footer_right
{
	text-align:right;
	background:url(images/footer-right.jpg) right top no-repeat;
}

