@charset "UTF-8";
/* CSS Document */

body {
	background: #990000;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

img {
	border: none;
}

#container {
	background: #FFF;
	text-align: left;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 1000px;
	margin: 5px auto;
}

#head {
	width: 100%;
	height: 100px;
	color: #fff;
	background: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	margin-top: 5px;
}

.headnav {
	background: #990000;
	color: #fff;
	margin-top: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	float: right;
	border-top: #000 thin solid;
}


.headnav a {
	color: #fff;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.headnav a:hover {
	color: #FF9900;
	text-decoration: none;
}

.headnav a:visited {
	text-decoration: none;
}

hr {
	background: #333;
	width: 100%;
	height: 4px;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav {
	background: #333;
	color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 190px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 5px;
	border-left: #000 thin solid;
	border-bottom: #000 thin solid;
}

.nav a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}

.nav a:visited {
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	color: #000000;
}

.nav a.robot {
	background: url(../images/icons/wrench.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.nav a.plan {
	background: url(../images/icons/application_double.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.nav a.forum {
	background: url(../images/icons/door_in.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.nav a.gallery {
	background: url(../images/icons/film_go.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.topnav a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.topnav a:visited {
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: none;
	color: #990000;
}

.topnav a.home {
	background: url(../images/icons/house.png) no-repeat;
	padding-left: 18px;
	padding-right: 7px;
}

.topnav a.blag {
	background: url(../images/icons/rss.png) no-repeat;
	padding-left: 18px;
	padding-right: 7px;
}

.topnav a.about {
	background: url(../images/icons/star.png) no-repeat;
	padding-left: 18px;
	padding-right: 7px;
}

.topnav a.contact {
	background: url(../images/icons/transmit.png) no-repeat;
	padding-left: 18px;
	padding-right: 7px;
}

#content {
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	width: 610px;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 3px;
	border: #ccc thin solid;
}

#content a {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	text-decoration: none;
}

#content a:hover {
	color: #333333;
	text-decoration: underline;
}

#content hr {
	background: #CCCCCC;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.navright {
	background: #333;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	padding: 5px;
	border-left: #000 thin solid;
	border-bottom: #000 thin solid;
}

.navright a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}

.navright a:visited {
	text-decoration: none;
}

.navright a:hover {
	text-decoration: none;
	color: #000000;
}

.navright h3 {
	color: #FFFFFF;
	padding: 3px;
	margin: 0;
}

.topnav {
	background: #f7f7f7;
	color: #000;
	border-bottom: #ccc solid thin;
	padding: 5px;
}

.topnav a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.topnav a:visited {
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: none;
	color: #000000;
}

.topnav a.robot {
	background: url(../images/icons/wrench.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.topnav a.plan {
	background: url(../images/icons/application_double.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.topnav a.forum {
	background: url(../images/icons/door_in.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

.topnav a.gallery {
	background: url(../images/icons/film_go.png) no-repeat;
	padding-left: 18px;
	padding-right: 10px;
}

#footer {
	background: #EF676A;
	width: 990px;
	float:right;
	color: #000;
	font: 10px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-top: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer img {
	padding: 2px;
}

.clearfloat {
	height: 100px;
}

.smalltext {
	color: #333;
	font-size: 10px;
}

#quote {
	color: #333333;
	width: 200px;
	float: right;
	font: 12px Baskerville;
	margin-top: 40px;
	margin-right: 20px;
	text-align: center;
}

.copyright {
	color: #333;
	font-size: 10px;
	margin-top: 0px;
}

.boardframe {
	width: 610px;
	height: 900px;
}

.panel {
	padding-left: 10px;
}

.smalltextwh {
	color: #FFFFFF;
	font-size: 10px;
}

.h1gal {
	font-size: 24px;
	color: #333;
	padding: 5px;
}

.nav ul {
	padding:5px;
	margin:5px;
}

.nav ul a {
	font: 11px;
}

.nav h3 {
	color: #FFFFFF;
	padding: 3px;
	margin: 0;
}

.smalla {
	color: #333333;
	font-size: 12px;
}