html, body
{
	margin: 0;
	padding: 0;
	background: #ccc url(../images/dots.png) repeat top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	word-spacing: 1px;
	letter-spacing: 0px;
}

h1
{
	display: none;
}

p
{
	margin-top: 0; 	
	margin-bottom: 7px;	
}

a
{
	color: #222;
}

a.homepage
{
	position: absolute;
	display: block;
	width: 152px;
	height: 0;
	padding-top: 100px;
	margin-top: -100px;
	overflow: hidden;
}

br
{
	line-height: 7px; 
}

img
{
	border: none;
}

#wrap
{
	height: 540px;
	margin: 15px;
	padding: 30px;
	padding-right: 20px;
	border: 1px solid #222;
	background-color: #FFF;
}

#navigation
{
	float: left;
	width: 150px;
	height: 445px;
	margin-right: 30px;
	padding-top: 100px;
	background: #FFF url(../images/logo-nav.png) no-repeat top center;
}

dl.navigation
{
	height: 400px;
	margin: 0;
	padding: 0;
}

dd.navigation
{
	margin: 0;
	padding: 0;
}

a.navigation
{
	display: block;
	text-align: center;
	text-decoration: none;
}

a.maincontent
{
	display: block;
	position: absolute;
	width: 77px;
	height: 0;
	margin-top: 420px;
	padding-top: 14px;
	overflow: hidden;
	background: #FFF url(../images/mainbutton.png) no-repeat top center;
}

a.maincontent:hover
{
	background-position: 0px -14px;
}

#logo
{
	width: 150px;
	height: 100px;
}

#contents
{
	float: left;
	height: 543px;
	background-image: url(../images/dots.png);
	background-repeat: repeat-y;
/*	border-left: 2px dotted #CCC; */
}

div.container
{
	float: left;
}

div.error
{
	width: 250px;
	height: 543px;
	padding: 0 15px;
	color: #222;
	background: transparent url(../images/dots.png) repeat-y top right;
}

h2.error
{
	padding: 0;
	margin: 0 0 10px 0;
}
