/* TEXT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #808080;
	background-image: url(../images/bkgrd.jpg);
}
h1, h2, h3, h4, h5, h6 {
	color: #990000;
	padding-bottom: 10px;
}

h1 {font-size: 1.2em;}	
h2 {font-size: 1.1em;}
h3 {font-size: 1em;}
hr {
	margin-bottom: 10px;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

/* LINKS */
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* LAYOUT */
#wrapper {
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 110px;
	width: 955px;
	position: relative;
	background-image: url(../images/hdr.gif);
}
#logo {
	width: 325px;
	position: relative;
	float: left;
	padding-top: 40px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	width: 935px;
	position: relative;
	background-image: url(../images/page.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 955px;
	position: relative;
	font-size: 0.6em;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.2em;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
