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

body {
	background-color: #000;
}
#box {
	width:1250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#top {
	background-image:url(../images/tagline.png);
	height:26px;
	margin-right:190px;
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#left {
	float:left;
	width: 170px;
}
#right {
	float:right;
	width: 170px;
}
#center {
	width:900px;
	float:left;
	background-color:#000;
}
#logo {
	background-image:url(../images/logo_rotocut.png);
	width:70px;
	height:318px;
	float:right;
	margin-right: 8px;
}
div {
	border: 0px solid #9C0;
}
.clear {
	clear:both;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {}
.menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	padding: 3px;
	text-decoration: none;
}
.menu ul li.active a {
	color: #C00;
}
#left .menu ul li a {
	text-align:right;
	font-size:18px;
	margin-right: 20px;
}
.menu ul li a:hover {
	color:#C00;
}
#content {
	color:#FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 36px;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content h3 {
	font-size: 21px;
	color: #C00;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content p, #content td {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-size: 14px;
}
#pic {
	background-color: #09F;
	height: 100px;
	width: 900px;
}
#footer {
	width: 900px;
	color:#FFF;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	padding-top:7px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.errors {
	color: #FFF;
	padding: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #C00;
}

