/*
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: url(images/body_bg.png) repeat;
}

a:link {text-decoration: underline; color: #FFFFFF}
a:visited {color: #CCCCCC;}
a:hover {text-decoration: underline; color: #FFFFFF;
font-weight:bold;}
a:active {color: red;text-decoration: none}


/* Header */

#header {
	width: 900px;
	height: 211px;
	margin: 0 auto;
	background: url(images/header.jpg);
}


/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: #000000;
}



/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #000000;
}

#colOne {
	float: left;
	width: 280px;
	padding: 20px 10px 0 10px;
}

#content #colOne p {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #FFFFFF;
	font-style: italic;
}

#colTwo {
	float: left;
	width: 400px;
	padding: 20px 10px 0 10px;
}

#content #colTwo p {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #FFFFFF;
	font-style: italic;
}

#colThree {
	float: right;
	width: 110px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000000;
	font-size: small;	
}

#footer p {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
}
