    body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	margin: 0px;
	padding: 0px; /* this is the key! */
	
}

#container {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding:5px;
	top:0;
	clear: both;
}
#logo {
	
}
#links {
	height: 40px;
	width: 970px;
	line-height: 34px;
	margin-top: 6px;
	text-align: right;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	clear: both;
	background-color: #FFF;
}
#main {
	clear: both;
}


#content {
	margin-top:10px;
	padding: 5px;
	float: left;
	width: 970px;
		
}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content img {
	float: left;
	border: 1px solid #999;
	margin-right: 20px;
}


.wrap {
	padding: 0px;
}

#side {
	float: right;
	width: 290px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.box {
	background-color: #FFF;
	height: auto;
	
	
}
.heading {
	background-color: #FFF;
}

.heading h1{
	color: #E55638;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	background-color: #FFF;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	margin-bottom: 0px;

}
#news h2{
	color: #000;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
#news h3{
	color: #000;
	font-size: 10px;
	font-weight:normal;
	margin-top: 2px;
	margin-bottom: 5px;

}
#twitter {
	margin-top: 10px;
}
#twitter ul {
	margin: 0px;
	list-style-type: none;
}


#contact {
	margin-top: 10px;
	height: 250px;
}

#tags {
	margin-top: 10px;
}

.log_line {float:left; margin:0 0 10px 0; height:18px; width:272px; text-align:left; padding:0 0 0 13px}
.log_text {float:left; display:inline; width:100px}
#banner {
	background-color: #E8E8E6;
	height: 360px;
	width: 100%;
	margin-top: 10px;
	clear: both;
}
#banner h1 {
	font-size: 26px;
	color: #E55940;
	padding: 20px;
}



/*
Slideshow
*/
#slider1 {
	width:970px; /* To be same as image width */
	height:250px; /* To be same as image height */
	position: relative;
	overflow: hidden;
	border:1px solid #ccc;
	margin-left: 0;
	margin-top: 0px;
	clear: both;
}

#slider1Content {
	width:970px; /* To be same as image width or wider */
	position: absolute;
	top: 0;
	list-style:none;
	margin:0;
	padding:0;
}
.slider1Image {
float: left;
position: relative;
display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width:970px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	bottom:0px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

#slider1 ul { list-style-type: none;	margin: 0;
	padding: 0;}

/*nav*/
#mainnav{
float:right;
	width: 80%;
	clear: both;	
}
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
#mainnav ul li {
	display: block;
	position: relative;
	float: left;
	background-color: #fff;
}
#mainnav li ul { display: none; }
#mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	height: 36px;
	width: 104px;
	text-align:center;
}
#mainnav ul li a:hover {
	text-decoration: underline;
	background-image: url(../../Copy%20of%20westnineyoga/images/button_nav.jpg);
	background-repeat:no-repeat;
}
#mainnav ul li:hover ul {
  display: block;
  position: absolute;
}
#mainnav ul li:hover li {
  float: none;
  font-size: 11px;
}
#mainnav li ul {
	background-image: url(../../Copy%20of%20westnineyoga/images/trans-bg.png);
	background-repeat: repeat;
	width: 140px;
}


#tagcloud {
	width: 300px;
	background:#FFFFCC;
	color:#0066FF;
	padding: 10px;
	border: 1px solid #FFE7B6;
	text-align:center;
}
#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}
#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #000;
}
#tagcloud span {
	padding: 4px;
}
.smallest {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size:medium;
}
.large {
	font-size:large;
}
.largest {
	font-size:larger;
}

#footer {
	width:980px;
	color:#000;
	height:40px;
	padding:0px 0 0px 0;
	clear: both;
	background-color: #fff;
	margin: 0 auto;
}
.foot_l {float:left; width:130px; height:auto; padding:10px 0 0 40px; background:url(../../Copy%20of%20thunderhatdesign/images/foot_l.jpg) 0 0 no-repeat; text-align:left; font-size:13px; /*border-left:#ec008c 1px solid*/}
.foot_r {float:left; width:227px; height:auto; padding:10px 0 0 33px; background:url(../../Copy%20of%20thunderhatdesign/images/foot_r.jpg) 0 0 no-repeat; text-align:left; font-size:13px}
.foot_t {float:left; width:208px; height:auto; padding:10px 0 0 37px; background:url(../../Copy%20of%20thunderhatdesign/images/foot_t.jpg) 0 0 no-repeat; text-align:left; font-size:13px}
.foot_c {float:left; width:191px; height:auto; padding:10px 0 0 34px; background:url(../../Copy%20of%20thunderhatdesign/images/foot_c.jpg) 0 0 no-repeat; text-align:left; font-size:13px}
#footer a {color:#b8b8b8; text-decoration:none}
#footer a:hover {color:#ec008c}
/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Portfolio*****/
#portfolio div#container { margin: 20px auto 0; overflow: hidden; width: 672px; }

#portfolio ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
#portfolio ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
#portfolio ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
#portfolio ul#filter a { color: #999; text-decoration: none; }
#portfolio ul#filter li.current a, #portfolio ul#filter a:hover { text-decoration: underline; }
#portfolio ul#filter li.current a { color: #333; font-weight: bold; }

#portfolio ul#portfolio1 { float: left; list-style: none; margin-left: 0; width: 672px; }
#portfolio ul#portfolio1 li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
#portfolio ul#portfolio1 a { display: block; width: 100%; }
#portfolio ul#portfolio1 a:hover { text-decoration: none; }
#portfolio ul#portfolio1 img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }
.advert {
    background-image: url(http://www.freecarcheck.net/sites/freecarcheck/media/bg.jpg);
    height: 110px;
    width: 728px;
    background-repeat: no-repeat;
 margin: 0 auto;
}
.advert #form1 {
    margin:0px;
    padding:0px;
   
}
.advert #form1 #text {
    height: 100px;
    margin-left:90px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #FFF402;
    width: 500px;
    font-size: 68px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.advert #form1 #imageField {
    float: right;
    margin-right:10px;
}
    
