@charset "utf-8";
* {margin: 0; padding:0;}
#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 5px;
	color: #FFF;
}
#nav {
	float: right;
	height: 33px;
	width: 800px;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 22px;
}
#nav ul li  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5E1E3F;
	list-style-type: none;
	display: inline;
	padding-top: 22px;
	padding-bottom: 16px;
	text-align: center;
	padding-left: 22px;
	padding-right: 20px;
	margin: 0px;
}
#nav ul .first {
	border: none;
}
#wrapper #nav ul a {
	text-decoration: none;
}
#content {
	padding: 10px;
	float: left;
	width: 780px;
	border: 1px solid #5E1E3F;
	text-align: justify;
}
#footer {
	background-color: #481E44;
	text-align: center;
	clear: both;
	height: 60px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
h1 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	padding-bottom: 3px;
	margin-bottom: 30px;
}
#content .right {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header {
	float: left;
	height: 200px;
	width: 800px;
}
body {
	background-image: url(images/isaebg.jpg);
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
}
#testimonial {
	float: left;
	width: 380px;
	border: 4px double #FFF;
	padding: 5px;
	background-color: #481E44;
}
