body {
	
	background: url('images/core/core_background.png') repeat-x;
	background-color: #808080;
	margin: 0px;
	font-family: georgia, arial, serif;
	text-align: center;
	color: #474747;
	
}

a {
	
	color: #343434;
	text-decoration: none;
	
}

a:hover {
	
	color: #4c4c4c;
	
}

div.nav {
	
	margin-top: 25px;
	float: left;
	width: 200px;
	
}

div.nav .top {
	
	background-image: url('images/nav/nav_n.png');
	height: 75px;
	width: 200px;
	
}

div.nav .mid {
	
	width: 200px;
	background-color: #8e8e8e;
	
}

div.nav .bot {
	
	background-image: url('images/nav/nav_s.png');
	height: 20px;
	width: 200px;
	
}

div.main {
	
	margin-top: 25px;
	float: right;
	width: 475;
	
}

div.main .top {
	
	background-image: url('images/main/main_n.png');
	height: 25px;
	width: 475px;
	
}

div.main .mid {
	
	width: 425px;
	*width: 475px;
	background-color: #8e8e8e;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	
}

div.main .bot {
	
	background-color: #8e8e8e;
	background-image: url('images/main/main_s.png');
	height: 25px;
	width: 475px;
	
}

div.core_header {
	
	height: 100px;
	width: 100%;
	text-align: left;
	
}

div.core_wrapper {
	
	width: 100%px;
	margin: 0px auto;
	
}

div.core_container {
	
	width: 700px;
	*width: 750px;
	padding: 25px;
	background-color: #808080;
	
}

div.footer {
	
	width: 100%;
	margin-top: 5px;
	height: 20px;
	
}

div.blog_item {
	
	width: 100%;
	
}

b.blog_head {
	
	font-size: 150%;
	
}

i.blog_date {
	
	font-size: 70%;
	
}

div.blog_text {
	
	font-size: 80%;
	
}

hr {
	
	border: 0px;
	color: #939393;
	background-color: #939393;
	height: 1px;
	width: 80%;
	
}

div.pop {
	
	padding: 0px;
	overflow: auto;
	
}

.gallery_wrap {
	
	width: 100%;
	height: 400px;
	overflow: auto;
	text-align: center;
	
}

.gallery li {
	
	float: left;
	margin: 0px 10px 10px 0px;
	
}

.gallery {
	
	list-style: none;
	display: block;
	
}
