#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;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 14pt;
	color: white;
}

.headers {
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 115%;
	line-height: 16pt;
}

.links {
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 85%;
	color: #cc3333;
	line-height: 17pt;	
}

#tagline {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: white;
}

#banner {
	display: block;
	margin: 0px;
	padding: 0px;	
	width: 748px;
	height: 167px;
	background-color: white;
}

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

#main {
	width: 748px;
	height: 290px;
	background-color: white;
}

#one {
	display: inline;
	float: left;
	width: 227px;
	height: 248px;
	margin-left:17px;
	margin-top:25px;
	background-image: url(images/bluebg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	display: inline;
	float: left;
	width: 177px;
	height: 195px;
	margin-left:25px;
	margin-top:27px;
	font-family: Helvetica, sans-serif;	
	font-size: 105%;
	line-height: 13pt;	
	background-color: none;
}

.content a:hover {
	color: #cc3333;
	text-decoration: none;
}

.content img {
	margin-bottom:8px;
}

.links a:hover {
	color: blue;
}

#two {
	display: inline;
	float: left;
	width: 227px;
	height: 248px;
	margin-left:17px;
	margin-top:25px;	
	background-image: url(images/greenbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#three {
	display: inline;
	float: left;
	width: 227px;
	height: 248px;
	margin-left:17px;
	margin-top:25px;	
	background-image: url(images/pinkbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#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;
	text-align: center;	
	background-color: none;
}

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

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