body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 75%;
	margin: 0;	padding: 0;
	background: #fff;
	color: #666;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	border-bottom: 1px solid #ccc;
	color: #800;
}

h1, h2 {
	text-align: center;
	margin: 0;	padding: 0;
}

h3, h4, h6 {
	margin: 0;	padding: 0;
}

h5 {
	margin: 0;	padding: 4px;
	background: #f5f5f5;
	color: #666;
}

hr {
	border: 0;
	background: #ccc;
	height: 1px;
}

ul {
	list-style-type: square;
}

ul.list, ul.list ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

textarea {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 100%;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	width: 100%;
	height: 200px;
}

input {
	font-size: 100%;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	width: 50%;
	height: 16px;
}

input.button {
	font-weight: bold;
	border: 1px solid #ccc;
	background: #f5f5f5;
	color: #666;
	cursor: pointer;
	width: 70px;
	height: 24px;
}

input.button:hover {
	border: 1px solid #800;
	background: #900;
	color: #fff;
	width: 70px;
}

.menu {
	font-weight: bold;
	cursor: pointer;
	background: #fff url(../img/general/plus.png) center right no-repeat;
	color: #666;
	margin-bottom: 0;
}

#central {
	text-align: center;	position: absolute;
	left: 50%; 	top: 50%;	margin-top: -50px;	margin-left: -50px;
}

#main {
	margin: auto;
	background: #fff;
	color: #000;
	width: 75%;
	max-width: 950px;
	min-width: 750px;}

#nav {	list-style: none;	text-align: right;
	background: #fff;
	color: #000;
	height: 24px;}

#nav li {	display: inline;
	background: #eee;
	color: #900;}

#nav li a {
	border: 1px solid #800;
	font-weight: bold;	text-align: center;	padding: 9px;
	background: #900;	color: #fff;}

#nav li a:hover, #nav li a:focus, #nav li a:active {	border: 1px solid #ccc;
	text-decoration: none;
	background: #f5f5f5;
	color: #666;}

#content {
	text-align: justify;
	background: #fff;
	color: #666;
	float: left;	width: 50%;
	max-width: 475px;
	min-width: 375px;}

#contentimg {
	text-align: left;
	background: #fff;
	color: #666;
	float: left;	width: 50%;
	max-width: 475px;
	min-width: 375px;}

#contenterror {
	text-align: left;
	background: #fff;
	color: #666;
	float: left;	width: 50%;
	max-width: 475px;
	min-width: 375px;}

#side {
	text-align: justify;
	background: #fff;
	color: #666;
	float: right;	width: 40%;
	max-width: 380px;
	min-width: 300px;}

#sideerror {
	text-align: justify;
	background: #fff;
	color: #666;
	float: right;	width: 50%;
	max-width: 475px;
	min-width: 375px;}

#footer {
	font-size: 90%;
	text-align: left;
	background: #fff;
	color: #666;
	clear: both;	height: 22px;}

#altnav {	float: right;	text-align: right;
	width: 360px;}