@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	text-align:center;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	text-decoration:underline;
	margin-top:0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	text-decoration:underline;
	margin-top:0px;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

p.feature {
	font-size:20px;
}

a {
	color:#000000;
}

a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

#container {
	position:relative;
	margin:auto;
	text-align:left;
	width:956px;
}

#header {
	position:relative;
	width:956px;
	height:100px;
	background-image:url(../images/layout/divider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:20px;
}

#logo {
	position:absolute;
	top:15px;
	left:25px;
}

#logo p {
	padding:0;
	margin:0;
}

#navigation {
	position:absolute;
	top:45px;
	left:345px;
}

#navigation ul li { 
	float:left; 
	list-style:none; 
	font-size:20px;
	padding-right:20px;
} 

#contentLeft {
	position:relative;
	float:left;
	clear:both;
	width:736px;
}

*HTML #contentLeft {
	width:726px;
}

#intro {
	position:relative;
	float:left;
	padding-top:20px;
	height:415px;
}

.float {
	position:relative;
	float:left;
}

.clear {
	clear:both;
}

#contentRight {
	position:relative;
	float:left;
	width:190px;
	height:740px;
	background-color:#231610;
	padding:20px 10px 20px 10px;
}

#contentRight p {
	font-size:16px;
	color:#FFFFFF;
}

#contentRight p.smallPrint {
	font-size:14px;
}

#contentRight h1, #contentRight h2, #contentRight p, #contentRight a {
	color:#FFFFFF;
}

#footer {
	position:relative;
	clear:both;
	width:956px;
	height:40px;
	background-image:url(../images/layout/divider.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:20px;
}

#footer p {
	padding:0;
	margin:0;
}

#footerLeft {
	position:absolute;
	top:10px;
	left:10px;
}

#footerRight {
	position:absolute;
	top:10px;
	right:10px;
}

#newsletterForm {
	position:relative;
	text-align:right;
}

input.textbox {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:5px;
	width:175px;
}

input.submitButton{
	margin-top:4px;
}
