﻿body {
	border-bottom: thin;
	background: url(images/bg.png) repeat-x #1B1B1B;
	margin: 0;
}

html {
	border-bottom: thin;
	background: url(images/bg.png) repeat-x #1B1B1B;
	margin: 0;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	background: url(images/banner.png) top left no-repeat;
}

#nav {
	width: 695px;
	height: 60px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	background: url(images/nav.png) no-repeat;
}
#nav ul {
	margin: 0 0 0 75px;
	padding: 5px 0 0 0;
	display: inline;
	color: #808080;
}

#nav li {
	list-style: none;
	display: inline;
	margin: 0 0 0 20px;
}
a:visited {
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

#nav a:link {
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:link2 {
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #aaa;
	text-decoration: none;
}

#main_content {
	width: 660px;
	margin: 0 auto;
	height: 380px;
}

#main_left {
	width: 200px;
	margin: 0;
	padding: 0 0 20px;
	float: left;
}
#main_center {
	width: 200px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}
#main_right {
	width: 200px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}
#main_text {
	width: 650px;
	padding: 5px;
	font-family: tahoma;
	font-size: small;
	color: #fff;
	clear: both;
}
#page_left {
	width: 400px;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	font-family: tahoma;
	font-size: small;
	color: #fff;
	clear: both;
}

#page_right {
	width: 200px;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
}
img.main {
	width: 200px;
	height: 200px;
	padding: 4px;
	background: #fff;
	border 1px solid #ccc;
}
img.page {
	width: 200px;
	height: 400px;
	padding: 4px;
	background: #fff;
	border 1px solid #ccc;
}
