@charset "utf-8";

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.3em;
	background:url(../images/body_bg.jpg) repeat-x #D3A5C1;
	}

#wrapper {
	width:790px;
	margin:0 auto;
	font-size:14px;
}

*{
	padding:0;
	margin:0;}

.pad{
	padding:10px;}
	

h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset,address {

margin:0.5em 0;

}

p{
	margin:1em 0;}

h1{
	font-size:24px;
	color:#861A5B;
	font-weight:normal;
	margin:.5em 0 1em 0;
	}

h2{
	font-size:20px;
	color:#861A5B;
	font-weight:normal;
	}


h3{
	font-size:16px;
	color:#861A5B;
	font-weight:normal;
	}

a:link, a:active, a:visited{
	color:#861A5B;}

a:hover{
	color:#683181;
	}

.right{
	float:right;}
	
.left{
	float:left;}
	
#header{
	width:790px;
	height:151px;
	background:url(../images/header3.jpg) no-repeat;}

/* menu -----------------------------------------------------------------------------------*/

#menu{
	width:790px;
	height:40px;
	background:url(../images/menu.jpg) no-repeat;}

#menu ul{
	padding:0;
	margin:0 auto;
	position:relative;
	margin-left:18px;
	}

* html #menu ul{
	margin-left:0px;
}

#menu ul li{
	display:block;
	/*border-right:solid 1px #fff;*/
	margin:0 18px;
	text-align:center;
	float:left;	
	line-height:37px;
	}


#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:.9em;
	text-align:center;
}

#menu ul li a:hover{
	color:#EBB1E1;
	text-decoration:underline;
	font-size:.9em;
	text-align:center;
}
	

/* Contnet --------------------------------------------------------------------------------*/

#content{
	width:790px;
	background:url(../images/wrapper.jpg) repeat-y;
	overflow:hidden;}

#main{
	width:550px;
	float:left;
	position:relative;
	left:7px;
	top:0px;
	background:url(../images/main.jpg) top repeat-x;
	
	}

#main ul{
	margin-left:20px;
}

#main ol{
	margin-left:20px;
}


#right{
	width:227px;
	float:left;
	position:relative;
	left:7px;
	background:url(../images/right.jpg) top repeat-x;
	}

/* Footer -------------------------------------------------------------------------------*/

#footer{
	width:790px;
	height:90px;
	background:url(../images/footer.jpg) no-repeat;
	font-size:.9em;
	}

#footer a:link, #footer a:visited, #footer a:active{
	color:#FFFFFF;
	text-decoration:underline;}
	
#footer a:hover{
	color:#ccc;
	text-decoration:underline;}
	

#footer1,#footer2 {
	padding-left:15px;
	color:#fff;}
	
#footerbot {
	padding-left:15px;
	color:#fff;
	position:relative;
	top:10px;}
