#content {
	width: 998px;
	margin: 0 auto;
	position: relative;
	height:auto;
}

#main {
    width: 667px;
    padding-bottom: 14px;   
    float: left; 
	position:relative;
}

#main .header {
    padding: 0px 155px 40px 92px;
    font-family: Ovo,serif;
    color: #401f4b;
    
}

.header, .news-header, #voting-header {
	text-transform: uppercase;
}

#main .content {
    margin: 0 17px 0 92px;
}

.news {
    margin-bottom: 16px;
    height: auto;
}

.news-image {
	float: left;
	margin: 3px 11px 0 0;
}

.news-body {
	margin-left: 0;
}

.news-header h3 {
	color: #968E51;
    font-size: 1.1em;
    line-height: 12px;	
}

.news-date {
	color: #401f4b;
	font-size: 1.1em;
	line-height: 18px;
    font-weight: bold;
	margin-bottom: 2px;
}

.news-content {
    color: #7A7A7A;
    font-size: 1.1em;
    line-height: 16px;
    margin-left: 0;
}

#photogallery-button {
	background-image: url("/img/home/photogallery-button.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 123px;
	margin: 10px 11px 0 0;
	float: right;	
}

#photogallery-button a {
    display: block;
    height: 32px;
    text-decoration: none;
    width: 123px;
}

#back {
    display: block;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    right: 0px;
    top: 59px;
}

#back a {
    background-image: url("/img/home/back-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #401f4b;
    font-size: 1.1em;
    padding-left: 9px;
    text-decoration: none;	
}



#divider-vertical {
    background-color: #E7E7E7;
    height: 438px;
    left: 667px;
    position: absolute;
    top: 106px;
    width: 1px;
}

#right-panel {
    margin-left: 702px;
	padding: 102px 0 145px;
}

#subcategories {
	margin-bottom: 90px;
}

#subcategories li {
    line-height: 18px;
    font-weight: bold;
    
}

#subcategories a {
	color: #401f4b;
	text-decoration: none;
    font-size: 1em;	
}

#subcategories a:hover {
	text-decoration: underline;
}

#subcategories .active {
	background-position: left 3px;
}

#subcategories .active a {
	color: #401f4b;
}

#subcategories .active > a {
	color:#401f4b;
    margin-left: -33px;
    padding-left: 33px;
}

.subsubcategories {
	margin: -3px 0 2px 17px;
}

.subsubcategories li {
	/*line-height: 12.5px !important;*/
	font-weight: normal !important;
}

.subsubcategories a {
    font-size: 0.84em !important;
}

.subsubcategories .active {
    margin-left: -50px !important;
    padding-left: 50px !important;
}


#voting {
    margin-left: 9px;
    right: 19px;
    top: 252px;
    width: 250px;
    margin-top: 8px;    
}

