/* General */
body {
	margin:0;
	padding:15px 0;
	background:#D2A533 url(img/body-background.png);
	font-family:Verdana;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }
h2 {
	color:white;
	font-size:13px;
	text-align:center;
	margin:0 0 10px;
}

/* IE fix */
* html #content { height:350px; }
* html #menu { margin-left:5px; }
* html #menu ul { width:166px; }

/* Container */
#container-top, #container-bottom {
	width:774px;
	height:9px;
	overflow:hidden;
	margin:0 auto;
}
#container-top { background-image:url(img/container-top.gif); }
#container-bottom { background-image:url(img/container-bottom.gif); }

#container {
	width:774px;
	margin:0 auto;
	background-color:#E9F2EB;
}

/* Header */
#header {
	width:753px;
	height:185px;
	background:url(img/header-background.jpg) no-repeat;
	margin-left:9px;
}

#header h1 { display:none; }

/* Menu */
#menu {
	position:relative;
	float:left;
	margin-left:10px;
	padding-bottom:180px;
	width:166px;
	background-color:#1B375D;
	border-right:1px solid #64798F;
}

#menu ul { 
	list-style:none; 
	font-size:11px;
	font-weight:bold;
	width:167px;
}

#menu ul a {
	display:block;
	height:18px;
	color:black;
	text-decoration:none;
	margin-bottom:5px;
	padding:5px 0 0 30px;
	background:#CE8E20 url(img/menu-item.png) left no-repeat;
}

#menu ul a:hover { background-image:url(img/menu-item-h.png); }

#menu ul.submenu a { background-color:#CE8E20; color:white; }



/* Email */
#email {
	position:absolute;
	bottom:0;
	left:-1px;
	width:169px;
	height:179px;
	background-image:url(img/email.png)
}

#email a {
	display:block;
	width:115px;
	height:45px;
	margin-top:130px;
}

#email a span { display:none; }

/* Main */
#main {
	float:left;
	margin-left:15px;
	width:565px;
	background:url(img/main-background.png) repeat-y;
}

#main .top, #main .bottom {
	height:16px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#main .top { background-image:url(img/main-top.png); }
#main .bottom { background-image:url(img/main-bottom.png); }

/* Content */
#content { 
	width:535px; 
	margin-left:15px; 

	min-height:350px;
	font-size:12px;
	color:#DDDDDD;
}

#content a { color:#FFFFFF; }

#content ul, #content ol { list-style-position:inside; }

#content img { margin:5px; }

