/* Town Flyer CSS Document
Created by John Flanagan - Ideal Web Design */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin-top:0px;
	margin-bottom:0px;
	color:#330000;
}

textarea {
	width:155px;
	background-image:url(images/inputbg.jpg);
	background-repeat:repeat;
	border:1px solid #330000;
	padding:2px;
	font-size:11px;
	color:#330000;
}

input {
	background-image:url(images/inputbg.jpg);
	background-repeat:repeat;
	border:1px solid #330000;
	padding:2px;
	font-size:11px;
	color:#330000;
}

li {
	line-height:130%;
}

form {
	margin-top:0px;
	margin-bottom:0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

.link {
	color:#FFFF99;
}
a.link:link {
	color:#FFFF99;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color:#FFFF99;
}
a.link:hover {
	text-decoration: underline;
	color:#FFFF99;
}
a.link:active {
	text-decoration: none;
	color:#FFFF99;
}

#wrapper {
	width:780px;
	border-left:2px solid #990000;
	border-right:2px solid #990000;
	border-bottom:2px solid #990000;
	margin-left:auto;
	margin-right:auto;
	background-color:#E95D5E
}

#banner {
	height:100px;
}

#navigation {
	height:27px;
}

.navigationborder {
	border-bottom:1px solid #FFFF00;
}

#content {
	font-size:12px;
	margin-top:5px;
	padding:5px;
}

.colLeft {
	width:585px;
	margin-right:5px;
	float:left;
}

.colRight {
	width:180px;
	
	float:left;
}

.boxtitleright {
	height:18px;
	background-color:#FFFF00;
	background-image:url(images/navbg.jpg);
	text-align:center;
	padding-top:4px;
	color:#330000;
}

.boxtitleleft {
	height:18px;
	background-color:#FFFF00;
	background-image:url(images/titlebg.jpg);
	text-align:center;
	padding-top:4px;
	color:#330000;
}

.boxcontentleft {
	border:1px solid #FFFF00;
	padding:10px;
	background-image:url(images/conentbg.jpg);
	background-repeat:repeat;
	background-color:#FFFFCC;
	margin-bottom:10px;
}

.boxcontentright {
	border:1px solid #FFFF00;
	padding:5px;
	background-image:url(images/conentbg.jpg);
	background-repeat:repeat;
	background-color:#FFFFCC;
	text-align:center;
	margin-bottom:10px;
}

.content {
	min-height:559px;
	height:auto !important;
	height:559px;
	color:#330000;
}

.cash {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#EE5E67;
	text-decoration:underline;
}

.homepagetext {
	font-size:18px;
}

.mainttext {
	line-height:160%;
}

.image {
	border:2px solid #990000;
}

.italic {
	font-style:italic;
	font-size:11px;
	font-weight:normal;
}

.underline {
	text-decoration:underline;
}

#floatclear {
	clear:both;
}



#footer {
	border-top:2px solid #FFFF00;
	height:16px;
	color:#FFFF99;
	text-align:center;
	padding:2px;
	font-size:12px;
	float:left;
	width:776px;
}
	
	