
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 2em;
	line-height: 1.6em;
}

a {color: Blue; text-decoration: none; font-weight:bold;}
a:hover{color:Red; text-decoration: underline;}
a.visited {color: Blue; text-decoration: none;}


/* Logo */

#logo {
	width: 600px;
	height: 110px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: #966C8D url(images/logo.png) no-repeat bottom;
	float:left;
	border-bottom:10px solid #966C8D;
}

/* Menu */

#topmenu {
	width: 600px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#topmenu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: 8pt;
	font-weight: bold;
	color:Silver;
}

#topmenu a:hover, #topmenu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */

#wrapper {
	clear: both;
	width:1000px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y;
}

/* Column One */

#col-one {
	float: left;
	width: 200px;
	padding-top: 10px;
}

/* Column Two */

#col-two {
	float: right;
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
}

/* Column Three */

#col-three {
	float: left;	
	width: 600px;
	margin-left: 10px;
	padding-top: 0px;
	text-align:justify;
}

/* Footer */

#footer 
{
	background-color:#ffffff;
	font-size: x-small; color:#a0a0a0;
	margin-top: 20px;
}

