/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-size:100%;
}

body {
	margin-top: 0px;
	background: #000 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1,  h3 {
	
	text-transform: uppercase;

}

h1 { font-size: 2.0em; margin:0;}
h2 { font-size: 1.1em; margin:0; padding:0;}
h3 { font-size: 1.2em; font-weight:bolder; margin-bottom:10px;margin-top:5px;}

p, blockquote, ul, ol {
	margin-bottom: 0.8em;
	
	line-height: 1.8em;
	font-size:0.9em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color:#CCCCCC;
}

img{border:0;}

img.center { border:1px solid #666; padding:5px; margin-left:100px;}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border:1px solid #666;
}

img.right {
	float: right;
	padding:5px;
	margin: 0 15px 0 15px;
	border:1px solid #666;
}



.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: #000 url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	border-bottom:1px #333 solid;
	padding:10px;
}

#logo h1 {
	padding:0;
	margin: 0;
	color:#333;
}

#logo h2 {
padding:0;
	margin: 0;
	color:#999999;

}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 10px;
	background: #fff ;
	min-height:400px;

}

#welcome {
	padding-bottom: 20px;
	text-align:left;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

.msg{display:block;width:470px;height:auto;background:#FFFFCC;border:2px dashed #333;padding:5px;font-size:1em}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 10px;
	background:#fff;


}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar img{margin:10px 0;}

/* Menu */

#menu {
	margin-bottom: 19px;
	background:#eee;

}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 145px;
	padding: 5px 0px 5px 25px;
	text-transform: uppercase;
	background: url(images/img08b.gif) no-repeat 8px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: 100;
}

#menu a:hover {
	background: #0A0A0A url(images/img08.gif) no-repeat 8px 50%;
}
#menu a.actual{
font-weight:bold;
} 
/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background:#333;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}

#footer a {
	color:#CCCCCC;
}









