* {
	padding: 0;
	margin: 0;
	
}

Layer1 {
left: 150px;
top: 150px;
}

body {
	background: url("images/back.gif") repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 40px;
	font-family: "Arial Unicode MS";
	background-image: url(images/back.gif);	
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
	width: 780px;
	background: #fff;
	position: absolute;
	margin: 10;
	height: 2360px;
}

#wrapper {
	width: 780px;
	background: #fff url("images/sidebar.gif") repeat-y 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	border-top-color: #FFFFFF;
	position: absolute;
	left: 101px;
	height: 2360px;
}

h1 {
width: 140px;
height: 30px;
background-color: #000000;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #FFFFFF;
text-decoration: underline;
}

h2 {
	width: 369px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 18px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
	font-family: "Script MT Bold";
	font-size: 22px;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 27px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Script MT Bold";
	font-style: inherit;
	line-height: inherit;
	font-size: 18px;
	padding-top: 7px;
}

#nav li a:hover {
	background-color: #666666;
	position: inherit;
	left: 20px;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
	width: 132px;
	background-color: #000000;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
	color: #FFFFFF;
	background-image: url(images/sidebar.gif);
	background-repeat: inherit;
	background: url("images/sidebar.gif");
}

img {
border: none;
}

a img {
margin-bottom: 20px;
}

a:hover img {
}

#content {
float: left;
width: 418px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: normal;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}
