body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(img/bg_center_tile1.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	line-height: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.orange {color:#F30;}

#floatbox2 {padding:0px 20px 20px 0px; float:left;  font-weight:bold; font-size: 14px; margin-top:-20px; color:#009;}
#floatbox3 {float:right; padding-left:14px; text-align:center; margin-bottom:-20px;}
#floatbox3 p {text-align:center; font-size:11px; line-height:10px;}
#floatbox a {color:#000; text-decoration:underline;}
#floatbox a:hover {color:#999; text-decoration:none;}

#gallery {
	clear:both;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:820px;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0;
	
}



h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	margin-bottom: 3px;
	font-weight: lighter;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

p {
padding: 10px 0 10px 0;
	}

ul, ol {
	margin-top:5px;
}

li {
	padding-bottom:8px;
	}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.margin_bottom_100 {
	margin-bottom:100px;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	
	background-color:#fff;
}

/* Header */

#header {
	width: 920px;
	height: 376px;
	padding-bottom:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Menu */

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #1f2123;
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-transform: uppercase;/* fixes Firefox 0.9.3 */
	font-weight: bold;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
font-weight:bold;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #cc0000;
color: white;
}

#navcontainer #active {
	background-color: #003399;
}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 10px 0 0 20px;
}

#fullwidth{
	float: left;
	width: 870px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post {
}

.title-black {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

.title-red {
	color: #FF0000;
	font-weight: bold
	font-size:24px;
}

.title-blue {
	color: #0033CC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size:20px;
}


.post .copy {
	padding: 10px 0 20px 0;
	text-align: left;
}

.smalltext {
	font-size:9px;
	text-transform:uppercase;
	}
	
.border {
	margin: 10px;
	border: 4px solid #FFFFFF;
	}

#box {
	color: #FFFFFF;
	background-color: #003399;
	background-position: center;
	border: 1px dashed #333333;
	min-height:300px;
	width: 600px;
	padding:10px;
	}
	
#box h2 {
	color:#fff;
	font-weight:bold;
	}
	
	

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 10px 20px 0 0;
	color: #000000;
}

#sidebar-contest {
	margin:0;
	width: 223px;
	height:418px;
	background-image: url(img/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#sidebar-contest .text {
	color:#000000;
	padding-top:260px;
	width:223px;
	height: 100px;
	text-align:right;
	}
	
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #F00;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: center;
	padding-top:5px;
	line-height:normal;
}

#sidebar a {
	color: #0000FF;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #990000;
}



/* Footer */

#footer {
	width: 910px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.float-left {
	float:left;
	padding:5px 15px 15px -5px;
	}
	
.float-right {
	float:right;
	padding:5px -5px 15px 15px;
	}
	
.smalltext {
	font-size:11px;
	line-height:normal;
	font-weight: normal;
	text-transform: none;
	}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../sample4/images/dock-bg2.gif);
	padding-left: 40px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* end dock - top */
#floatzoomify {
	width:274px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.smalltext {
	font-size:11px;
	color:#333;
	margin-top:-10px;
}
#clear20 {
	clear:both;
	height:20px;
}
#floatbox {
	float:right;
	width:300px;
	height:120px;
	text-align:left;
	clear:both;
	margin-top: 0px;
	margin-top:-20px;
}

#floatbox p {
	line-height:18px;
}

.textgray {
	color:#666;
}

