body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ul, ol, blockquote {
	font-size: small;
	padding-left: 4px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

a {
	color: #b62708;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 740px;
	height: 140px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
}

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

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}

#menu
{
	width: 740px;
	padding-left: 0px;
	height: 38px;
	background: url(images/buttons_back.gif) repeat-x;
	border-top: 1px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
}

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

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
}

#menu a:hover {
	width: 80px;
	height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Content */

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

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

#coleOne h1,
#colOne h1 {
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #E7310A;
}


#colOne h2 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 4px;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* Content > ColOne */

/* Content > ColTwo */

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

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

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}

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

#colTwo a {
	color: #FFFFFF;
	font-size: 12px;
}

/* 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;
}


