/*  CSS STYLE SHEET

    (c)TechTriad.com */

#wrapper	{

	clear: both;

	float: none;

	width: 900px;

	margin:0px auto;

	border: 2px solid #947024;

}

.clearing {

	height: 0;

	font-size: 0;

	clear: both;

}

.skip {

	display: none;

}





/* header */

#header {

	height: 100px;

	padding: 0 15px;

	background-color: #fff;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #947024;

}

#header a:link, #header a:visited {

	color: #333333;

	text-decoration: none;

}

#header a:hover {

	text-decoration: underline;

}



#logo {

	float: left;

	width: 300px;

	height: 80px;

	background: url(/media/do-not-touch/ahwayside_logo.jpg) no-repeat left top;

}



#logo a {

	width: 300px;

	height: 80px;

	display: block;

}

#logo h1	{

	display:none;

}

#register {

	width: 225px;

	float: left;

	margin-left: 100px;

	font-size: 14px;

	padding-top: 30px;

	text-align: center;

}



#search	{

	float:right;

	width: 200px;

	padding-top: 20px;

}

/* /header */





/* topnav */



/* /topnav */



/* leftnav */

#leftnav {

	width: 160px;

	font-size: 12px;

	float:left;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #D8CF87;

	margin-top: 20px;

	margin-right: 10px;

}

#leftnav p	{

	line-height: 18px;

	margin: 0;

	text-indent: 10px;

	text-align: right;

	padding-right: 10px;

}

#leftnav a:link, #leftnav a:visited	{

	color: #333;

	text-decoration: none;

}

#leftnav a:hover	{

	text-decoration: underline;

}

/* /leftnav */



/* rightnav */

#rightnav	{

	width: 160px;

	font-size: 12px;

	float:right;

	margin-top: 20px;

}

#rightnav h2 {

	margin: 0px 0px 10px;

	font-size: 16px;

}

#rightnav p	{

	line-height: 18px;

	margin: 0;

	padding-left: 10px;

}

#rightnav a:link, #rightnav a:visited	{

	color: #333;

	text-decoration: none;

}

#rightnav a:hover	{

	text-decoration: underline;

}

/* /rightnav */





/* content */

#content-wrapper {

	padding: 20px 15px 15px;

	background-color: #fff;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #947024;

}

#content	{

	width: 550px;

	margin-left: 160px;

	font-size: 11px;

}

#content a img, #content abbr {

	border: 0;

}



#content a:link, #content a:visited {

	text-decoration: none;

	font-weight: bold;

	color: #369;

}



#content a:hover {

	text-decoration: underline;

}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {

	margin-bottom: 0.5em;

	line-height: 1em;

}

#content h1	{

}

#content h2 {

	color: #8C6F1F;

	font-size: 22px;

}

#content h3 {

	color: #369;

}

#content h4 {

	color: #369;

}

#content h5 {

	color: #666666;

}

#content blockquote {

	text-align: justify;

	margin-top: 0;

	margin-right: 1em;

	margin-left: 1em;

	color: #666666;

	padding-top: 0;

	padding-right: 1em;

	padding-left: 1em;

	border-left: 1px solid #ccc;

}

/* /content */



/* footer */

#footer-container {

	margin-right: auto;

	margin-left: auto;

	clear: both;

	padding-top: 0px;

	background-color: #D8CF87;

	margin-top: 0px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #947024;

}

#footer {

	margin: 0px auto;

	text-align: center;

	line-height: 120%;

}



#footer p {

	padding: 6px 0px;

	color: #333333;

	text-align: center;

	margin-top: 0px;

	margin-bottom: 6px;

}

#footer p a {

	color: #333333;

}

/* /footer */

