html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image:url(../img/bg.gif);
}

body {
text-align: center;
font-size: 12px;
color: #000000;
font-family:Tahoma;
}

p {
margin: 0 0 0 0;
padding: 0 0 0 0;
}



a img{
border: none;
}
a:link {
	color: #669933;
}
a:hover{
	color: #669933;
	text-decoration:underline;
}
a:visited {
	color: #669933;
}
a:active{
	color: #669933;
}


#container_outer{
margin-left: auto;
margin-right: auto;
width: 900px;
background-color: #fff;
}
#container_inner{
margin-left: auto;
margin-right: auto;
width: 800px;
background-color: #fff;
}

#header {
text-align: center;
width: 800px;
height: 73px;
}
#header_left{ 
float: left; 
width: 240px; 
height: 73px;
background-image:url(../img/logo.gif);
background-repeat: no-repeat;
background-position: top center;
}
#header_right{ 
float: right;
text-align: right 
}

img.headings{
padding-bottom: 10px;
}

#row {
overflow: visible;
}
	#row_top_bar{ 
	width: 800px;
	height: 6px;
	background-color: #bdd73c;
	}
	#row_projects_left{
	width: 300px;
	float: left;
	margin-top: 20px;
	}
		#row_projects_left_want116{
		width: 299px;
		height: 103px;
		background-image:url(../img/want_project116.gif);
		background-repeat: no-repeat;
		background-position: top center;
		}
	#row_projects_right{
	float: right;
	width: 470px;
	margin-top: 20px;
	text-align: left;
	}
		#indented_text { 
		width: 460px;
		float: right;
		}
		
	#shop_tout{
	width: 800px;
	height: 441px;
	background-image:url(../img/shop_tout.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}
		#shop_text{
		text-align: left;
		width: 355px;
		height: 61px;
		position:relative;
		top: 100px;
		left:25px;
		}
		#shop_row1{
		width: 380px;
		height: 166px;
		position: relative;
		left: 410px;
		bottom: 40px;
		}
		#shop_row2{
		width: 740px;
		height: 166px;
		position: relative;
		left: 45px;
		bottom: 20px;
		}
#footer_home{
width: 800px;
height: 30px;
text-align:right;
color: gray;
font-size: 10px;
}

