#container {
	position:relative;
	left:50%;
	width: 760px;
	margin-left: -380px;
}
#header_top {
	float: left;
	width: 760px;
	position: relative;
	background-image: url(images/template_03.gif);
}

#dim-logo_ {
	position:relative;
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#undernav_ {
	position:relative;
	float: left;
	width: 760px;
	background-image: url(images/undernav.gif);
	min-height: 13px;
}

#content {
	position:relative;
	width:740px;
	background-image: url(images/content_texture.jpg);
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	background-color: #3E3E3E;
	background-repeat: repeat-x;
	background-position: top;
}
#header_bottom {
	float: left;
	position: relative;
	height: 23px;
}

#footer_ {
	position:relative;
	width:760px;
	height:40px;
	float: left;
	background-image: url(images/footer.gif);
	text-align: center;
	padding-top: 15px;
	color: #000000;
}
#header {
	float: left;
	position: relative;
}
body {
	background-image: url(images/background.gif);
	margin: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}
#navbar {
	padding: 0px;
	display: inline;
}
#nav_left {
	float: left;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 10px;
}
#nav_right {
	float: left;
}
input, textarea {
	color: #333333;
}
a {
	color: lightblue;
	text-decoration: none;
}
a:hover {
	color: #88C7DB;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 5px;
	clear: both;
}

h3 {
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 14px;
}
p {
	margin: 1px;
}

