html, body {
	height: 100%;
}

body {
	font: 12px/1.4 Arial, sans-serif;
	background: #525251 url(../img/dsgn/tile.jpg) top left fixed;
	color: #FFF;
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, h4, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #fa3535;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

#container {
	width: 740px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	border: 0px solid #a98e75;
}

#header {
	height: 75px; 
	width: 262px;
	margin-bottom: 0 !important;
	background: url(../img/dsgn/logo.jpg) no-repeat;
}

#content-border1 {
	margin-left: auto;
	margin-right: auto;
	width: 744px;
	border: 1px solid #000;
}

#content-border2 {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	border: 1px solid #000000;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	border: 1px solid #000;
	background: #29201a url(../img/dsgn/contentBG.jpg) repeat-y;
}


h3 {
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	background: #dcdcdc;
	cursor: pointer;
	border-bottom: 1px solid #000;
}

h4 {
	margin: 0;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	background: #dcdcdc;
	cursor: pointer;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h4 a:link, h4 a:visited {
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	color: #222;
}

h4 a:hover, h4 a:active {
	color: #222;
}

h3.news, h3.mootools {
	background: #dcdcdc;
}

h3.gethelp, h3.prototype {
	background: #00d0fd;
}

p {
	padding: 7px 25px;
	color: #FFF;
}

#footer {
	padding-top: 10px;
	height: 35px;
	width: 744px;
	text-align: center;
}

.fLeft {
	float: left;
	width: 250px;
	text-align: right;
}

.clear {
	clear: both;
}


#navcontainer ul
{
margin-top: 0px;
padding-left: 0px;
margin-left: 0;
background-color: #dcdcdc;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid #000;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
font-weight: normal;
padding: 0.5em 0.72em;
background-color: #dcdcdc;
color: #222;
text-decoration: none;
float: left;
border-right: 1px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #333;
color: #FFF;
}
