@charset "utf-8";
/* Normalise Common Tags -----------------------------------------*/

html, body, h1, h2, h3, p, ul, ol, li, dl, dt, dd{
	margin:0;
	padding:0;
	border:0;
}

/* Define Common Tags --------------------------------------------*/

body{
	background:url(images/bg.jpg) repeat-x top #5f2d70;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:62.5%;	
	color:#333333;
}

p, h1, h2, ul{
	padding:1em 0;
	/*font-weight:normal;*/
}
ul{
	padding-left:2em;
}
li{
	padding:0.2em 0;
}
a{
	color:#c91175;
}
a:hover{
	color:#cccccc;
}
/* Define Common Classes ---------------------------------------*/

.center{
	text-align:center;
}

.left{
	float:left;
	margin-right:20px;
}
.right{
	float:right;
	margin-left:20px;
}

/* Wrapper ------------------------------------------------------*/

#wrapper{
	position:absolute;
	float:left;
	left:50%;
	width:1050px;
	background:url(images/bg_hoshleft.png) top left no-repeat;
	margin:0 -525px;
}

/* Header -------------------------------------------------------*/

#header{
	float:left;
	width:800px;
	height:300px;
	margin:0 125px 20px 125px;	
}

/* Title  -----------------------------------------------------*/

#title{
	float:left;
	width:740px;
	background:url(images/bg_title.png) no-repeat top;
	margin:0 125px;
	padding:10px 30px 0 30px;
	color:#c91175;
	text-transform:uppercase;
}

/* Content -----------------------------------------------------*/

#content{
	float:left;
	width:740px;
	background:url(images/bg_content.png) repeat-y top center;
	font-size:1.3em;
	margin:0 125px;
	padding:0 30px 0 30px;
}
	#content img{
		border:1px solid #5f2d70;
	}
	.contactform{
		float:left
	}
	.hourstable{
		width:200px;
	}
	.hourstd{
		text-align:center;
		width:50%;
	}
/* Footer ------------------------------------------------------*/

#footer{
	float:left;
	width:1050px;
	text-align:center;
	font-size:1.1em;
	color:#6c3e7b;
	background:url(images/bg_footer.png) no-repeat;
	padding:50px 0;
}
	#footer p,#footer ul{
		padding:0.2em 0;	
	}	
	#bottomnav{
		list-style:none;
	}
		#bottomnav li{
			display:inline;
			padding:0 5px;
		}
		#bottomnav a{
			text-decoration:none;
			color:#6c3e7b;
		}
		#bottomnav a:hover{
			text-decoration:underline;
			color:#af8cb8;
		}
