/* CSS Document */

body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#E6F2FF;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
}

a {
	color:#FF8001;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input, textarea, select, cfinput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header {
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	width:814px;
	height:127px;
	margin:0px auto 0px auto;
}

#footer {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:714px;
	height:60px;
	margin:0px auto 0px auto;
	padding:10px 50px 10px 50px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#content {
	background-image:url(images/body.png);
	background-repeat:repeat-y;
	width:714px;
	min-height:400px;
	margin:0px auto 0px auto;
	padding:10px 50px 10px 50px;
}

