body {
	background: #148ca3 url("pagebg.png");
	padding: 0;
	margin: 0;
}
#page {
	width: 760px;
	margin: 10px auto;
}

/* header area */
#header {
	background: url("top.jpg");
	width: 760px;
	height: 120px;
}
#header h1 {
	font-family: "Lucida Calligraphy", Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	color: #f7fb76;
	margin: 0;
}
#header h1#title1 {
	font-size: 32pt;
	padding-top: 5px;
}
#header h1#title2 {
	font-size: 16pt;
}

/* main area with menu and content */
#main {
	width: 760px;
	background: #ffffee;
}

/* menu area */
#menu {
	float: left;
	width: 195px;
	margin: 0 15px 10px 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #b30209;
	background: #fef6db url("menutop.png");
	background-position: -10px 0;
	border-bottom: 1px solid #ffffee;
	margin: 20px 0 0;
	padding: 1px 0 1px 10px;
}
#menu img {
	float: right;
	width: 7px;
	height: 13px;
	padding: 2px 4px 0 0;
	border: 0;
}
#menu a {
	display: block;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: left;
	background: #fef6db url("menubox.png");
	color: #003399;
	margin: 0;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ffffee;
	text-decoration: none;
}
#menu ul li ul li a {
	width: 250px;
}
#menu a:visited {
	color: #333333;
}
#menu a:hover {
	color: #b30209;
	background: #f0f0f0 url("menuhighlight.png");
}
#menu ul li {
	position: relative;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	position: absolute;
	top: -3px;
	left: 195px;
	border: 3px solid #ffffee;
	border-left: 1px solid #ffffee;
}

/* content area */
#content {
	padding: 15px;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	color: #b30209;
	margin: 0;
	padding-bottom: 5px;
}
#content h1.intro {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #b30209;
	padding: 0;
	margin: 30px 0 10px;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-top: 1.5em;
}
#content p, #content li, #content dt, #content dd, #content td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#content a {
	color: #003399;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color: #b30209;
}
#content .sidebar {
	background: #fef6db;
	border: 1px solid #fec810;
}
#content .left {
	float: left;
	margin: 0 20px 5px 0;
}
#content .right {
	float: right;
	margin: 0 0 5px 20px;
}
#content .sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px;
}
#content .sidebar img {
	border: 0;
}
#content p.question {
	font-weight: bold;
	margin-top: 2em; margin-bottom: 1em;
}
#content p.answer {
	margin: 1em 0;
}
#content ul {
	margin: 0;
	list-style-position: inside;
	padding: 0 10px 0 30px;
}
#content li {
	padding-left: 10px;
	margin-left: 25px;
}
#content dt {
	margin: 1.5em 0 0.5em;
}
#content p.comment {
	margin: 1.5em 0 0;
}
#content p.author {
	color: #333;
	text-align: right;
	font-style: italic;
	margin: 0.5em 0;
}
#content dd {
	margin: 0 0 1em 0;
}
#content td.price {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	text-align: right;
}
.offset {
	padding-top: 1.5em;
}
#testimonials {
	margin-left: 195px;
	margin-top: 30px;
}
#testimonials .comment {
	border-left: 1px dashed #fec810;
	margin-bottom: 30px;
}
#testimonials p {
	margin: 0.5em 0 1em;
	padding-left: 0.5em;
}
#testimonials .tname {
	background: #fef6db;
	border-top: 1px dashed #fec810;
	color: #333;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 2px;
}
#testimonials a {
	font-weight: normal;
}
#testimonials img {
	float: left;
	margin: 0.75em 1em 0.25em 0.5em;
}
#profile table {
	border-collapse: collapse;
	width: 540px;
}
#profile tr {
	margin: 0;
	vertical-align: top;
}
#profile td {
	margin: 0;
	padding: 0 5px 0 0;
}

/* footer area */
#footer {
	background: #fef6db;
	border-top: #fec810 solid 1px;
	padding: 10px 0;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	margin: 0 0 1em 0;
}
#footer a {
	color: #003399;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	color: #B30209;
}
#sitemap h2 {
	padding-left: 195px;
}
#sitemap ul {
	margin: 0;
	padding: 0 10px 0 195px;
}
#sitemap li {
	padding-left: 10px;
	margin-left: 25px;
}
#sitemap ul ul {
	padding-left: 5px;
	margin-left: 0;
} 

/* ----- Rounded Corners ----- */

.top-left {
	background-image: url('frame2.gif');
	font-size: 2px;
	height: 9px;
	margin-right: 9px;
}
.top-right {
	background-image: url('frame2.gif'); 
	background-position: right top;
	font-size: 2px;
	height: 9px; 
	margin-left: 9px;
	margin-top: -9px;
}
.bottom-left {
	background-image: url('frame2.gif');
	background-position: left bottom;
	font-size: 2px;
	height: 9px;
	margin-right: 9px;
}
.bottom-right {
	background-image: url('frame2.gif'); 
	background-position: right bottom;
	font-size: 2px; 
	height: 9px; 
	margin-left: 9px;
	margin-top: -9px;
}
.inside {
	background: #fef6db;
	border-left: 1px solid #fec810;
	border-right: 1px solid #fec810;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: 0;
}

