/*	Color Scheme Designer
	Tetrad
	Hue: 152
	Angle: 67
	Medium Dark preset
	
	Green:	82b624 rgb(130,182,36)
	Pink:	AC226B rgb(172,34,107)
	Blue:	22779C rgb(34,119,156)
	Brown:	673600 rgb(103,54,0)
*/
body {
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(images/HeaderBackground.png);
	background-color: #82b624;
}
#container {
	font-size: 1em;
	height: 100%;
	margin-top: 0px;
	background-color: #82b624;
	min-height: 640px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#header {
	height: 100px;
	background-color: white;
}
.logo {
	display: block;
	left: 15px;
	bottom: auto;
	top: 15px;
	position: relative;
	height: 71px;
	width: 267px;
	background-image: url(images/CindyLogo.png);
	text-indent: -9999px;
	float: left;
}
#contact {
	text-align: right;
	line-height: 1.30;
	top: 15px;
	font-size: 0.9em;
	right: 20px;
	position: relative;
	float: right;
}
#contact li a {
	text-decoration: none;
	color: #22779C;
	
}
#contact li a:hover {
	text-decoration: underline;
}

#contact li a:visited {
	color: #AC226B;
}
#navbar {
	float: right;
	position: relative;
	height: 29px;
	width: 459px;
	right: 15px;
	bottom: 5px;
}
#navbar li {
	display: inline;
}
#navbar li a {
	position: absolute;
	display: block;
	height: 29px;
	background: url(images/NavbarSprite.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
li#nav_gallery a {
	background-position: 0px 0px;
	width: 72px;
	left: 0px;
}
li#nav_details a {
	background-position: -72px 0px;
	width: 71px;
	left: 72px;
}
li#nav_investment a {
	background-position: -143px 0px;
	width: 93px;
	left: 143px;
}
li#nav_proofs a {
	background-position: -236px 0px;
	width: 77px;
	left: 236px;
}
li#nav_about a {
	background-position: -313px 0px;
	width: 67px;
	left: 313px;
}
li#nav_contact a {
	background-position: -380px 0px;
	width: 79px;
	left: 380px;
}
li#nav_gallery a:hover {
	background-position: 0px -62px;
}
li#nav_details a:hover {
	background-position: -72px -62px;
}
li#nav_investment a:hover {
	background-position: -143px -62px;
}
li#nav_proofs a:hover {
	background-position: -236px -62px;
}
li#nav_about a:hover {
	background-position: -313px -62px;
}
li#nav_contact a:hover {
	background-position: -380px -62px;
}
#body_gallery li#nav_gallery a {
background-position: 0px -31px;
}
#body_details li#nav_details a {
background-position: -72px -31px;
}
#body_investment li#nav_investment a {
background-position: -143px -31px;
}
#body_proofs li#nav_proofs a {
background-position: -236px -31px;
}
#body_about li#nav_about a {
background-position: -313px -31px;
}
#body_contact li#nav_contact a {
background-position: -380px -31px;
}
#slideshow {
	top: 50px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-color: white;
	border-style: solid;
	height: 600px;
	width: 600px;
}
#footer {
	padding-top: 30px;
	color: #3f3f3f;
	text-align: center;
	font-size: 0.8em;
}

