/* CSS Document */

/*
Kevin Arthur
2008
http://thetoothpick.com/
*/

body {
	background-color: #3366FF;
}
img {
	border:0;
}
a:link {
	color: #BBBBBB;
	text-decoration: none;
}
a:visited {
	color: #BBBBBB;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
a:active {
	color: #AAAAAA;
	text-decoration: none;
}
body, td, th {
	color: #000000;
	list-style-type: none;
	list-style-image: none;
}
.inColumn {
	margin:auto;
	width:740px;
	text-align:center;
}
.sidebar {
	float:left;
	width:198px;
	text-align:center;
}
.mainContent {
	/*padding-top:15px;*/
	float:right;
	width:542px;
}
#top {
	background:url(/images/top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:80px;
	border:thin;
	border-bottom-style:solid;
	border-bottom-color:#006600;
}
#title {
	background-color:#006600;
	font-size: 36px;
	font-weight: bold;
}
#container {
	background:url(/images/sidebar.png);
	background-position:left;
	background-repeat:repeat-y;
}
#mainContent {
}
#sidebar {
	background-color:#006600;
}
#bottom {
	background-repeat:no-repeat;
	background-image:url(/images/bottom.png);
	min-height:80px;
	border:thin;
	border-top-style:solid;
	border-top-color:#006600;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	/*width:198px;
	margin-right:542px;
	background-color:#006600;*/
	clear:both;
}

