/* MAIN HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #858b98;
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #576582;
	color: #576582;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #3c517c;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #3c517c;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #576582;
	font: normal 20px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #3c517c;
	font: normal 18px Verdana, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #576582;
	letter-spacing: 1px;
}

a {
	color: #8a96b0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a9a9a9;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	background: #fff url('images/background.jpg');
	color: #000;
	text-align: left;
	margin: 0 auto;
}

/* MAIN IMAGE AREA SETTINGS */

.header {
	background-image: url('images/header.jpg');
	color: #000;
	height: 220px;
	width: 750px;
}

.global {
	color: #000;
	text-align: right;
	padding: 15px 20px 0 0;
}

.sitename {
	font: normal 26px "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
	padding-left: 400px;
	margin-top: 50px;
}

.sitename p {padding: 0; margin: 0 0 15px;}

span.long {
	color: #3c517c;
	font-size: 38px;
	letter-spacing: 5px;
}

span.slogan {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3c517c;
	letter-spacing: 3px;
}

/* CONTENT AREA SETTINGS */

.content {
	width: 470px;
	float: right;
	padding: 0px 20px 20px 10px;
	text-align: justify;
}

.catalog {
	width: 215px;
	padding: 10px;
	float: left;
	text-align: left; 
}

.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.clear {
	clear: both;
}

/* SIDEBAR AREA SETTINGS */

.sidebar {
	float: left;
	width: 210px;
	padding: 10px 10px 20px 30px;
	font-size: 90%;
}

.sidebar a {
	color: #000;
}

.sidebar a:hover {
	color: #3c517c;
}

/* NAVIGATION LINK SETTINGS */

.navigation {
	line-height: 18px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.navigation a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px;
	width: 90%;
}

.navigation a:hover {
	color: #fff;
	background-color: #8a96b0;
	text-decoration: none;
}

/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background-image: url(images/footer.jpg);
	color: #000;
	font-size: 85%;
	text-align: right;
	line-height: 20px;
	height: 70px;
	padding: 20px 20px 0 0;
}

.footer p {
	margin: 0; padding: 0;
}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 3px double #c0c0c0;
	margin: 0 15px 2px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 0 0 2px 15px;
	float: right;
}