html, body, h1, h2, h3, p, ul, li {
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
}

html {
	background: #121214;
}

body {
	width: 1100;
}

h2 {
	color: black;
	font-size: 44px;
}

img {
	border: 0;
}

.content_spacer {
	padding: 0 10px;
}

.clear {
	clear: both;
}

.item {
	display: block;
	background: #121214;
	margin: 0 0 10px 0;
	height:180px;
	width:680px;
	text-decoration: none;
}

.item h2 {
	font-size: 36px
}

.item:hover {
	background: black;
}

#change_content h2 {
	padding-bottom: 4px;
}

p {
	color: #8f8f8f;
	padding: 0;
	margin: 0 10px 15px 10px;
}

hr {
	color: #222226;
	border: 0px solid red;
	border-top: 1px dashed black;
	margin: 0 0 10px 0;
}

#change_content a {
	margin-right: 1px;
}

#change_content .gallery img {
	border: #121214 5px solid;
	border-bottom: #121214 25px solid;
}

#change_content  .gallery img:hover {
	border: #121214 5px solid;
	border-top: #121214 25px solid;
}

.item img {
	padding-right: 10px;
	float: left;
	height: 180px;
	margin: 0;
}

.description {
	padding-top: 5px;
}

.description h2 {
	font-weight: bold;
	color: #222226;
}

.description span {
	font-size: 15px;
	font-weight: normal;
	color: #8f8f8f;
}

.description h2:first-child {
	color: #8f8f8f;
}

#header {
	cursor: pointer;
	background: url(./gfx/header.png) no-repeat;
	background-position: top left;
	height: 92px;
	width: 700px;
	margin: 7px auto 0px auto;
}

#page {
	width: 1030px;
	margin: 43px auto 0 auto;
	background: url(./gfx/shadow_main.png) repeat-y;
	background-position: top center;
	min-height: 600px;
}

#top {
	text-align: center;
	background: ;
	width: 1030px;
	margin: 0px auto;
}

#topshadow {
	cursor: pointer;
	height: 45px;
	width: 750px;
	margin: -37px auto 0 auto;
}

#edgeleft {
	background: url(./gfx/shadow_edge_left.png) no-repeat;
	height: 88px;
	width: 70px;
	float: left;
}

#edgetop {
	background: url(./gfx/shadow_top.png) repeat-x;
	height: 45px;
	width: 610px;
	float: left;
}

#edgeright {
	background: url(./gfx/shadow_edge_right.png) no-repeat;
	height: 88px;
	width: 70px;
	float: left;
}

#leftnavi {
	width: 165px;
	float: left;
}

#content {
	background: #222226;
	width: 700px;
	min-height: 643px;
	margin: -43px 0 0 0; 
	padding: 0 0 0 0;
	float: left;
}

#rightnavi {
	width: 165px;
	float: left;
}