BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FF6600;
}
@font-face {
    font-family: "font";
    src: url(font.ttf);
}
#header {
	width:950px;
	margin: 0 auto;
}
.sitename {
	float:left;
	width:335px;
}
.sitename h1 {
	font-size:30px;
	color:#fff;
	line-height:15px;
	text-transform:uppercase;
	font-family: "font";
}
.sitename h1 a {
	color:white;
	text-decoration:none;
}
.sitename h1 a:hover {
	text-decoration:underline;
}
.sitename p {
	font-size:15px;
	color:yellow;
	text-align:justify;
	font-family: "font";
}
.sitename p a {
	color:yellow;
	text-decoration:none;
	font-weight:bold;
}
.sitename p a:hover {
	text-decoration:underline;
}
.banner {
	width:600px;
	float:right;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
}
#wrapper {
	width:600px;
	padding-bottom:20px;
}

.cols-first {
	font-size:14px;
	font-family: "font";
	text-align:justify;
	width:600px;
	background-color:#fff;
	padding-top:10px;
	padding-left:15px;
	margin-left:144px;
	padding-right:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	-moz-border-top-left-radius:15px; /* bottom left corner */
	-moz-border-top-right-radius:15px; /* bottom left corner */
	-moz-border-bottom-left-radius:15px; /* bottom right corner */
	-moz-border-bottom-right-radius:15px; /* bottom right corner */
	-webkit-border-top-left-radius:15px; /* bottom left corner */
	-webkit-border-top-right-radius:15px; /* bottom left corner */
	-webkit-border-bottom-left-radius:15px; /* bottom right corner */
	-webkit-border-bottom-right-radius:15px; /* bottom right corner */
}
.cols-first a {
	color:#000;
	text-decoration:none;
}

.cols {
	width:600px;
	font-size:14px;
	font-family: "font";
	text-align:justify;
	background-color:#fff;
	padding-top:10px;
	padding-left:15px;
	margin-left:144px;
	padding-right:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	-moz-border-top-left-radius:15px; /* bottom left corner */
	-moz-border-top-right-radius:15px; /* bottom left corner */
	-moz-border-bottom-left-radius:15px; /* bottom right corner */
	-moz-border-bottom-right-radius:15px; /* bottom right corner */
	-webkit-border-top-left-radius:15px; /* bottom left corner */
	-webkit-border-top-right-radius:15px; /* bottom left corner */
	-webkit-border-bottom-left-radius:15px; /* bottom right corner */
	-webkit-border-bottom-right-radius:15px; /* bottom right corner */
}
.cols a {
	color:#000;
	text-decoration:none;
}

#wrapper h1 {
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	float:left;
	margin-left:150px;
	padding-left:15px;
}
#wrapper h1 a {
	color:#fff;
	text-decoration:none;
}
#wrapper h1 a:hover {
	color:#fff;
	text-decoration:underline;
}
#sidebar {
	width: 230px;
	margin-left:10px;
	margin-bottom:0;
	margin-top:105px;
}
#sidebar ul {
	padding-left:10px;
	list-style:none;
}
#sidebar ul li {
	padding:0 2px;
	line-height:20px;
	font-size:13px;
}
#sidebar ul li a {
	color:#000;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:blue;
	text-decoration:underline;
}
.sidebar-col {
	width:200px;
	background-color:#fff;
	padding-top:10px;
	padding-left:15px;
	margin-left:800px;
	margin-bottom:10px;
	padding-right:15px;
	padding-bottom:10px;
	color:#000;
	-moz-border-top-left-radius:15px; /* bottom left corner */
	-moz-border-top-right-radius:15px; /* bottom left corner */
	-moz-border-bottom-left-radius:15px; /* bottom right corner */
	-moz-border-bottom-right-radius:15px; /* bottom right corner */
	-webkit-border-top-left-radius:15px; /* bottom left corner */
	-webkit-border-top-right-radius:15px; /* bottom left corner */
	-webkit-border-bottom-left-radius:15px; /* bottom right corner */
	-webkit-border-bottom-right-radius:15px; /* bottom right corner */
}
.sidebar-col h1 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.sidebar-col p {
	font-size:13px;
	color:red;
	font-weight:bold;
	padding-left:15px;
	font-weight:15px;
	text-align:center;
	text-transform:uppercase;
}
.sidebar-col .phone {
	color:#000;
	background:url('phone.jpg') left top no-repeat;
	font-size:1.6em;
	font-weight:700;
	line-height:.6em;
	margin:0 0 10px;
	height:40px;
	padding:15px 0 0 50px;
	width:162px
}
.smalltext {
    color: #0066FF;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 0px;
	font-style: normal;
}
#footer {
	width:100%;
	background-color:#000;
	float:left;
	height:50px;
}
#footer p {
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	text-align:center;
}
