* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 30px 0px;
	background-color: #ffffff;
	color: #c2bebe;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #666666;
	
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 12px;
	clear : both;
	float : none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 870px;
	color: #333333;
}

.thumbnail {
	padding: 10px 70px;
}

.thumbnail img {
	border: #ffffff 1px solid;
}



/* Page Image */

#page_image {
	width: 350px;
	height: 490px;
	background: url('images/main_image8.jpg') #ffffff no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}


/* Left Column */

#left_column {
	width: 350px;
	background-color: #ffffff;
	font-size: 12px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #ffffff;
}


/* Right Column */

#right_column {
	width: 520px;
	background-color: #ffffff;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #ffffff;
}



/* Page Menu */

#page_menu {
	padding: 5px 0px;
	width: 360px;
	background: url('images/background.gif') #ffffff repeat-x 0% 0%;
	color: #c2bebe;
}

#page_menu a {
	background-color: inherit;
	color: #666666;
	text-decoration: none;
}

#page_menu a:hover {
	background-color: inherit;
	color: #c2bebe;
}

#page_menu li {
	padding: 0px 2px 2px;
	float: left;
}

#page_menu li a {
	display: block;
	width: 65px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-right: 0px;
	width: 65px;
}

#page_menu li#menu5 a {
	margin-left: 1px;
	width: 65px;
}

#page_menu li a span {
	padding-top: 55px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.jpg');
}

#menu2 a {
	background-image: url('images/menu_bg1.jpg');
}

#menu3 a {
	background-image: url('images/menu_bg1.jpg');
}

#menu4 a {
	background-image: url('images/menu_bg1.jpg');
}

#menu5 a {
	background-image: url('images/menu_bg1.jpg');
}



/* Latest Video */

#latestvideo {
	padding: 20px 25px;
}

#latestvideo h2 {
	height: 65px;
	background-image: url('images/latestvideo_header.jpg');
}




