body {
	margin: 5px 0;
	padding: 0;
	background: #bab4b3;	
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #241e1e;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #ffffff;
}

img {
	border: none;
}

/* Header */

#header {
	width: 850px;
	height: 366px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	background: url(images/img5.png);
}

#colOne {
	float: left;
	width: 165px;
	padding: 0 0 0 2px;	
}

#colTwo {
	float: left;
	width: 435px;
	padding: 20px 20px 0 15px;
}

#colThree {
	float: left;
	width: 150px;
	padding: 20px 0 0 8px;
	color: #ffffff;
}

/* Menu */

.glossymenu{
margin: 0;
padding: 0;
width: 164px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback3.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback4.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: none;
}

.glossymenu div.submenu ul li a{
background: white;
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: black;
}

/* Footer */

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.png) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}