/* CSS Document */

body {
	background: #93c7ec url(../images/background.gif) repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: .85em;
	line-height: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #971B1E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** DIV STYLES **/

#wrapper {
	width: 790px;
	margin: 0 auto;
}

#header {
	width: 790px;
	height: 145px;
	margin: 0 auto;
}

#contentwrap {
	width: 790px;
	background: url(../images/content_back.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#left {
	width: 450px;
	margin: 0 0 0 60px;
	padding: 0;
	float: left;
	display: inline;
}

#right {
	width: 220px;
	margin: 0 26px 0 0;
	display: inline;
	float: right;
	background: url(../images/right_back.gif) no-repeat;
	padding: 0;
}

#footer1 {
	width: 790px;
	margin: 0;
}

#indexfooter {
	width: 790px;
	margin: 0 auto;
	background: url(../images/index_foot_back.gif) no-repeat;
	padding: 25px 0 0 60px;
}

/** Paragraph Styles **/

#indexfooter p {
	width: 575px;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #FFF;
}
	
#right p {
	width: 170px;
	margin: 0 0 0 25px;
	font-size: .9em;
}

#right h1 {
	color: #971B1E;
	padding: 0;
	margin: 10px 0 10px 25px;
	width: 170px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-size: 1em;
}
	
	
