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

#main{
}

#banner{
	width: 840px;
	height: 420px;
	background:#000 url(../images/intro_pic.jpg);
	
						
}

#submenu{
	height:35px;
	width:310px;
	float: left;
	margin: 75px 0px 0px 450px;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/sidebar.png) 
	
}



#submenu li a{
	
	margin: 0;
	display: block;
	height:35px;
	background-image: url(../images/sidebar.png);
	text-indent: -9999px;
	overflow: hidden;
	
}

/*up state*/
li#side0 a {
	left: 0;
	width: 310px;
	background-position: 0 0;
}
li#side1 a {
	left: 0px;
	width: 310px;
	background-position: 0px -35px;
}
li#side2 a {
	left: 0px;
	width: 310px;
	background-position: 0px -70px;
}
li#side3 a {
	left: 0px;
	width: 310px;
	background-position: 0px -105px;
}
li#side4 a {
	left: 0px;
	width: 310px;
	background-position: 0px -140px;
}
li#side5 a {
	left: 0px;
	width: 310px;
	background-position: 0px -175px;
}


/*hover state*/

li#side0 a:hover {
	background-position: -320px 0px;
}
li#side1 a:hover {
	background-position: -320px -35px;
}
li#side2 a:hover {
	background-position: -320px -70px;
}
li#side3 a:hover {
	background-position: -320px -105px;
}
li#side4 a:hover {
	background-position: -320px -140px;
}
li#side5 a:hover {
	background-position: -320px -175px;
}













#info{
	background-image:url(../images/grunge_pattern.jpg);
	width:840px;
	height:500px;
	line-height:16px;
	}
#curlys{
	background-image:url(../images/curlys_pattern_png24.png);
	width:840px;
	height:500px;
	background-image: url(../images/curlys_pattern_png24.png);
	background-repeat: repeat-y;
	float:left;
	width: 840px;
}
#column1{
	width:300px;
	height:400px;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
}
#column2{
	padding-top: 50px;
	padding-left: 50px;
	width: 300px;
	float: left;
}
#arthurpic{
	width: 225px;
	height: 205px;
	position: relative;
}
#welcome{
	width:176px;
	height:23px;
	text-indent:-9999px;
	background-image:url(../images/headings/welcome.png)
}
#arthur{
	width:187px;
	height:23px;
	text-indent:-9999px;
	background-image:url(../images/headings/arthur.png)
}
