@import url('reset.css');
*{
	font-family: Arial, Georgia,Tahoma,Verdana,sans-serif;
	font-size:100%;
	font-weight:normal;
}
body{
	background:url(../images/body_bg.jpg) #FFFFFF;
	text-align:center;
	color:#a7105e;

}
#wrapper{
	width:770px;
	background:url(../images/content_bg.jpg);
	margin:0 auto;
	text-align:center;
}
#bodycontent{
	width:760px;
	margin:0 auto !Important;
}
#header{
	height:137px;
	width:100%;
	background:url(../images/header_bg.jpg);
	display:block;
}
#logo{
	background:url(../images/logo.jpg) no-repeat left top;
	height:137px;
	width:350px;
	float:left;
}
#pad{
	height:88px;
}
#nav{
	width:390px;
	height:30px;
	margin:0;
	margin-left:360px;
	text-align:right;
}
#nav ul{
	list-style:none;
	
}
#nav ul li{
	display:inline;
	margin-left:0px;
	margin-right:3px;
	background:#f2deea;
	color:#a7105e;
	text-align:center;
	height:30px;
	line-height:30px;
	list-style:none;
	padding:5px;
	/*padding:5px !important;*/
}
#nav ul li.active{
	background:#dd127b;
	color:#FFFFFF;
}
#nav ul li a{
	/*margin-left:5px;
	margin-right:5px;*/
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	background:#f2deea;
	color:#a7105e;
}
#nav ul li.active a{
		background:#dd127b;
		color:white;
}
#theme{
	background:url(../images/header.jpg);
	height:210px;
	width:100%;
	display:block;
}
.horsep{
	background:url(../images/hor_sep.jpg);
	height:20px;
	width:99.9%;
}
#content{
	width:740px;;
	display:block;
	margin:10px;
}

#content p{
	width:95%;
	margin-bottom:10px;
	text-align:justify;
}
#content h1{
	text-align:left;
	width:95%;
	font-weight:bold;
	border-bottom:1px solid;
	margin-bottom:10px;
}
#content span{
	float:left;
	
}
#content p.float{
	float:right;
	width:650px;
	margin-right:30px;
}
#footer{
	background:url(../images/footer_bg.jpg) #dd127b;
	height:30px;
	width:100%;
	line-height:30px;
	color:white;
	font-size:70%;
	display:block;
}
form{
	text-align:left;
	width:95%;
}
input{
	 border:1px solid #a7105e;
	 background:#f2deea;
	 color:#a7105e;
}
textarea{
	border:1px solid #a7105e;
	background:#f2deea;
	color:#a7105e;
}
form fieldset label{
	width:40px;
	display:table-cell;
}

form fieldset input{
	display:table-cell;
}