body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Content */

#content {
	width: 1200px;
	margin: 0 auto;
/*	background: url(images/img5.gif); */
} 
/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

#colOne {
	float: left;
	margin-left: 15px;
	width: 250px;
	height: 750px;
	padding: 20px 10px 0 10px;
	background: url(images/img5dark.gif);
}

#colTwo {
	float: left;
	width: 350px;
	height: 750px;
	padding: 20px 10px 0 10px;
	background: url(images/img5light.gif);
	
}

#colTwo h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	text-align: center;

}


#colThree {
	float: left;
	width:350px;
	height: 750px;
	padding: 20px 10px 0 10px;
	background: url(images/img5dark.gif);
}

#features {
	font-style: italic;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}


/* FAQ */

#faq	{
	width: 900px;
	margin: 0 auto;
	background-image: url(images/img5light.gif);
}

#faq h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	color: blue;
}

#faq h2 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	text-align: left;
	color: blue;
	line-height: 0;
}


/* Contact Us */

#contact {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/img5light.gif);
}

#contact h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	color: blue;
}

#contact ul	{
	list-style-type: none;
	font-size: 1.1em;
}

#contact p	{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 0;
}

/* Links */

#links {
	width: 700px;
	margin: 0 auto;
	background-image: url(images/img5light.gif);
}

#links h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	color: blue;
}

#links p	{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 0;
}

#links ul	{
	list-style-type: none;
	font-size: 1.1em;
}