/*
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 {
	margin-top: 20px;
	background: #404040 url(images/img01.gif) repeat-x;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 {
	font-size: 2.8em;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

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

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

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

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.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: url(images/img09.gif) repeat-x;
}

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

/* Logo */

#logo {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner1.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}

#logo1 {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner2.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}
#logo2 {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner3.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}
#logo3 {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner4.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}
#logo4 {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner5.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}
#logo5 {
	width: 900px;
	height: 200px;
	background-color: #000000;
	background-image: url(banner6.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}




#logo h1 {
	float: left;
	width: 880px;
	text-align: left;
	letter-spacing: 5px;
	font-size: 18px;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: large;
}

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

/* Page */

#page {
	width: 900px;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}

/* Content */

#content {
	float: left;
	width: 610px;
	padding: 20px;
	background-color: #000;
	background-repeat: no-repeat;
}

#welcome {
	padding-bottom: 20px;
	color: #FFF;
}
.Stil1 {
	font-size: x-small;
	text-align: left;
}


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

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

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
}

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

/* Menu */

#menu {
	margin-bottom: 19px;
	color: #FFF;
}
/* Menu */

#box_right {
	margin-bottom: 19px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#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 {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	background-image: none;
	border: thin solid #FFF;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: small;
	color: #FFF;
	text-align: left;
}

#menu a:hover {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 900px;
	background: url(images/img05.gif) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

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

#footer a {
	color: #000000;
}
