* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #F5F5F5 url(../img/bg.jpg) top center repeat-y;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	color: #343434;
}

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

a:hover {
	color: #822;
	text-decoration: underline;
}

h1 {
	color: #343434;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #AAA;
}

h2 {
	color: #343434;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	border-bottom:1px dotted #AAAAAA;
	border-top:1px dotted #AAAAAA;
	color:#343434;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:2px;
	margin:0;
	padding:5px 0;
	text-transform:uppercase;
	width:190px;
}

dt img {
	border-style: double!important;
}

hr {
	height: 1px;
	background-color: #AAA;
}