/*
Design based on an original by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
---
Modifications and redesign by Spinthiras.com
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
	color: #666666;
}

p, ul, ol, blockquote {
	margin-top: 0;
}



a:link, a:visited {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	/* background: url(_images/spark_on_white.jpg); */
	border-bottom: #FF8D00 medium;
	border-bottom-style:solid;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#header h1 {
	float: left;
	padding: 15px 0 0 400px;
	font-size: 2em;
	color: #999999;
}

#header h2 {
	float: left;
	padding: 0 0 0 400px;
	font-size: 1em;
	color: #999999;
}

/* Menu Main*/

#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: #666666;
}

#menu a:hover {
	/* background: url(_images/img4.gif); */
	font-weight:bold;
	color: #FF8D00;
}

#menu .active {
	/* background: url(_images/img4.gif); */
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-weight:bold;
	color: #FF8D00;
}

/* Menu Bottom*/

#menubot {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	/* background: #2E2E2E url(_images/img3.gif) */
}

#menubot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menubot li {
	display: inline;
}

#menubot a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #666666;
}

#menubot a:hover {
	/* background: url(_images/img4.gif); */
	font-weight:bold;
	color: #FF8D00;
}

#menubot .active {
	/* background: url(_images/img4.gif); */
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-weight:bold;
	color: #FF8D00;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	/* background: url(_images/img5.gif); */
}


#content .external {
	text-decoration: underline;
	color:#666666;
}


#content .smallertext {
	font-size: 0.8em; 
}


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

#colTwo {
	float: left;
	width: 310px;
	padding: 20px 40px 10px 40px;
	border-left: #999999 thin;
	border-left-style:solid;
	border-right: #999999 thin;
	border-right-style:solid;
}

#colThree {
	float: left;
	width: 120px;
	padding: 0px 20px 10px 10px;
}

/* Footer */

#footer {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 10px 20px;
	/* background: url(_images/img6.gif) repeat-x; */
	font-size: smaller;
	border-top: #FF8D00 medium;
	border-top-style:solid;
}

#footer * {
	color: #666666;
}

/* BottomAds */

#botads {
	width: 700px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	font-size: smaller;
	border-top: #CCCCCC thin;
	border-top-style:solid;
}

#botads * {
	float:right;
	color: #FFFFFF;
	text-align: center;
}
