﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url("_images/img1.gif");
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	color: #cc0000;
}

h2 {
	color: #cc0000;
}

h1 {
	color: #cc0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1.4em;
}
h6 {
	font: size;
	margin: 0;
	font-size: x-small;
	font-weight: normal;
}
blockquote {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

ul {
	margin-top: 0;
	margin-left:5px;
}
li {
	margin-left: 5px;
}


p {
	margin-top: 0;
}

a:link {
	color: #CC0000;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
	font-style:oblique;
	
}
a:visited {
	text-decoration: none;
	color:#cc0000
	}


img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url("_images/img2.jpg");
}

#header * {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	text-transform: uppercase;
	padding: 5px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	text-transform: lowercase;
	font-size: 2em;
	padding-top: 120px;
	text-align: center;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url("_images/img3.gif")
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu .active a {
	background: url("_images/img4.gif");
	color: #FFFFFF;
}

#menu a:hover {
	background: url("_images/img4.gif");
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url("_images/img5.gif");
}

#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}
#colOne img {
	float:left;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-color:black;
	border-right-style:solid;
	border-right-width:thin;
	vertical-align:bottom
}

#colTwo {
	float: left;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 20px;
}
#colThree ul{
	margin: -5px;
	padding: 0;
	list-style: none;
}
#colThree ul{
	margin: 3px;
	padding: 0;
	list-style: disc;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url("_images/img6.gif") repeat-x;
	font-size: smaller;
	color: #FFFFFF;
}
#footer a {color: #ffffff;
}
#leftcolumn{
float: left;
width: 265px; /*Width of left column in percentage*/
margin-left: 20px;
}

#rightcolumn{
float: left;
width: 265px; /*Width of right column in pixels*/
margin-right: 20px; /*Set margin to that of -(RightColumnWidth)*/
}

