
body {
	margin: 0;
	padding: 0;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}
/*Container*/
#container
{
position: relative
}

/*Wrapper*/
#wrapper {
	width: 890px; 
	margin: 0 auto; 
	} 

/* Header */

#header {
	width: 890px;
	min-width: 890px;
	max-width: 890px;
	height: 102px;
	min-height: 102px;
	max-height: 102px;
	background: url(images/headerbg.jpg) no-repeat;
	display:block;
}


/* Menu */

#menu {
	width: 890px;
	height: 35px;
	padding-top: 0px;
	background: url(images/menu_bg.jpg);
	display:block;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	height: 19px;
	position: relative;
	left: 25px;
	padding: 3px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	background: url(images/img05.gif) no-repeat center top;
}

#menu .active a, #menu a:hover {
	background-image: url(images/img06.gif);
	color: #000;
	display:block
}

/* Content */

#content {
	width: 890px;
	min-width: 890px;
	max-width: 890px;
	height: 900px;
	min-height: 900px;
	max-height: 9000px;
	background:url(images/midbg.jpg);
	display:block;
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}
#onecol {
	float:none;
	width: 740px;
	min-width: 740px;
	max-width: 740px;
	height: 900px;
	min-height: 900px;
	max-height: 9000px;
	padding: 10px 10px 0 35px;
}
	
#colOne {
	float: left;
	width: 500px;
	min-width:500px;
	max-width: 500px;
	height: 900px;
	min-height: 900px;
	max-height: 9000px;
	padding: 10px 10px 0 35px;
}
#colTwo {
	float: right;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	height: 900px;
	min-height: 900px;
	max-height: 9000px;
	padding: 60px 35px 0px 10px;
	
}

/* Footer */

#footer {
	width: 890px;
	min-width: 890px;
	max-width: 890px;
	height: 137px;
	min-height: 137px;
	max-height: 137px;
	background: url(images/footerbg.jpg) no-repeat;
	display:block;
}

