html {
	height:100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background:#000 url(../images/background.png);
	padding:0;
	margin:0;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#000;
	line-height:22px;
	vertical-align: top;
}

table {
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
}

td {
	font-size:12px;
	line-height:22px;
}

td.content {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	min-height:600px;
}

td.navigation{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

h3 {
	margin-top:10px;
	margin-bottom: 20px;
}

a {
	text-decoration:none;
	color:rgb(209, 12, 12);
}
i
img,a img{
	border:0;
}

.background_top {
	background:transparent url(../images/background_top.png) top left repeat-x;
}

.background_bottom{
	background:transparent url(../images/background_bottom.png) bottom left repeat-x;
	vertical-align: top;
}

.main {
	width: 1000px;
	margin:0 auto;
	vertical-align: top;
	height: 100%;
}

.menuItem {
	width:163px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	border-left:1px solid transparent;
}

.activeItem {
	background:transparent  url(../images/active.png) -100px 0 no-repeat!important;
	border-left:1px solid #fff;
}

.menuItem a {
	color:#fff;
	font-size:12px;
}

.activeRight {
	position:absolute;
	top:0;
	right:-16px;
}

.activeLeft {
	position:absolute;
	top:0;
	left:-16px;
}

.header  {
	height: 170px;
	vertical-align: top;
}

.navigation  {
	background:transparent url(../images/background_navigation.png) top right no-repeat;
	height: 30px;
	padding:0;
	margin:0;	
}

.content  {
	background:#fff url(../images/background_inner.png) 100% 100% no-repeat;
	vertical-align: top;
	padding:15px;
	height: 100%;
	font-size: 13px;
}

.content iframe {
	width: 100%!important;
	height: 390px!important;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.65);
	margin-bottom:10px;
}

.content ul li a {
	line-height: 24px;
}

.content ul li div {
	line-height: 16px;
}

.navigation_bottom {
	height: 60px;
	text-align: center;
	color:#fff;
	padding-top: 10px;
}

.navigation_bottom a {
	color:#fff;
}

.navigation_bottom a.botactiv {
	color:#ff0000;
}

.navigation_bottom span {
	margin-left:20px;
	margin-right:20px;
}

.search {
	margin-right:10px;
	background:transparent;
	border:1px solid #fff;
	color:#fff;
	width: 260px;
	padding-left: 5px;
}

.imageList {
	padding:0;
	margin:0;
	list-style:none;
	margin-left:-30px;
}

.imageList li {
	float:left;
	text-align:center;
	margin-bottom:30px;
	margin-left:30px;
	width:220px;
	height:200px;
}

.imageList.noCaptions li {
	height:auto;
}

.imageList li img {
	display:block;
	width:220px;	
	height:150px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.65);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.crumbs {
	color:#8A8A8A;
	font-size:11px;
}

.crumbs a {
	color:#8A8A8A;
	text-decoration:underline;
}

.copyright {
	font-size:11px;
	margin-top:10px;
	color:#A3A3A3;
}

.sendtext {
	width: 300px;
}

#sendme textarea {
	height: 200px;
	max-width: 400px;
}

.error {
	color: red;
}

#sponsor{
	width: 800px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#sponsor td{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#sponsor .alt{
	height: 20px;
}

#sponsor .first,.last{
	font-weight: bold;
}