html, body, #main {
	height: 100%;
}
body > #main {
	height: auto;
	min-height: 100%;
}
* {
	outline: 0 none;
}
caption, th, div {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym, .brNo {
	border: 0 none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}
body, div, h1, h2, h3, h4, h5, h6, p, th, td, form, fieldset, input, textarea {
	zoom: 1;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
.dot {
	padding-bottom: 1px;
	padding-right: 5px;
}
body {
	font-family: arial;
	color: #000;
	background-image:url(layout/main-bg.png)
}
#top-menu a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#top-menu a:hover {
	color: #99000b;
	text-decoration: underline;
}
#menu a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #99000b;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#header {
	width: 1000px;
	height: 129px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/header-bg.png);
}
#logo {
	float: left;
	padding-top: 21px;
}
#top-menu {
	font-size: 13px;
	float: right;
	padding-top: 40px;
	width: 322px;
	height: 89px;
	background-image: url(layout/topmenulogo.png);
	text-align: right;
}
#menu {
	height: 40px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 13px;
}
#social {
	float: right;
	padding-top: 7px;
}
#footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 12px;
	color: #e0e0e0;
	padding-top: 7px;
}
#copyright {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 11px;
	color: #646464;
	padding-top: 36px;
}