@import url(normalize.css);
@import url(positions.css);

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input, textarea {
	color: black !important;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content_main ul, #content_sub ul {
	margin-bottom: 10px;
}

#content_main li, #content_sub li {
	margin-left: 15px;
	list-style-type: square;
}

#mainnav li {
	display: inline;
}

#mainnav li a {
	color: white;
	float: left;
	width: 160px;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 5px solid white;
	padding-bottom: 3px;
}

#mainnav li a:hover {
	color: #E80000;
	border-bottom: 5px solid #E80000;
}

#mainnav #home a, #mainnav #info a, #mainnav #menu a, #mainnav #gallery a {
	margin-right: 20px;
}

#mainnav .selected a {
	border-bottom: 5px solid #E80000;
}

#content_main h3 {
	line-height: 140%;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

#content_main p {
	line-height: 140%;
	margin-bottom: 10px;
}

#content_sub {
	background-color: #E80000;
	background-image: url(../pic/contentsub_top.gif);
	background-repeat: no-repeat;
}

#content_sub * {
	color: white;
}

#content_sub h3 {
	line-height: 140%;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: lowercase;
	clear: both;
}

#content_sub p {
	line-height: 140%;
	margin-bottom: 10px;
}

#latest_stuff h3 {
	line-height: 140%;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

#latest_stuff p {
	margin-bottom: 10px;
}

#latest_stuff li {
	background-image: url(../pic/gallery.gif);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
}

#latest_stuff li a {
	background-color: #000000;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	padding: 2px;
}

#site_info {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 30px;
}

#site_info a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.imageblock {
	display: block;
	width: 100px;
	height: 100px;
	background-position: center;
	float: left;
	border: 1px solid black;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.block_minheight {
	min-height: 125px;
	height: auto !important;
	height: 125px;
}

#folders li {
	background-image: url(../pic/gallery.gif);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	width: 280px;
	margin-right: 10px;
	float: left;
}

#folders li a {
	background-color: #000000;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	padding: 2px;
}

.pic_image {
	float: left;
	border: 3px solid #ffffff;
	margin-right: 20px;
	margin-top: 20px;
}

.pic_image a {
	display: block;
	width: 100px;
	height: 100px;
	color: black;
	border: none;
	background-position: center;
}

.pic_image:hover {
	border: 3px solid #E80000;
}