html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#ffffff;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}

div, p, ul, li, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

#wrapper {
	width:910px;
	height:668px;
	margin:0 auto;
	padding:25px 0 25px 0;
}

#menu {
	width:210px;
	float:right;
}

#menu ul {
	list-style-type:none;
}

#menu a {
	width:180px;
	height:15px;
	margin:0 0 5px 0;
	padding:5px;
	color:#000;
	text-decoration:none;
	border:1px #ccc solid;
	display:block;
}

#menu a:hover {
	background:#ccc;
}

#content {
	width:700px;
	margin:158px 0 0 0;
	float:right;
}

#footer {
	width:700px;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px #ccc solid;
	float:right;
}

#footer p {
	margin:0 0 15px 0;
	float:left;
	clear:both;
}

#footer p,
#footer p a {
	font-size:11px;
	color:#555;
	line-height:20px;
}

#animation {
	outline:none;
}

h1 {
	margin:0 0 20px 0;
	font-size:14px;
}

h1 a {
	color:#000;
	text-decoration:none;
}

h1 a.headerlink {
	color:#999;
}

h2, h3, h4, h5 {
	font-size:12px;
	font-weight:normal;
	display:inline;
	float:left;
}

h2.textheader {
	margin:0 0 10px 0;
}

h3 {
	margin:30px 19px 0 0;
	display:block;
	text-align:right;
	float:none;
	clear:both;
}

h3 span,
h3 a {
	width:auto !important;
	padding:0 !important;
	margin:0 0 20px 0 !important;
	color:#777 !important;
	border:none !important;
	display:block;
}

h3 a:hover {
	background:#fff !important;
}


h4 {
	color:#777;
}

p {
	margin:0 4px 10px 0;
	float:left;
	clear:both;
}

p strong {
	font-weight:normal;
}

ul.list {
	list-style-type:square;
	margin:0 0 0 30px;
	line-height:18px;
	float:left;
	clear:both;
}

ul.list a {
	text-decoration:none;
}

ul.list a:hover {
	text-decoration:underline;
}

em {
	font-style:normal;
}

a {
	color:#555;
}

hr {
	width:100%;
	margin:5px 0 15px 0;
	float:left;
	clear:both;
}
