body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; 
}

.header {
	background: #6F7D94;
	height: 86px;
}

.header-left{
	width: 50%;
	float: left;	
}

.header-right{
	width: 50%;
	float: right;
	text-align:right;
}

.navli{
    padding: 12px;
	font-size:12px;
	color:#DDD;
}

.navli a{
	color:#DDD;
}

.navli li{
    display: inline;
    list-style-type: none;
}

.navli li:before{
    content: "\007C \0020";
}

.navli li.navhome:before{
    content: "";
}

.logo{
	padding: 15px;	
}

.sidebarimg{
	padding: 15px;
	text-align: center;	
}

.leftbar {
	float: left;
	width: 200px;
	height: 1800px;
	background: #93A5C4;
	padding: 10px 0;
}
.rightbar {
	float: right;
	width: 200px;
	height: 1800px;
	background: #93A5C4;
	padding: 10px 0;
}
.content {
	padding: 10px 0;
	width: 600px;
	height: 1000px;
	float: left;
}

#navcontainer ul{
	padding-left: 0;
	margin-left: 0;
	background-color: #8090AB;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a{
	background-color: #036;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFF;
	width: 165px;
	text-align: center;
}

#navcontainer ul li a:hover{
	background-color: #6F7D94;
	color: #FFF;
}

.footer {
	padding: 15px;
	height: 10px;
	background: #6F7D94;
	position: relative;
	clear: both;
	text-align: right;
	font-size: 10px;
}
.footer a{
	color: #222;
	text-decoration:none;
}
.footer a:hover{
	color:#CCC;
	text-decoration: underline;	
}

.largeposter {
	text-align: center;	 
}

.starvote{
	text-align: center;	
	padding: 25px;
}
#starify{
	padding-left: 70px;	
}
#votecaption{
	margin: -18px 0px 0px 0px;
	text-align: center;	
}
.uploadifyProgress{
	display:none;
}
/* ------------------------
------- Star Rating -------
--------------------------*/

.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 28px;
	height: 26px;
	display: block;
	position: relative;
	background: url(../images/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -56px;
}
.ui-stars-star-on a {
	background-position: 0 -84px;
}
.ui-stars-star-hover a {
	background-position: 0 -112px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}



