body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ol, blockquote {
	margin-top: 0;
	line-height: 140%;
	text-align: justify;
}

ul {
	font-size: 0.9em;
	margin-top: 0;
	line-height: 140%;
	text-align: left;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 720px;
	height: 72px;
	margin: 0 auto;
	background: url(images/img2.gif) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img4.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 120px;
	margin-top: 10px;
}

#colTwo {
	float: left;
	width: 425px;
	padding: 0 30px;
	margin-top: 10px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#colThree {
	float: left;
	width: 115px;
	margin-top: 10px;
}

/* Content Elements */

#content h1 {
	text-align: left;
	font-size: 1.1em;
	color: #ffffff;
}

#content h1 a {
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
}

#content h2 {
	margin-bottom: 3px;
	font-size: .8em;
	color: #ff0000;
}

#content h2 a {
	margin-bottom: 3px;
	font-size: .8em;
	color: #ff0000;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #ffffff;
}

#content h4 {
	height: 19px;
	margin-bottom: 12px;
	padding: 3px 0 0 10px;
	background: url(images/img8.gif);
	text-align: center;
	letter-spacing: normal;
	font-size: .9em;
}

#content h4 a {
	height: 17px;
	margin-bottom: 12px;
	padding: 3px 0 0 10px;
	background: url(images/img6.gif);
	text-align: left;
	letter-spacing: normal;
	font-size: 1.2em;
	color: #000000;
}

#content h5 {
	font-size: .9em;
	color: #b00000;
}

#content h6 {
	margin-bottom: 3px;
	font-size: .9em;
	color: #ffffff;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	line-height: 22px;
	list-style: square inside;
	color: #cccccc;
}

img {
border:none;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img5.gif) repeat-x;
}

#footer * {
	color: #ffffff;
}

#footer p {
	text-align: center;
	font-size: smaller;
}