body {
	background: #efebe4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
}

/* waaaay top menu */

#ProjectsMenu {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/menubar/PP-menu-back.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}

#ProjectsMenu ul {
	margin: 0;
	padding: 0;
	width: 520px;
	height: 30px;
}

#ProjectsMenu ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#ProjectsMenu li a {}

/* end of waaaay top menu */

div#contact {
position:fixed;
top:200px;
right:0;
} 

#GodBox {
	margin: 0 auto;
}

#header {
/*	padding: 10px 0 0 0; */
	padding: 50px 0 0 0;
	height: 250px;
	width: 925px;
	margin: 0 auto;
	border-bottom: 3px solid #6A6A6A;
}


#header img {
	float: center;
}

#header ul {
	float: left;
	margin: 0;
	padding: 0;
}

#header li {
	list-style-type: none;
	text-align: left;
	margin: 0;
	
}

#header ul li a {
	color: #333;
	text-decoration: none;
}

#content {
	font-family: Georgia, Garamond, serif;
	width: 925px;
	height: 1850px;
	margin: 0 auto;
	padding: 0;	
}

#sections {
	width: 925px;
}

.one, .two, .info, .four {
	border-bottom: 3px solid #6A6A6A;
	height: 250px;
}

.three {
	height: 490px;
}

.four {
	height: 800px;
}

.one h3{
	padding-top: 75px;
}

.two h3 {
	padding-top: 15px;
}

.two {
	height: 325px;
}

#further .info {
	margin-top: 50px;
}

#exampleProjects ul {

}

#further p {
	color: #6A6A6A;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
	margin-left: 216px;
	width: 515px;
}

#further p span {
	font-size: 14px;
}

#further a {
	color: #6A6A6A;
	text-decoration: underline;
}

#further h3 {
	color: #6A6A6A;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

#further h3 span {
	color: #36C6C7;
}


#sections h3 {
	color: #6A6A6A;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

#sections h3 span {
	color: #36C6C7;
}

#sections p {
	color: #6A6A6A;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
	margin-left: 216px;
	width: 500px;
}

#sections ul {
	margin: 0 0 0 209px;
	padding: 0;
}

#sections li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#sections img {
	float: center;
}
.exampleProjects_container {
	overflow-x: hidden; 
	overflow-y: hidden; 
	position: relative; 
	width: 820px; 
	height: 701px;
	margin-left: 65px;
}	

.slider_prev {position: absolute; left: 0;}

.slider_next {position: absolute; left: 735px;} 

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider { 
	width:820px;
	height:636px;
	overflow:hidden; 
	}
	
#slider li{ 
	width:820px;
	height:601px;
	overflow:hidden; 
	}

span#prevBtn, span#nextBtn {
    cursor: pointer;
    display: block;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 600px;
    width: 80px;
}
		
span#prevBtn{
/*	background-image: url("/images/hand-left.png"); */
/*	background-repeat: no-repeat; */
	background-position: left bottom;
    float: left;
    left: 0;
    width: 230px;
	color: #666;
}

span#prevBtn a {
	color: #666;
}

span#nextBtn{
/*	background: url("/images/hand-right.png"); */
/*	background-repeat: no-repeat; */
	background-position: right bottom;
    float: right;
    right: 0;
    width: 202px;
    color: #666;
}

span#nextBtn a {
	color: #666;
}


#controls {
	margin-left: 55px;
}

#controls li {
	padding: 5px;
}

.footer {
	letter-spacing: 3px;
	font-size: 10px;
	line-height: 12px;
}

/* time form page */

#theForm {
	height: 600px;
	background-color: #efebe4;
	padding: 10px;}

.ss-base-body {
	background-color: #efebe4;
}

