@charset "UTF-8";

*{
            margin: 0;
            padding: 0;
}
a:link { 	color: #663300;
			text-decoration: none;
}
a:visited {	
			color: #663300;
}
a:hover {
			color: #F00;
}
a:active {
			color: #F00;
}
body {
            font-family: Verdana, Helvetica, sans-serif;
			font-size: 10px;
            background: #777;
}
#site {
            width: 960px;
            margin: 0 auto;
			-webkit-box-shadow: 0 0 15px 3px #000000;
			box-shadow: 0 0 15px 3px #000000;
}
#header {
            background: url(images/Header.jpg);
            height: 200px;
}
#content {
	height: auto;
	background: transparent url(images/bg-col.png) repeat-y;
}
#coll {
            width: 180px;
            padding: 5px 10px;
}
#nav {
           
}
#colm {
            width: 540px;
            padding: 5px 10px;
}
#colr {
            width: 180px;
            padding: 5px 10px;
}
#footer {
            background: #cc9966;
            height: 10px;
			padding: 5px 0;			
}
.floatLeft {
            float: left;
}
.floatClear {
            clear: both;
}
.size10 {
            font-size: 10px;
}
div#header.size10 {
            font-size: 18px;
}
.size24 {
            font-size: 24px;
}
.size14 {
            font-size: 14px;
			line-height: 1.8;
			color: #333;
}		
.size12 {
            font-size: 12px;
			line-height: 1.2;
			color: #333;
}
.footertext {
			font-size: 9px;
			color: #333;
			text-align: center;
}
.colorBrown {
	color: #663300;
	font-size: 14px;
}
.paddingLR {
            padding: 0 10px;
}
