a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
}

.clear {
	clear: both;
}

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 1.4em;
}

#footer {
	padding-top: 75px;
	padding-bottom: 15px;
	font-size: 90%;
	text-align: center;
	color: #666666;
	background: url("../images/footer.jpg") top center no-repeat;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer #copyright a:link, #footer #copyright a:visited {
	color: #666666;
	text-decoration: none;
}

#footer #copyright a:hover, #footer #copyright a:active {
	color: #666666;
	text-decoration: underline;
}

form input[type=text]{
	font-size: 200%;
	width: 100%;
	margin-bottom: 1em;
	background: url("../images/inputbg.jpg") bottom left repeat-x;
	border: #999999 1px solid;
}

form input[type=text].highlight {
	background: #F8A3A5;
}

form input[type=submit] {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 200%;
}

form ul {
	margin: 0;
	padding: 0;
}

form ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1 {
	width: 800px;
	height: 288px;
	margin: 0;
	background: url("../images/header.jpg") top left no-repeat;
	text-indent: -1000em;
}

h3 {
	padding-top: 25px;
	padding-bottom: 10px;
	color: #333333;
	border-bottom: #999999 1px solid;
}

label {
	display: block;
	cursor: pointer;
	font-size: 150%;
}

#main {
	padding-bottom: 30px;
}

.quote {
	font-size: 150%;
	font-style: italic;
	color: #999999;
}

.twocol1 {
	float: left;
	width: 48%;
}

.twocol2 {
	float: right;
	width: 48%;
}

ul.polaroids {
	padding: 0;
	height: 225px;
}

ul.polaroids li {
	float: left;
	width: 200px;
	margin: 0 66px 0 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
