body {
	margin: 20px 0;
	padding: 0;
	background: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding: 0;
	color:#000000;
	font-size:26px;
}
h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #666666;
}

h2 {
	color:#003300;
}

p, ul, ol, blockquote {
	font-size: 12px;
	line-height: 160%;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #007391;
	font-size: 12px;
}


/* Content */
#content {
	width: 810px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 12px;
}
#content ul {
	padding: 0 20px 0 225px;
	font-weight:bolder;
	font-size:12px;
}
#content li {

list-style:none;

}
#center  ul {
	padding: 0 20px 0 95px;
	font:bolder;

}
#left ul{
	padding: 0 0 0 20px;
	font-weight:normal;
}
#left li {
	list-style:disc;
}
/*Content > Header */
#wx_module_8859 {
	padding-right: 20px;
}
#header {
	width: 810px;
	background-image:url(images/airconditioninglasvegas.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 160px;
	padding: 5px 5px 10px;
	margin-top: 15px;
	margin-right: 10px;

}

/* Content > Right Column */
#rtcol{
	float: right;
	width: 600px;
	text-align: justify;
	padding-right: 15px;
}

#rtcol a {
	color: #007391;
	text-decoration:underline;
	font-size: 12px;
}

/* Content > Left Column */
#leftcol{
	float: left;
	width: 115px;
	padding: 20px 20px 20px 15px;
	margin-left: 15px;
	background-image: url(images/airconditioningnv.jpg);
	background-repeat: no-repeat;
}

#leftcol h2 {
	font-size: 12px;
	color: #003300;
}

#leftcol  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcol li {
	margin-bottom: 1em;
	color: #000000;
	font-size: 11px;
}

#leftcol li li {
	margin-bottom: 0;
	color: #000000;
	font-size: 11px;
}

#leftcol a {
	color: #007391;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
/* Bottom Navigation */

#btmnav {
	width: 810px;
	background-color: #FFFFFF;
	clear: both;
	margin: 0 auto;
	
	
}

#btmnav p {
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding: 0px 5px;
}
#btmnav a:link, a:visited, a:active {
	font-style:normal;
	text-decoration:none;
	font-size: 10px;
	color: #000000;

}

#btmnav a:hover {
	color: #C82715;
}

/* Footer */

#footer {
	width: 810px;
	background: #003300;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#footer p a:link {
	color: #666666;
	text-decoration:none;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-size: 8px;
	color: #666666;
}
.cookies {
	font-size: 10px;
	color: #003300;
}
.bolder {
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}