* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #003366;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

h1, h2, h3 {
text-decoration: none;
font: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

p, blockquote, ul, ol {
	line-height: 1.6em;
	margin-bottom: 20px;
}

a {
	text-decoration: underline;
	color: #323B51;
}

#header {
	width: 710px;
	background: url(images/cheapwebsitedesign5.gif) no-repeat left bottom;
	height: 96px;
	margin: 0 auto;
}

#topspot {
	float: left;
	padding: 20px 0 0 10px;
}

#topspot h3 {
	margin: 0;
	padding: 0;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#topspot h2 {
	margin: -1px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#nav {
	float: left;
	padding-right: 5px;
}

#nav ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 120px;
	background: url(images/cheapwebsitedesign2.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-family:"Arial Narrow";
	color: #FFFFFF;
}

#nav a:hover {
	background-image: url(images/cheapwebsitedesign2b.gif);
	color: #AA2808;
}

#nav .active a {
	background-image: url(images/cheapwebsitedesign2b.gif);
	color: #AA2808;
}

#page {
	width: 710px;
	margin: 0 auto;
	background: url(images/cheapwebsitedesign4.gif) repeat-y;
}

#content {
	float: left;
	width: 388px;
	padding: 5px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#content h1, #content h2, #content h3 {
    font-family:"Arial Narrow";
	margin-bottom: 10px;
	color: #003366;
}

#content h1 {
text-align:center;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#sidebar {
	float: right;
	padding: 0 35px 0 0;
	width: 208px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 20px;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	background: url(images/cheapwebsitedesign6.jpg);
	color: #D4C792;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	width: 710px;
	margin: 0 auto;
	height: 50px;
	padding: 40px 0 0 0;
	background: url(images/cheapwebsitedesign6.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

.style1 {
color: #009999;
font-style:italic;
}

.style2 {
color: #66CC66;
}