* { 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background-color: #333333;
}

div#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	padding-bottom: 15px;
	width: 980px;
	background-color: #000000;
}

div#header {
	background-image: url(header-bg.gif);
	height: 250px;
	width: 980px;
}

div#header a#homelink {
	position: absolute;
	top: 50px;
	left: 20px;
}

div#main-section {	
	display: block;
	margin-top: -100px;
	padding: 0 0 0 20px;
}	

div#pagetitle {
	float: right;
	margin: 50px 15px 0 0;
}

div#leftside {
	float: left;
	width: 180px;
	background-color: #333333;
	padding: 50px 0 0;
}

div#menu {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 25px 10px;
	background-image: url(menu-bg.gif);
}

div#menu a {
	color: #000000;
	text-decoration: none;
}

div#menu ul {
	margin-top: 0;
	padding-left: 10px;
}

div#menu li {
	list-style-type: none;
}

div#menu li.menu-level1 {
	padding-top: 10px;
	font-weight: bolder;
}

div#menu li.menu-level2 {
	font-weight: normal;
}

div#content {
	margin-left: 183px;
	padding-top: 50px;
	width: 720px;
}

div#content a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}	

div#content a:hover {
	text-decoration: underline;
}	

div#content div {
	color: #cccccc;
}

div#content p {
	margin-bottom: 10px;
}

div#content h4 {
	margin: 10px 0 5px 0;
}

div#content ul {
	margin-left: 17px;
}

div#content .tx-veguestbook-pi1 h2 img {
	vertical-align: bottom;
}

table.content-element {
	border-top: 1px solid #ffffff;	
	width: 720px;
	margin-bottom: 20px;
	background-color: #333333;
	background-image: url(content-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

table.content-element td {
	margin: 0;
	padding: 20px 30px;
}

div.pagebrowser {
	text-align:center;
}

div.pagebrowser span {
	padding: 0 12px;
}

div.pagebrowser a.pagebrowser-previous {
	position:absolute;
	left:210px;
	padding-left:12px;
	background: url("../img/arrow-white-pager-previous.gif") 0 5px no-repeat;
}

div.pagebrowser a.pagebrowser-next {
	position:absolute;
	right:87px;
	padding-right:12px;
	background: url("../img/arrow-white-pager-next.gif") right 5px no-repeat;
}
