@import url("reset.css");
@import url("forms.css");

body {
	font-family: Arial, sans-serif;
	font-size: .75em;
	color: #393937;
	background: url('../images/seamless.jpg') top center repeat;
	line-height: 1.35em;
}
#container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1000px;
	min-height: 800px;
	background: url('../images/bgfinal.jpg') top center repeat-y;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 195px;
	width: 1000px;
	background: url('../images/headerfinal.jpg') top center no-repeat;
}
#nav {
	color: #480303;
	position: absolute;
	top: 52px;
	text-align: right;
	width: 875px;
	z-index: 800;
}
#cans {
	position: absolute;
	z-index: 600;
	top: 295px;
	left: 60px;
}
#contentarea {
	position: relative;
	padding: 200px 125px 50px 365px;
	text-align: left;
	z-index:700;
}
#how_it_works {
	position: absolute;
	top: 295px;
	left: 57px;
	z-index:9000;
}
#insidecontentarea {
	position: relative;
	padding: 220px 140px 50px 385px;
	text-align: left;
	z-index:700;
}
#templateback {
	float: left;
	width: 245px;
	height: 135px;
	position: relative;
	background: url('../images/templateshadow.jpg') top left no-repeat;
	padding-right: 10px;
	padding-bottom: 15px;
}
#templateobject {
	padding: 5px;
}
#admincontentarea {
	position: relative;
	padding: 200px 125px 50px 125px;
	text-align: justify;
}
#footer {
	position: absolute;
	bottom: 0px;
	padding: 0px 125px 15px 125px;
	width: 550px;
	color: #999999;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #2C7770;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #4EA05E;
}
.purple {
	color: #BC9B9C;
}
.red {
	color: #480303;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
p {
	margin-top: 5px;
	margin-bottom: 18px;
}	