

body {
	padding: 10px 0px;
	background-color: #f8b820;
	color: #c2bebe;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	

}

.post{
width:400px;
height:312px;
float:left;
background:url(images/post_bg.gif) top left no-repeat;
padding:15px 28px -15px;
margin:0 15px 11px 0;
}
.post span{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0893EF
}
.post h5{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#3E3E3E;
padding:8px 0 10px 0;
}
.post p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6D7072;
display:block;
margin:13px 0;
}


#container {
	margin: 0px auto;
	width: 1000px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;

}

/* Page Image */

#page_image {
	width: 470px;
	height: 550px;
	background: url('images/main_image.png') #09070a no-repeat 30px 100%;
	color: inherit;
	overflow: hidden;
	
}


/* Left Column */

#left_column {
	width: 500px;
	background-color: #09070a;
	font-size: 12px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #09070a;
}


/* Right Column */

#right_column {
	padding-bottom: 20px;
	width:500px;
	background-color: #09070a;
	color: inherit;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #c7c7c7;
}

#right_column p {
	padding-top: 50px;
}


/* Page Menu */

#page_menu {
	padding: 15px 0px;
	width: 414px;
	background: url('images/background.gif') #0c070d repeat-x 0% 0%;
	color: #c2bebe;
}

#page_menu a {
	background-color: inherit;
	color: #c2bebe;
	text-decoration: none;
}

#page_menu a:hover {
	background-color: inherit;
	color: #fff;
}

#page_menu li {
	padding: 20px 2px 3px;
	float: left;
}

#page_menu li a {
	display: block;
	width: 100px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-left: 10px;
	width: 69px;
}

#page_menu li#menu5 a {
	margin-left: 7px;
	width: 66px;
}

#page_menu li a span {
	padding-top: 70px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.gif');
}

#menu2 a {
	background-image: url('images/menu_bg2.gif');
}

#menu3 a {
	background-image: url('images/menu_bg3.gif');
}



/* Latest News */

#latestnews {
	padding: 5px 28px 0px;
}

#latestnews h2 {
	margin-bottom: 5px;
	height: 37px;
	background-image: url('images/latestnews_header.gif');
}


/* Latest Video */

#latestvideo {
	padding: 20px 20px;
}

#latestvideo h2 {

	height: 35px;
	background-image: url('images/latestvideo_header.gif');
}


/* Album Review */

#albumreview {
	padding: 30px 25px 10px;
}




/* Page Footer */

#page_footer {
	margin-left: 500px;
	width: 500px;
	padding: 3px 0px;

	color: inherit;
	clear: both;
	font-size: 10px;
	line-height: 12px;
}
	a{outline: none; text-decoration: none; } 
