body{
	margin: 0;
	background: #ff7e00;
}

.pageHeader{
	margin-top: 0px;
	margin-bottom: -17px;
	margin-left: 30px;
	font-family: arial black, helvetica;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}

#radialG{
	margin-left: 50px;
	margin-top: -100px;
	position: fixed;
	height: 1024px;
	width: 768px;
	margin: 0 atuo;
	background: url('../images/radialG.png') no-repeat center center;
}

	#container{
		margin: 0 auto;
		width: 863px;
		height: auto;
	}
	
		#header{
			position: relative;
			float: left;
			width: 863px;
			height: 46px;
			background: none;
		}
		
		#sliderCon{
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-top: 15px;
			position: relative;
			float: left;
			width: 843px;
			height: 265px;
			background: url('../images/slider.png') no-repeat;
		}
			
			#slider{
				width: 843px;
				height: 265px;				
			}
				
			#voteArrow{
				position: absolute;
				margin-top: 10px;
				margin-left: -19px;
				width: 156px;
				height: 69px;
				background: url('../images/voteArrow.png') no-repeat;
			}
			
			#voteArrow:hover{
				background: url('../images/voteArrowHover.png') no-repeat;
			}
		
		#mainBox{
			padding-bottom: 20px;
			position: relative;
			float: left;
			background: #fff;
			height: auto;
			width: 862px;
		}
			
		#mainBoxTop{
			margin-left: -1px;
			position: relative;
			float: left;
			height: 14px;
			width: 863px;
			background: url('../images/mainBoxTop.png') no-repeat;
		}
		
		#mainBoxBottom{
			margin-bottom: 15px;
			margin-left: -1px;
			position: relative;
			float: left;
			height: 14px;
			width: 863px;
			background: url('../images/mainBoxBottom.png') no-repeat;
		}
			
		#nav{
			text-align: center;
			padding: 8px;
			padding-left: 15px;
			padding-top: 14px;
			margin-top: 15px;
			margin-bottom: 15px;
			position: relative;
			float: left;
			width: 840px;
			height: 26px;
			background: url('../images/nav.png') no-repeat;
		}
		
			#nav:hover #hand{
				background: url('../images/handHover.png') no-repeat;
			}
			
			#hand{
				margin-top: 2px;
				margin-right: 2px;
				position: relative;
				float: right;
				width: 64px; 
				height: 26px;
				background: url('../images/hand.png') no-repeat;
			}
		
			#nav a{
				font-family: arial black, helvetica;
				color: #2b2b2b;
				text-decoration: none;
			}
			
			#nav a:hover{
				color: #fff;
				text-decoration: none;
			}
			
			.navText{
				text-align: center;
				font-family: helvetica;
				font-weight: bold;
				font-size: 12px;
				color: #2b2b2b;
			}
		
		#leftBox{
			margin-bottom: 15px;
			position: relative;
			float: left;
			text-align: center;
			padding-top: 20px;
			width: 236px;
			height: 265px;
			background: url('../images/leftBox.png') no-repeat;
		}
		
		#rightBox{
			margin-bottom: 15px;
			position: relative;
			float: right;
			width: 618px;
			height: 285px;
			background: url('../images/rightBox.png') no-repeat;
		}
		
			.rightBox{
				overflow: hidden;
				font-size: 14px;
				color: #5b5b5b;
				font-family: georgia, helvetica;
				margin-top: 35px;
				margin-left: 40px;
				width: 525px;
				height: 300px;
			}
		
				.rightBox img{
					height: 0px;
					width: 0px;
				}
		
				.rightBox a{
					text-decoration: none;
					color: #b5b5b5;
				}
				
				.rightBox a:hover{
					color: #5b5b5b;
				}
		
		#footer{
			position: relative;
			float: left;
			width: 863px;
			height: 46px;
			background: url('../images/footer.png') no-repeat;
		}
		
		
.blogTitle{
	margin-left: 40px;
	font-family: arial black, helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #5b5b5b;
}

.blogBody{
	margin-left: 50px;
	width: 700px;
	font-family:  georgia, helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #5b5b5b;
}

#horizontalRule{
	height: 40px;
	margin: 0 auto;
	width: 200px;
	border-bottom: 1px solid #b5b5b5;
}

.photos{
	text-align: center;
	width: 100px;
	margin-left: 60px;
	margin-bottom: 50px;
	float: left;
}

	.photos img{
		border: none;
	}
	
	.albumTitle{
		padding: 0px;
		margin: 0px;
		width: 100px;
	}
	