﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #666767 url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3, {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 150%;
}
p {
}
blockquote {
	font-style: italic;
}
ul {
}
ol {
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}
table {
	border:thin white solid;
	border-collapse:collapse;
	table-layout:auto;
}

table.tr {
	border:thin white solid;
	
}

table-td {
	border:thin white solid;
}

/* Header */
#header {
	width: 930px;
	height: 172px;
	margin: 0 auto;
	background: url(images/banner3.png) no-repeat;
}
#header h1 {
	padding: 110px 0 0 50px;
}
#header h2 {
	padding: 0 0 0 50px;
}
#header a {
	text-decoration: none;
}
/* Page */
#page {
	width: 892px;
	margin: 0 auto;
	background: #666767 url(images/img03.jpg);
}
/* Content */
#content {
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 560px;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 292px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}
#sidebar li ul {
	line-height: 2em;
}
#sidebar li li {
	margin: 0;
	padding: 0;
}
#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}
#sidebar a {
	border: none;
}
/* Footer */
#footer {
	clear: both;
	width: 930px;
	height: 80px;
	margin: 0 auto;
	padding-top: 30px;
	background: #130D0F url(images/alumine2.png
	);
	color: #666767;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}
#footer a {
	color: #666767;
}

