* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Verdana, sans-serif;
font-size: 14px;
line-height: 20px;
color: #fff;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #993300;
}

#wrap {
margin: 20px auto 10px auto;
width: 1000px;
background: #996600;
padding: 0px;
border: 1px solid #000;
}

#header {
height: 166px;
background: #554d42 url(images/bethune-signs-header-02.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 {
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
height: 20px;
line-height: 20px;
background: #993300;
}
#menu ul {
list-style-type: none;
padding-left: 22px;
}
#menu ul li {
float: left;
}
#menu ul li a {
padding: 0 10px 0 10px;
text-decoration: none;
font-size: 16px;
color: #FFF;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#menufooter {
height: 1px;
background: #000;
}

#content {
padding: 0px 20px 20px 0;
}

.right {
width: 980px;
text-align: justify;
padding-top: 10px;
padding-left: 10px;
}
.right h2 {
color: #001032;
font-size: 18px;
font-weight: bold;
padding: 10px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 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: #fff;
font-size: 15px;
}
.left ul {
padding-top:
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}

ul.bulletlist {list-style-type:circle}

#table1 {
font-family: Verdana, sans-serif;
font-size: 14px;
line-height: 20px;
color: #FFF;
}


/*
* Image rollover setup
*/

#cssmenu1 {
height: 30px;
background: #996600;
}

ul.cssmenu {
	list-style: none;
	padding: 0px;
	padding-left: 130px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 166px;
	height: 30px;
	background: url('images/nav_menu.jpg');
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: -166px 0;
	}

ul.cssmenu li.aboutus a {
	background-position: -332px 0;
	}

ul.cssmenu li.portfolio a {
	background-position: -498px 0;
	}

ul.cssmenu li.contactus a {
	background-position: -664px 0;
	}
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: -166px -30px;
	}

ul.cssmenu li.aboutus a:hover {
	background-position: -332px -30px;
	}

ul.cssmenu li.portfolio a:hover {
	background-position: -498px -30px;
	}

ul.cssmenu li.contactus a:hover {
	background-position: -664px -30px;
	}

/* 
*	Clicked Links
*/
ul.cssmenu li.home a:active {
	background-position: -166px -30px;
	}

ul.cssmenu li.aboutus a:active {
	background-position: -332px -30px;
	}

ul.cssmenu li.portfolio a:active {
	background-position: -498px -30px;
	}

ul.cssmenu li.contactus a:active {
	background-position: -664px -30px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: -166px -30px;
	}

ul.cssmenu li.aboutus a.selected {
	background-position: -332px -30px;
	}

ul.cssmenu li.portfolio a.selected {
	background-position: -498px -30px;
	}

ul.cssmenu li.contactus a.selected {
	background-position: -664px -30px;
	}
	
#cssmenufooter {
height: 2px;
background: #993300;
}


#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #fff; }