body {
	margin: 0px;
	min-width: 959px;
	padding:0px 20px 20px 20px;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #730000;
}

img {
	border: none;
}

img.bord {
	margin-right: 30px;
	margin-top: 10px;
}

/* Header */

#header {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(images/header_back.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 100%;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 14px;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 0px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	/*background: url(images/img4.gif);*/
	color: #FFFFFF;
}


/* Content */

#content {
	min-width: 959px;
	width: 100%;
	margin: 0 auto;
	background: #cccccc;
}

#colOne {
	width: 181px;
	background: url(images/col_back.gif);
}

#colOne ul {
	width: 181px;
	padding: 0px;
	list-style-type: none;
}

#colOne ul li {
	display: block;
	height: 40px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: -10px;
	background: url(images/menu2.jpg) no-repeat;
}

#colOne ul li a {
	color: white;
	font-weight: bold;
}

#colOne ul li:hover {
	background: url(images/menu1.jpg) no-repeat;
}

.date {
	font-size: 10px;
}

#colTwo {
	width: 100%;
	padding: 0px 10px 30px 30px;
	background: url('images/back.jpg') no-repeat;
	background-position: bottom right;
}

p {
clear: both;
}

#colTwo ul li {
	margin-left: 20px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
	text-align: center;
}

#footer * {
	color: #000000;
}

#footer .link * {
	color: #363636;
}

#footer .link a:hover {
	color: #000000;
}