/*
	Created by WebArtLove
	http://www.WebArtLove.com/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background: url(Images/Body.png) repeat-x;
}

p {
	text-align: left;
	line-height: 20px;
	padding: 8px 0;
}

h2 {
	color: #369;
	font-family: Arial, sans-serif;
	font-size: 15px;
}

a {
	color: #147;
	text-decoration: none;
}

a:hover {
	color: #fa4b00;
}

a img {
	border: none;
}

/*
div { border: 1px solid #f00; }
*/

/* Layout */
#wrapper {
	width: 650px;
	margin: 0 auto;
}

#header {
	padding-top: 64px;
	text-align: left;
}

#menu {
	padding: 8px 0 10px 0;
}

#contentWrapper {
	padding-top: 10px;
}

#footer {
	padding: 0 10px 20px 10px;
	font-size: 12px;
	line-height: 18px;
}

/* Elements */
div.title {
	text-align: left;
	padding: 3px 0;
	border-bottom: 2px dotted #bedffc;
}

div.content {
	padding-bottom: 48px;
}

div.content em {
	color: #777;
}

div.clear {
	clear: both;
}

div#bookmark {
	float: right;
}

div#menuAd {
	float: left;
}

a#gotohg {
	font-size: 16px;
	color: #c00;
}
