* {
	margin: 0;
	padding: 0;
}

body {
background: #BCC79F url(images/bkgr4.jpg) repeat-x 0% 0%;
font-family: Arial,verdana,sans-serif;
font-size: 14px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #BCC79F;
}

#wrap {
margin: 20px auto 10px auto;
width: 1000px;
background: #fff;
padding: 10px;
border: 1px solid #000;
}

#header {
height: 300px;
background: #554d42 url(images/header_tagline.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -3px;
padding: 17px 0 20px 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 100;
letter-spacing: -3px;
padding: 17px 0 0 10px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 20px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 295px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 50px 0 0;
text-decoration: none;
font-size: 12px;
color: #D1DABF;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
padding: 0 20px 24px 0;
}

.right {
width: 925px;
padding-top: 5px;
padding-left: 40px;
}
.right h2 {
color: #000;
font-size: 20px;
font-weight: normal;
padding: 10px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.right h3 {
color: #000;
font-size: 14px;
font-weight: 100;
padding: 10px 0 7px 0;
}
.right h3 a {
text-decoration: none;
}
.right h3 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #194E84;
font-size: 15px;
}
.left ul {
padding-top:
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
#footer a:hover { color: #000; }

/*
* Image rollover setup
*/

#cssmenu1 {
height: 30px;
background: #BCC79F;
}

ul.cssmenu {
	list-style: none;
	padding: 0px;
	padding-left: 75px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 200px;
	height: 30px;
	background: url('images/header_test.jpg');
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.mystory a {
	background-position: -200px 0;
	}

ul.cssmenu li.schedulefees a {
	background-position: -400px 0;
	}

ul.cssmenu li.thestudio a {
	background-position: -600px 0;
	}
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -30px;
	}

ul.cssmenu li.mystory a:hover {
	background-position: -200px -30px;
	}

ul.cssmenu li.schedulefees a:hover {
	background-position: -400px -30px;
	}

ul.cssmenu li.thestudio a:hover {
	background-position: -600px -30px;
	}

/* 
*	Clicked Links
*/
ul.cssmenu li.home a:active {
	background-position: 0 -30px;
	}

ul.cssmenu li.mystory a:active {
	background-position: -200px -30px;
	}

ul.cssmenu li.schedulefees a:active {
	background-position: -400px -30px;
	}

ul.cssmenu li.thestudio a:active {
	background-position: -600px -30px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: 0 -30px;
	}

ul.cssmenu li.mystory a.selected {
	background-position: -200px -30px;
	}

ul.cssmenu li.schedulefees a.selected {
	background-position: -400px -30px;
	}

ul.cssmenu li.thestudio a.selected {
	background-position: -600px -30px;
	}
	
#cssmenufooter {
height: 4px;
background: #BCC79F;
}