* {
	margin: 0;
	padding: 0;
}

body { 
	font-family: times new roman;
	color: #303030;
	background: #e0e0e0;
}

.spacer {
	clear: both;
}

.t {
	height: 30px;
}

h1, #left h1 {
	color: #92050A;
	font-size: 19px;
	border-bottom: 3px solid #92050A;
	text-transform: uppercase;
	line-height: 1.5em;
}

p {
	margin-bottom: 8px;
}

a, .link {
	color: #64292b;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	color: #92050A;
}

#left {
	clear: both;
	width: 200px;
	min-height: 300px;
	background: #ffffff;
	border: 1px solid black;
	margin: 20px;
	padding: 10px;
	color: #92050A;
	font-size: 2em;
	text-align: center;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftlist {
	margin-top: 20px;
	list-style-type: none;
	float: left;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#leftlist li {
	margin-bottom: 10px;
}

#logo {
	background: #ffffff url("/img/logo.gif") 20px 0px no-repeat;
	width: 200px;
	height: 140px;
	color: #92050A;
	font-size: 2em;
	text-align: center;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#logo a {
	display: block;
	width: 200px;
	height: 20px;
	text-decoration: none;
	padding: 110px 0 10px 0;
	border: none;
}

#main {
	width: 600px;
	min-height: 300px;
	border: 1px solid black;
	background-color: #ffffff;
	float: left;
	margin-top: 20px;
	padding: 10px;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1em;
}

#main h1 {
	margin-bottom: 30px;
	text-transform: none;
	text-align: right;
}

#main h3 {
	font-size: 16px;
}

#main ul {
	margin: 0 0 8px 20px;
}

#main ul li {
	margin: 4px 0;
}

#main img.right {
	float: right;
}

#navigation {
	clear: both;
	width: 200px;
	background: #ffffff;
	float: left;
	margin: 0 0 20px 0;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid;
	border-right: 1px solid;
/*	border-top: 3px solid #92050A;
	border-bottom: 3px solid #92050A;*/

}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	width: 100px;
	text-align: center;
	float: left;
}

#navigation a {
	color: #92050A;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 100px;
	background: #FFF;
	padding: 10px 0;
	border-left: 1px solid;
	border-bottom: 1px solid;
	width: 99px;
}

#navigation a:hover {
	background: #888;
	color: #F00;
}

#navigation a.active {
	background: #000;
}

#footer {
	clear: both;
	height: 60px;
	min-height: 60px;
	color: #909090;
	margin: 0px;
	padding-right: 20px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	border-top: 3px solid #92050A;
}

.cat {
	height: 110px;
	width: 299px;
	float: left;
}

.cat img {
	float: left;
	margin-right: 20px;
}

.cat ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 30px;
}

.cat ul li {
	margin: 0;
	padding: 0;
	line-height: 10px;
	list-style: none;
}

#copyright {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 1.5em;
	color: #000;
}

#sub {
	float: left;
	text-align: center;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
	margin-left: 10px;
	color: #000;
}

#sub ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
	width: 890px;
}

#sub li {
	display: block;
	float: left;
	width: 285px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}
