html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	font-family: "lucida", Arial, Verdana, sans-serif;
	font-size: small;
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background:#282828
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


#top {
	width: 100%;
	height: 100px;
	margin: 0 auto auto auto;
	
	background: url(../images/logo2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menucontainer {
	width: 800;
	height: 130px;
}

#top h1 {
	text-indent: -9999px;
}

img.centred { 
    display: block;
    margin-left: auto;
    margin-right: auto }

img.righty {
	float: right;
	margin: 0 0 10px 10px;
	border-top: 1px solid #ddd7cb;
	border-left: 1px solid #ddd7cb;
	border-right: 1px solid #a6a198;
	border-bottom: 1px solid #a6a198;
}

img.lefty {
	float: left;
	margin: 0 10px 10px 0;
	border-top: 1px solid #ddd7cb;
	border-left: 1px solid #ddd7cb;
	border-right: 1px solid #a6a198;
	border-bottom: 1px solid #a6a198;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(../images/leather.jpg) repeat-y;
}

#sidebar {
	width: 200px;
	padding: 20px;
	margin: 0 0 20px 20px;
	background-color: #cccc66;
	float: left;
	display: inline;
}

#maincontent {
	margin: 5px 50px 20px 0;
	padding: 0px 0 0px 0;
	width: 450px;
	color: #4c4234;
	font-size: 1em;
	float: right;
	text-align:left;
}

#maincontent iframe {
	border-top: 1px solid #ddd7cb;
	border-left: 1px solid #ddd7cb;
	border-right: 1px solid #a6a198;
	border-bottom: 1px solid #a6a198;
}


img.sidey {
	background-color: #fff;
	padding: 8px;
	border-top: 1px solid #ddd7cb;
	border-left: 1px solid #ddd7cb;
	border-right: 1px solid #a6a198;
	border-bottom: 1px solid #a6a198;
}

#maincontent h1 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	line-height: 1.5em;
}

#maincontent h2 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
	line-height: 1.5em;
}

#maincontent h3 {
	margin: 24px 0 10px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #c7c2b7;
	letter-spacing: .2em;
    padding: 0 0 .3em 0;
}

#maincontent h4 {
	margin: 24px 0 10px 0;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: #c7c2b7;
	padding: .3em;
}

#maincontent a:link, #maincontent a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #736e68;
	padding: 0 0 3px 0;
	margin: 0;
}

#maincontent a:hover {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #996A23;
	padding: 0 0 3px 0;
	margin: 0;
}

#maincontent dl dd a:link, #maincontent dl dd a:visited {
	display: block;
	margin-top: 8px;
 }

#maincontent dl dd a:hover {
	display: block;
	margin-top: 8px;
}

h1#contact_box_top {
	margin: 0 0 0 0;
	padding: 10px 0 0 8px;
	background: url(../images/detail_box_top.gif) -20px;
	font-size: 1.2em;
}

#contact_box {
	
	padding: 0 0 0 0;
}

#contact_box p {
font-size: .8em;
line-height: 1.4em;
margin: 4px 0 8px 0;
text-align:left;
}

#maincontent p {
	margin: 0 0 10px 0;
	font-size: .9em;
	line-height: 1.5em;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #282828;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block; 
    display: block; 
    height: 1%;
}

#maincontent h5 {
	font-size: 0.9em;
	margin: 0 0 8px 0;
	padding: 8px 0 0 0;
	font-weight: bold;
}

#bodycontent {
	width: 800px;
	margin: auto auto auto auto;
	background-image: url(../images/leather.jpg);
	background-repeat: repeat;
}

