/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Timetale www.timetale.com.au
*/

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 10px 0;
	background: #FFFFFF;
	font-family: arial bold;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 1em;
}


a {
	border-bottom: 1px;
	text-decoration: none;
	color: #666666;
}

a:hover {
	border: none;
	color: #FF0000;
}

/* Header */

#header {
	width: 1024px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-x;
}

#logo {
	float: left;
	height: 50px;
	}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: none;
	letter-spacing: -1px;
}

#logo h1 {
	padding: 5px 0 0 5px;
}

#logo h2 {
	padding: 10px 0 0 10px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #000000;
}

#menu {
	float: right;
	height: 40px;
	}

#menu ul {
	margin: 0;
	padding: 0px 10px 10px 10px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 10px 0 30px;
		border: none;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 395px;
	padding: 0 0 0 20px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar h2 {
	float: left;
	padding-left: 1px;
	padding-right: 0px;
	letter-spacing: -1px;
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	width: 180px;
	height: 40px;
}

#sidebar1 h2 {
	height: 40px;
	padding: 0px 0 0 0px;
	background: url(images/img09.gif) no-repeat;
}

/* Sidebar2 */

#sidebar2 {
   	float: left;
	width: 300px;
	padding: 0 0 0 20px;
}

/* Footer */

#footer {
	
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px 20px;
	font-size: smaller;
}

#footer .legal {
	float: left;
	height: 40px;
	}

#footer .credit {
	float: right;
	height: 40px;
	}