@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	background-image:url(images/page-body-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1     ,h2,h3,{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ABF253;
	font-style: italic;
}
h2 {
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #ABF253;
	font-style: italic;
	font-size: 14px;
}
h3 {
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	color: #ABF253;
	font-style: italic;
	font-size: 20px;
}
h4 {
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-style: normal;
	font-size: 14px;
}

h5, h6    {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
body,td,th {
	font-size: 14px;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #C0F57E;
}
a:link {
	color: #C0F57E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E7FBCE;
}
table {
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #ABF253;
}
<img> {
	border: 1px;
	color: ffffff;
}

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


a{
	text-decoration:none;
}


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

li{
	margin:0px;
	padding:0px;
}
	#logo{
	width:310px;
	height:190px;
	float:left;
	padding-top:45px;
	padding-left:110px;
		
	}


#page{
	margin:0px auto;
	width:960px;
	background-color:#000;
}


#header{
	width:960px;
	height:350px;
	float:left;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
}

	
	#pages_nav{
		width:800px;
		float:left;
		padding-top:55px;
		padding-bottom:8px;
		padding-left:260px;
	}
	
		#pages_nav li{
			display:inline;
			margin:0px;
			padding:0px;
			padding-bottom:8px;
		}
		
		#pages_nav li a{
	padding-right:25px;
	padding-bottom:8px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
		}
		
			#pages_nav li a:hover{
	color:#000;
	background-image:url(images/pages-hover.png);
	background-position:0px 22px;
	background-repeat:no-repeat;
			}

#page_body{
	width:960px;
	float:left;
	background-image:url(images/page-body-bg.jpg);
	background-repeat:repeat-y;
	background-color:#000;
}

	#content{
	width:640px;
	float:left;
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
	}
#content_wide {
	width:960px;
	float:left;
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
}

	
	#sidebar{
	width:320px;
	float:left;
	background-image:url(images/sidebar-body-bg.jpg);
	background-repeat:repeat-y;
	}
#sidebar #shownews{
	width:320px;
	height:112px;
	padding-top:40px;
	background-image:url(images/ashownews-sidebar.jpg);
	background-repeat:no-repeat;
		}
#sidebar #information{
	padding-top:48px;
	background-image:url(images/information-sidebar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		}
#sidebar #galleries{
	padding-top:25px;
	background-image:url(images/galleries-sidebar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		}
#sidebar #contact{
	padding-top:25px;
	background-image:url(images/contact-sidebar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		}
#sidebar #guestbook {
	padding-top:30px;
	background-image:url(images/guestbook-sidebar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

		
		
	
		#sidebar_footer{
	width:320px;
	height:190px;
	background-image:url(images/sidebar-footer-bg.jpg);
	background-repeat:no-repeat;
		}

	#sidebar h2{
	padding-left:28px;
	color:#ABF253;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-style:italic;
	}
	
	#sidebar ul{
	padding-left:5px;
	padding-top:5px;
	}
	
	#sidebar ul li{
		padding-left:20px;
		margin-bottom:3px;
		list-style:none;
	}
	
	#sidebar ul li a{
	padding:5px 5px 5px 20px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
		#sidebar ul li a:hover{
	color:#ABF253;
	background-image:url(images/sidebar-a-hover.gif);
	background-position:left;
	background-repeat:no-repeat;
		}


#footer{
	width:960px;
	height:258px;
	float:left;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
}
#page #footer p em {
	color: #FFF;
}

