html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-repeat: repeat-x;
	font-family: Didot, Cochin, Times, Times New Roman, Courier, serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px solid #aaa; 
	margin: 0 3px;
	padding: 0;
}

#menu a { color: white; text-decoration: none; }
#menu a:link { color: white; text-decoration: none; }
#menu a:visited { color: white; text-decoration: none; }
#menu a:hover { color: white; text-decoration: underline; }
#menu a:active { color: white; text-decoration: none; }

a h1 { color: #000; text-decoration: none; }
a h1:link { color: #000; text-decoration: none; }
a h1:visited { color: #000; text-decoration: none; }
a h1:hover { color: #000; text-decoration: underline; }
a h1:active { color: #000; text-decoration: none; }

h1 a { color: #000; text-decoration: none; }
h1 a:link { color: #000; text-decoration: none; }
h1 a:visited { color: #000; text-decoration: none; }
h1 a:hover { color: #000; text-decoration: underline; }
h1 a:active { color: #000; text-decoration: none; }

a { color: #b00000; text-decoration: none; }
a:link { color: #b00000; text-decoration: none; }
a:visited { color: #b00000; text-decoration: none; }
a:hover { color: #b00000; text-decoration: underline; }
a:active { color: #b00000; text-decoration: none; }

#container {
	width: 900px;
	margin: 20px auto;
	background-color: white;
}
#head {
	width: 898px;
	margin:  0;
	padding: 0;
	border: 1px solid #bbb;
	border-bottom: none;
}
#header {
	float: left;
	width: 486px;
}
#menu {
	width: 100%;
	height: 25px;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#menu ul {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #b00000;
}
#menu ul li {
	margin: 3px 27px 0 8px;
	padding: 0;
	float: left;
	color: white;
}
#menu li:hover {
	text-decoration: underline;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../content/col.jpg');
	background-repeat: repeat-y;
}
#footer {
	width: 100%;
	height: 15px;
	border-top: 2px solid #222;
	background-color: #b00000;
}

#main {
	float: left;
	width: 486px;
	padding: 2px;
}
#main h1 {
	margin: 2px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1.1em;
	color: #000;
}
#main h2 {
	margin: 3px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	color: #b00000;
}
#main p {
	margin: 10px 5px;
	padding: 0;
	font-size: 0.8em;
	color: #444;
	line-height: 1.4em;
}
#main img {
	margin: 5px;
}
#sub {
	height: 100%;
	float: left;
	width: 201px;
	padding: 8px 2px;
}
#sub h1 {
	margin: 2px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
#sub h2 {
	margin: 2px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	color: #b00000;
}
#navad {
	float: left;
	width: 201px;
	padding: 2px;
}
#subnav {
	list-style-type: none;
	padding: 3px 0 0 0;
	margin: 2px 10px;
	border-bottom: 1px solid #bbb;
}
#subnav li {
	border-top: 1px solid #bbb;
	margin: 0;
	padding: 2px 0;
}
#subnav li:hover {
	background-color: #eee;
	text-decoration: underline;
}

.banner_head {
	height: 70px;
	width: 185px;
	margin: 10px;
	float: left;
}
.banner {
	width: 180px;
	height: 65px;
	margin: 10px;
	padding: 0;
}
.smallpic {
	float: left;
	border: 1px solid #bbb;
	padding: 2px;
}
.smallpic:hover {
	border: 1px solid #000;
}
.more {
	display: block;
	font-size: 0.8em;
	padding: 0;
	margin: 10px 5px;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
