@charset "iso-8859-1";

body {
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size:16px;
background-color:#FFCC00;
color:#000000;
}

#header{
width: 775px;
height: 174px;
}

#columnleft {
width: 530px;
text-align:left;
}

#columnright {
width: 215px;
text-align:center;
}

#footer {
width: 775px;

}

#traffic {
width: 775px;

}

#fancyline {
width:200px;
height:47px;
background:transparent url(../images/common/swirly.png);
border: 0px;
}


/* SMALL TEXT */


.smleft {
font-size:12px;
font-style:italic;
text-align:left;
}

.smcenter {
font-size:12px;
font-style:italic;
text-align:center;
}

/* IMAGES */
.img_left {
float:left;
padding: 5px;
margin: 0;
}

.img_right {
float:right;
padding: 5px;
margin: 0;
}

/* HEADERS */
h1 {
font-size:25px;
line-height:27px;
}

h2 {
font-size:22px;
line-height:24px;
}

h3 {
font-size:20px;
line-height:22px;
}

h4 {
font-size:18px;
line-height:20px;
}


/* LINKS */
a:link, a:visited, a:active {
color:#000000;
}

a:hover{
color:#cc0000;
}

.clearline {
	display:block;
	clear:both;
}

