﻿body {
	background-image: url('gradient1.jpg');
	background-repeat: repeat-x;
	background-color: #EBF8FF;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	width: 900px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
}
#navigation {
	width: 900px;
	position: relative;
}
#left_content {
	padding-top: 10px;
	position: relative;
	width: 900px;
	float: left;
}

#footer {
	padding-top: 10px;
	clear: both;
	width: 900px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #48493F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.style1 {
	margin-left: 3px;
	margin-right: 3px;
}
.style2 {
	margin-bottom: 0px;
}
.style3 {
	margin: 4px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #3399FF;
}
.img_right {
	float: right;
}
a:link  {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #ddaf9c; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}
.style4 {
	border-style: solid;
	border-width: 0;
	float: right;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #48493F;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #48493F;
}

