/* GilbertStudios Temp Site */
/* authored by GilbertStudios */
/* all main styles - wrapper, mastHead, h1, mainNav, mainPage, content, sideBar, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	min-width: 600px;
	text-align: center;
	background: #FFF;
}
a {
	color: #CC5400;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF8A00;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 600px;
	_overflow: hidden;
	text-align: left;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 400px;
	margin: 20px 0 20px 200px;
}
h1, h1 a, h1 a:hover {
	margin: 15px 0;
	font-size: 19px;
	font-weight: bold;
	color: #B23600;
	text-decoration: none;
}
h2 {
	margin: 15px 0;
	font-size: 17px;
	font-weight: normal;
	color: #B23600;
}
h3 {
	margin: 30px 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
#content ul li li, #content ol li li {
	font-weight: normal;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
.clear {
	clear: both;
}
/*
      ************************************  sideBar / sidePic  ***
*/
#sideBar {
	position: relative;
	display: inline;
	float: left;
	width: 190px;
	margin: 20px 0 20px -600px;
	text-indent: -999em;
}
img#tempPic {
	margin: 10px 10px 10px 0;
	float: left;
	border: 0;
}
/*
      ************************************  footer  ***
*/
#footer {
	font-size: 12px;
	position: relative;
	display: inline;
	float: left;
	width: 400px;
	margin: 10px 0 20px 200px;
}
p#design {
	font-size: 10px;
}
#subFoot {
	margin: 11px 20px;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-align: justify;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}