#wrapper {
	display: block;
	position: relative;
	background-color: none;
	width: 748px;
	min-width: 748px;
	margin-left: auto;
	margin-right: auto;
}

body {
	margin-top: 25px;
	padding: 0px;
	background: url(images/background.jpg);
}

a {
	text-decoration: none;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}
	
a:hover {
	text-decoration: underline;
}

a:active {
	color: white;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

.title {
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 160%;
	color: black;
	line-height: 19pt;
}

.item {
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 115%;
	color: #cc3333;
}

.content {
	font-family:  Helvetica, sans-serif;
	font-size: 100%;
	line-height: 13pt;
	color: black;
	background-color: none;
}

form.comments label.fixedwidth {
	display: block;
	width: 65px;
	float: left;
}

#banner {
	width: 748px;
	height: 115px;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}

#links {
	width: 748px;
	height: 40px;
	background-color: gray;
}

#main {
	position: relative;
	width: 748px;
	height: 100%;
	overflow: auto;
	background-image: url(images/stylebottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
}

#one {
	display: inline;
	float: left;
	width: 227px;
	height: 100%;
	overflow: auto;	
	margin-left:17px;
	margin-top:25px;
	background-color: none;
}

#two {
	display: inline;
	float: left;
	width: 227px;
	height: 100%;
	overflow: auto;	
	margin-left:17px;
	margin-top:25px;	
	background-color: none;
}

#three {
	display: inline;
	float: left;
	width: 227px;
	height: 100%;
	overflow: auto;	
	margin-left:17px;
	margin-top:25px;	
	background-color: none;
}

#four {
	display: inline;
	float: left;
	width: 454px;
	height: 100%;
	overflow: auto;	
	margin-left:17px;
	margin-top:25px;	
	background-color: none;
}

#bottom {
	width: 748px;
	height: 16px;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
}

#footer {
	float: left;
	width: 748px;
	height: 50px;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	line-height: 14pt;
	text-align: center;
	color: white;
	background-color: none;
}

#footer a:link {
	color: white;
	background-color: none;
}

#footer a:visited {
	color: white;
	background-color: none;
}
