﻿body {
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;
	background-color: #4D4D4D;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}
#header {
	width: 900px;
	position: relative;
}
#nav {
	width: 890px;
	position: relative;
	padding-left: 10px;
}
#content {
	width: 900px;
	position: relative;
	padding: 10px;
}
#footer {
	position: relative;
	width: 900px;
}
h1 {
	color: #809BB3;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.style1 {
	font-size: medium;
}
a:link  {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}
a:visited {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #76A5CF; 
	text-decoration: underline; 
	font-weight: bold;
}
a:active {
	color: #76A5CF; 
	text-decoration: none; 
	font-weight: bold;
}
.newStyle1 {
	float: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000080;
	font-weight: bold;
}
.newStyle1 {
	float: right;
}
.newStyle1 {
	float: right;
}
.style2 {
	border-width: 0px;
}
.newStyle1 {
	float: right;
}
.newStyle2 {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding: 5px;
}


