
body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

a {
	color: #660000;
}
a img{
	border: none;
}

a:hover {
	text-decoration: none;
}

.emphasis {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* Title */

#title {
	width: 740px;
	height: 70px;
	margin: 0 auto;
	border-bottom: 10px solid #000000;
}

#title * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

#title h1 {

	font-size: 18px;
	padding: 0px 0px 0px 0;
}

#title h2 {
	float: right;
	font-size: 10px;
}

#title h3 {
	font-size: 12px;
}

#title a {
	text-decoration: underline;
}

#title a:hover {
	color: #660000
}
/* Menu */

#menu {
	float: left;
	padding-right: 5px;
}

#menu ul {
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0px 0 0 0;
	background: url(images/img02.gif);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img03.gif);
	color: #660000;
}

/* Header */

#header {
	width: 740px;
	height: 144px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-top: 10px solid #660000;
	border-bottom: 10px solid #660000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.gif);
	border: 2px solid #CCCCCC;
}

#colOne {
	float: right;
	width: 449px;
	padding: 20px;
}

#colTwo {
	float: left;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */
<!--
.style1 {
	font-size: 10px;
	color: #666666;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
}
.font_change {
	font-family: Arial, Helvetica, sans-serif;
}
-->
/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

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

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
.footer_slogan {
	font-size: 14px;
	color: #FFFFFF;
}