/** created by rockstr27 **/

* {
   margin:	0;
   padding:	0;
}

html {
  margin: 	0 0 0 0;
  padding:	0 0 0 0;
}

body {
  margin-bottom: 	0px;
  background-color: 	#ffffff;
  margin: 		0 0 0 0;
  padding:		0 0 0 0;
  font-family: 		Verdana, Arial, Helvetica, sans-serif;
  font-size: 		12px;
  text-align:		center;
}

p {
  font-family: 		Arial, Helvetica, sans-serif;
  font-size: 		12px;
  color: 		#6b635a;
  padding: 		10px 0px 0px 6px;
}

small {
  color:		#2e260f;
  font-size: 		9px;
  padding: 		10px 0px 0px 6px;
}

a {
  font-family: 		Arial, Helvetica, sans-serif;
  color: 		#2e260f;
  text-decoration: 	underline;
  font-size: 		12px;
}

a:hover {
  color:		#c40000;
}

hr {
  border-top-width: 	1px;
  border-top-style: 	dashed;
  border-top-color: 	#7c2625;
  border-bottom-width: 	1px;
  border-bottom-style: 	solid;
  border-bottom-color: 	#7c2625;
  color: 		#ffffff;
  background-color: 	#ffffff;
  height: 		3px;
  width:		60%;
}

small {
  color:		#2e260f;
  font-size: 		9px;
  padding: 		10px 0px 0px 6px;
}

img.center {
  display: 		block;
  margin-left: 		auto;
  margin-right: 	auto;
}

h1 {
  font-family: 		Kozuka Gothic Pro, Arial, Helvetica, sans-serif;
  text-decoration:	none;
}

h2 {
  font-family: 		Arial, Helvetica, sans-serif;
  text-decoration:	none;
  font-size:		16px;
  font-weight:		normal;
  margin-top:		15px;
}

/** comments **/

#outer {
  padding-top: 		10px;
}

#container {
  margin: 		0px auto;
  text-align: 		left;
  width: 		979px;
  position: 		relative;
}

#top-links {
  height:		100px;
  border-bottom:	solid 1px gray;
  background: 		left center url(images/logo.gif) no-repeat;
}

#top-links a {
  font-family: 		Arial, Helvetica, sans-serif;
  font-weight:		bold;
  color: 		#2e260f;
  text-decoration: 	none;
  font-size: 		12px;
}

#top-links a:hover {
  color:		#c40000;
}

#breadcrumbs {
  margin:		0 0 10px 20px;
}

#maincontent {
  border-bottom:	solid 1px gray;
  border-right:		solid 1px gray;
  border-left:		solid 1px gray;
  border-top:		solid 1px gray;
  padding:		10px 50px 20px 60px;
  height:		520px;
}

#content-left {
  float:		left;
  width:		300px;
  font-size:		12px;
  font-family:		Arial;
  margin-top:		10px;
  margin-left:		40px;
  text-align:		justify;
}

#content-right {
  float:		right;
  width:		300px;
  font-size:		12px;
  font-family:		Arial;
  margin-top:		10px;
  margin-right:		40px;
  text-align:		justify;
}

#footer {
  text-align: 		center;
  margin:		20px 0 10px 20px;
}

#inner-top {
  float:		right;
  width:		auto;
  height:		100px;
  font-size:		12px;
  font-family:		Arial;
  margin-top:		15px;
}

#nav {
  margin: 15px 0 0 0;
  padding-bottom: 5px;
  position: absolute;
  text-align:left;
  vertical-align: top;
  display: inline;
  float: left;
}

#nav li {
  list-style: none;
  float: left;
  position: relative;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}

#clear {
	border: 0px solid #000000;
	overflow: auto;
	width: 100%
}
