* {
margin:0;
padding:0;
}

body {
	font:.75em Verdana, Arial, Sans-Serif;
	color:#272727;
	line-height:1.8em;
	background-color: #fff;
}

p {
line-height:1.6em;
margin:0 0 1.4em 1em;
}

a {
color:#F74600;
text-decoration:none;
background:inherit;
}

a:hover {
color:gray;
background:inherit;
}

ul {
list-style:none;
}

li {
margin-left:1em;
}

.subcat {
margin-left:1em;
}

h1,h2,h3 {
font-weight:400;
margin:0 0 .8em;
}

h1,h2 {
color:#F74600;
font-size:2em;
background:inherit;
}

h3 {
	font-size:1.3em;
	margin:1.2em 0 .5em;
	vertical-align: top;
	text-align: center;
}

#wrapper {
	width:900px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/bgwhole.png);
	background-repeat: repeat-y;
	background-position: center center;
	top: -150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header {
	height:150px;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	width: 900px;
}

#logo {
	float:left;
	color:gray;
	line-height:25px;
	padding-top:10px;
	position: relative;
	top: 60px;
	left: -430px;
	background-color: #FFF;
}

#logo h1 {
font-size:2.4em;
letter-spacing:-1px;
margin:30px 0 0;
}

#top {
	float:left;
	text-align:left;
	width:52%;
	background-color: #FFF;
	border: thin solid #CCC;
	position: relative;
	left: 0px;
	bottom: 150px;
}

#topmenu {
height:35px;
clear:both;
margin:5px 0 -5px;
padding:10px 0 0;
}

#topmenu li {
font-size:1em;
display:inline;
}

#topmenu li a {
color:gray;
margin:0 15px;
}

#topmenu li a:hover {
color:#F74600;
}

#search {
	float:left;
	clear:both;
	text-align:right;
	border-top:1px solid #ccc;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:255px;
border:2px solid #ccc;
font-size:.9em;
padding:6px;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:700;
font-size:.9em;
background:gray;
padding:6px;
}

#crumbs {
	clear:both;
	margin:0 auto;
	padding:10px;
	background-color: #FFF;
	border: thin solid #CCC;
	font-weight: bold;
	background-image: url(../images/candoit.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#crumbs2 {
	clear:both;
	margin:0 auto;
	padding:10px;
	background-color: #FFF;
	border: thin solid #CCC;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#content {
padding:20px 10px;
}

#content p.subcat {
margin-left:30px;
}

#main {
	width:56%;
	float:left;
	background-color: #FFC;
	border: thin solid #CCC;
	text-indent: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#side {
	width:40%;
	float:right;
	background-color: #FFF;
	border: thin solid #CCC;
}

.single {
	width:40%;
	float:left;
	padding:0 15px;
}
#titleBar {
	background-color: #FFF;
	height: 35px;
	width: 135px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: relative;
	left: 10px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	margin-top: 5px;
}
#contentBoxRight {
	background-color: #FFF;
	width: 130px;
	position: relative;
	left: 13px;
	top: 5px;
	border: thin solid #CCC;
	margin-bottom: 15px;
}



#footer {
	clear:both;
	margin-top:30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/footer.png);
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:97%;
height:20em;
padding:3px;
}

.comment {
color:gray;
border-top:1px solid #ccc;
background:#F5F6F6;
margin:0 0 10px;
padding:10px;
}

.commentsbox {
color:gray;
background:#f4f4f4;
margin:0 0 10px;
padding:10px;
}

.date {
border-top:1px solid #eee;
margin:0 0 20px;
}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}
.headerExpand {
	background-color: #E98548;
	height: 175px;
	position: relative;
	z-index: -1;
}
#searchImg {
}

#rssImg {
	background-image: url(../images/RSS.png);
	height: 50px;
	width: 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	left: 110px;
	top: -10px;
}
#searchImg {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	position: relative;
	float: right;
	top: 0px;
	z-index: 1;
}
#bannerAd {
	background-color: #FFF;
	position: relative;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10;
	padding-bottom: 10;
	vertical-align: middle;
}
#halfBannerAd {
	background-color: #FFF;
	border: thin solid #CCC;
	height: 70px;
	width: 470px;
	position: absolute;
	left: 545px;
	top: 630px;
}
.flashBox {
	height: 300px;
	width: 275px;
	left: 600px;
	top: 1362px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
