/* CSS Document */
/* #b6c734 green  #ab2638 red   #5e99b9 blue */

* img {
	border: 0;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}

body {
	padding: 0;
	margin: 0; 
	background-color: #b6c734;

}

#content {
	width: 800px;
	background-color: #b6c734;
	color: #000;
	font-size: 0.75em;
	font-family: "Tahoma", "Helvetica CY", "Helvetica Neue", "Arial", sans-serif;
	margin: auto;
}

#menu {
	width: 800px;
	height: 52px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#menunav {
	height: 21px;
	width: 684px;
	margin-left: 60px;
	padding-top: 10px;
}


#left {
	width: 330px;
	height: 548px;
	float: left;
	background-image: url("../images/left.jpg");
	background-repeat: no-repeat;
}

#subleft {
	width: 330px;
	height: 938px;
	float: left;
	background-image: url("../images/sub_left.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
}

#right {
	width: 470px;
	height: 548px;
	float: left;
	background-image: url("../images/right.jpg");
	background-repeat: no-repeat;
}

#subright {
	width: 470px;
	height: 1000px;
	float: left;
	background-image: url("../images/sub_right.jpg");
	background-repeat: no-repeat;
}


#right p{
	margin: 3px 25px 0px 30px;
	line-height: 1.45em;
	width: 300px;
}

#right h2{
	margin: 15px 0 15px 30px;
	line-height: 1.45em;
	width: 370px;
	font-size: 110%;
}


#right img.normal {
	float: left;
	margin: 0 10px 0 30px;
}

#subright img.normal {
	float: left;
	margin: 0 10px 0 90px;
}


p.credit {
	position: relative;
	top: 285px;
	left: 300px;
	font-size: 85%
}

#subright img {
	margin: 20px 0px 8px 20px;
}

#subright img.joey {
	float: left;
	margin: 0px 15px 0px 90px;
}

#subright p.joey {
	width: auto;
	margin: 0px 10px 0px 0px;
}

#subright h3.first {
	margin: 200px 0px 5px 90px;
	color:  #5e99b9;
}



#subright h3 {
	margin: 8px 0px 5px 90px;
	color:  #5e99b9;
}

#subleft h3 {
	margin: 8px 0 0 20px;
	color:  #5e99b9;
}


#subright p {
	margin: 5px 0px 0px 90px;
	line-height: 1.45em;
	width: 360px;
}

#subleft2 {
		border-right: 1px solid #b6c734;
}

#subleft2 img {
	margin: 10px 0 0 20px;
}

#subleft h3.first {
	margin: 525px 0px 5px 20px;
	color:  #5e99b9;
}


#subleft p{
	margin: 5px 0px 0px 20px;
	line-height: 1.45em;
	width: 305px;
}

#content a {
	color: #ab2638;
	text-decoration: none;
}

#content a:link {
	color: #ab2638;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#right ul{
 	list-style-type: none;
	padding: 0;
	margin: 0;
}

#right li{
	margin-left: 30px;
	margin-top: 5px;
}

#menunav ul {
 	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menunav li {
	float: left;
	background-image: url("../images/menuitem2.jpg");
	background-repeat: no-repeat;
	width: 114px;
	height: 21px;
}

#menunav a {
	height: 21px;
	line-height: 2em;
	width: 114px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#menunav a:link {
	text-decoration: none;
	color: #fff;
}

#menunav a:hover {
	background-image: url("../images/menuitem2.1.jpg");
	text-decoration: none;
}

#menunav a:visited {
	color: #fff;
}

p.bold {
	font-weight: bold;
}



