/* Reset */

* {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0;
  border: 0;
}



/* General Elements */

body {
	background: #AAA;
	padding: 40px;
}

#container {
	background: #FFF;
	border: 1px #888 solid;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #4578B1;
}

h1 {
	font-family: Lucida Grande;
	color: #4578B1;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 16px;
	margin-bottom: 13px;
}

h2 {
	font-family: Lucida Grande;
	color: #4578B1;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 12px;
	margin-bottom: 13px;
}

.center {
	margin-right: auto;
	margin-left: auto;
	width: 425px;
}


/* Header */

#banner {
	background: #000 url('images/banner.jpg');
	width: 900px;
	height: 160px;
}

#banner p {
	font-size: 36px;
	color: #;
}

#nav {
	font-family: Sans-Serif;
	background: #777 url('images/nav.gif') repeat-x;
	border-bottom: 3px #A7E333 solid;
	text-align: right;
	font-size: 13px;
	padding: 3px;
	width: 894px;
	height: 18px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #A7E333;
}

#nav li {
	display: inline;
	list-style: none;
	margin-right: 30px;
}

/* Content1 */

#content1 {
	font-size: 12px;
	padding: 15px 50px;
}

#content1 p {
	margin-bottom: 13px;
}

/* Content */

#content {
	font-size: 12px;
	padding: 15px 50px;
	width: 65%;
}

#content p {
	margin-bottom: 13px;
}
div.img
{
 margin: 2px;
 border: 0px solid #000066;
 height: auto;
 width: auto;
 float: left;
 text-align: center;
}
div.img img
{
 display: inline;
 margin: 3px;
 border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #000066;}
div.desc
{
 text-align: center;
 font-weight: normal;
 width: 120px;
 margin: 2px;
} 

p.list {
	margin-left: 50px;
}

#quote {
	font-size: 11px;
	margin: 0 auto 13px auto;
	width: 270px;
}

#quote a {
	color: #333;
	text-decoration: none;
}

#quote a:hover {
	color: #4578B1;
}

#quote p {
	background: #EEE;
	border: 1px #CCC solid;
	text-align: center;
	height: 20px;
	width: 260px;
	margin: 5px;
}

/* rightbar */
#rightbar {
	float: right;
	font-family: Sans-Serif;
	font-size: 13px;
	background: #EEE;
	text-align: center;
	border: 20px #FFFFFF solid;
	width: 25%;
	padding: 10px 10px;			
}


/* Footer */

#footer {
	background: #DDD;
	border-top: 1px #CCC solid;
	font-size: 10px;
	color: #666;
	padding: 2px 15px;
	height: 12.5px;
}

#footer a {
	color: #A7E333;
	text-decoration: none;
}

#footer a:hover {
	color: #4578B1;
}

#contact {
	float: right;
	width: 245px;
}

#copy {
	float: left;
	width: 265px;
}