/* Eyeball */


body {
		margin: 40px 40px 40px 40px;
		background: #3c352d url(tile.gif); 
		align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 11px;
		}
	
	a {
		color: #ffffff;
		text-decoration: none;
		}
		
	p,h1,h2,pre {
		margin:0px 0px 0px 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:15px;
		padding-bottom:5px;
		padding-left:0px;
		color: #2e2e2e;
		}
		
	h2 {
		font-size:20px;
		padding-top:18px;
		padding-bottom:0px;
		padding-left:10px;
		color: #ffffff;
		}

	h3 {
		font-size:30px;
		padding-top:5px;
		color: #2a271e;
		}

	p {
		font-size:14px;
		line-height: 15px;
		padding-top:0px;
		padding-left:10px;
		padding-right:10px;
		color: #e5dfd7;
		}

	p2 {
		font-size:12px;
		color: #2a271e;
		}
	

	ul {
		list-style:none;
		font-size:10px;
		padding: 0px 0px 0px 0px;}
		color: #2a271e;
		}

	li {
		list-style:none;
		font-size:10px;
		padding: 10px 10px 10px 10px;}
		color: #2a271e;
		}

	hr {
		border: 0;
		padding-right:1000px;
		width: 100%;
                color: #867662;
                background-color: #867662;
                height: 1px;
		}




	a:hover { text-decoration: none; color: #877763; }
	a:link IMG { border: 0px solid white }
	a:active IMG { border: 0px solid white }
	a:visited IMG { border: 0px solid white }
	a:hover IMG { border: 0px solid black }






/* specific divs */


#all {
	background:none;
	position: 		absolute;
	padding: 		0;
	width:			640px;
	max-width: 		640px;
	height: 		100%;
	top: 			30px;
	left: 			50%;
	margin-left: 		-321px;
	margin-top: 		15px;
}


#big {
	background:#3c352d;
	position: 		absolute;
	padding: 		0;
	width:			640px;
	max-width: 		640px;
	top: 			130px;
	left: 			0px;
	margin-left: 		opx;
	margin-top: 		0px;
	overflow:               none;
}


#logo {
	background: #50473b url() 	no-repeat top left;
	border-width:           0px 0px 0px 0px;
    	border-style:           solid;
    	border-color:           #474747;
	position: 	        absolute;
	right:                   0px;
	width:                  100%;
	height:                 80px;
	top:                    0px;
	overflow:               none; 
	
	}


#project {
	background: #867662 url(images/) 	no-repeat top left;
	border-width:           0px 0px 0px 0px;
    	border-style:           solid;
    	border-color:           #f2efdc;
	position: 	        absolute;
	right:                   0px;
	width:                  100%;
	height:                 40px;
	top:                    67px;
	overflow:               none; 
	}
	




	



