@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #0c0722;
	text-align: center;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #231F20;
	text-decoration: none;
	line-height: 1.4;
}

h1{
	margin: 0px;
	font-size: 24px;
	font-weight: bolder;
	color: #7B0458;
	letter-spacing: -2pt;
	word-spacing: 0pt;
}

h2{
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #966C3F;
	letter-spacing: -1pt;
	word-spacing: 0pt;

}

h3{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #603F81;
	letter-spacing: -1pt;
	word-spacing: 0pt;
}

a{
	color:#C6078B;
	font-size:12px;
	text-decoration:none;
}

a:link {
	color:#C6078B;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color:#C6078B;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#6B488E;
	font-size:12px;
	text-decoration:underline;
}
a:active {
	color:#423445;
	font-size:12px;
	text-decoration:underline;
}


img{
	border-style: none;
	margin: 0px;
}

table{
	margin: 0px;
}

table img{
	margin: 0px;
}

td, tr {
	margin: 0px;
}


#wrapper{
	background-color: #FFF;
	text-align: left;
	margin: 0px auto;
	width: 900px;
	min-height:700px;
	padding-bottom: 20px;
}

#header{
	padding: 20px;
	width: 860px;
}

.logo{
	height: 64px;
	width: 229px;
	float: left;
}

.logo h1 a {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	display:block;
	height:64px;
	text-indent:-9999px;
	width:229px;
	background-position: 0 0;
	}
	
#content{
	padding: 20px;
	width: 860px;
}

#left{
	width: 250px;
	float: left;
	background-attachment: scroll;
	background-image: url(images/left_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main{
	float: left;
	width: 570px;
	padding: 0px 20px 20px;
}

#main a{
	color:#C6078B;
	font-size:12px;
	text-decoration:none;
	
	}

#main a:link, a:visited {
	color:#C6078B;
	font-size:12px;
	text-decoration:none;
}

#main a:hover{
		color:#6B488E;
	font-size:12px;
	text-decoration:underline;
}

#main a:active {
	color:#423445;
	font-size:12px;
	text-decoration:underline;
}




#footer {
	background-color: #643D89;
	width: 820px;
	margin: 0px auto;
	padding: 20px;
	color: #B7A2CB;
	text-align:center;
}

#footer a:link, a:visited{
	color: #F7CA4D;
}

#footer a:hover{
	color: #000;
}


	
/*Menu*/

.underlinemenu{
	font-weight: bold;
	width: 600px;
	float: right;
	margin-top: 10px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #8A0464;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #F2D178; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #AF1C6A;
	color: #1A181B;
}

/*Slide show*/

.fadein {
	position:relative;
	width:570px;
	height:250px;
}
.fadein img { position:absolute; left:0; top:0; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

 .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

