
* {
	margin: 0;
	padding: 0px;
}

body {
	background: #0A0A0A url(images/border.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #652A17;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
	background: url(images/border.jpg) repeat-x;
}

/* Header */

#header {
	width: 821px;
	height: 1px;
	margin: 20px auto auto auto;
	padding: 0 0 0 0;
	background: url(images/top_banner.jpg);
}


/* Menu */
#menu {
	width: 821px;
	height: 25px;
	margin: 0 auto auto auto;
	padding 0;
	background: url(images/menu_banner.jpg) no-repeat;
}
#menu ul {
	margin: 0 auto auto auto;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin: 0 auto auto auto;
	padding: 0px  0px 0px 0px;
	display: inline;
}

#menu a {
	margin: 0 0 0 0;
	display: inline;
	float: left;
	height: 41px;
	padding: 0px  0px 0px 0px;
	border:  0px solid #000000;
}

/* Page */
#page {
	width: 821px;
	height: 435px;
	margin: 0 auto auto auto;
	padding: 0px  0px 0px 0px;
	background: url(images/background.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 400px;
	padding-left: 46px;
	padding-top: 0px;
	padding-right:0px;

}


#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
	display: inline;
	float: left;

}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}


/* Footer */
#footer {
	width: 821px;
	height: 75px;
	margin: 0px auto auto auto;
	padding 0 0 0 0;
	background: url(images/bottom_banner.jpg)no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
}



