<style type="text/css">


	a {font-family: Helvetica, sans-serif;font-size:10px; cursor: auto}
	a:link {color:black;text-decoration:none }
	a:visited {color:black;text-decoration:none;}
	a:hover {text-decoration:none; background:black; color:white;}
	a:active {color:black;text-decoration:none;}
	a img {background: none; border:0;}




#home
{
  display: block;
  width: 162px;
  height: 90px;
  background: url("images/home.gif") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -90px;
}

#home span
{
  display: none;
}



#homebutton
{
  display: block;
  width: 121px;
  height: 78px;
  background: url("images/home2.gif") no-repeat 0 0;

}

#homebutton:hover
{ 
  background-position: 0 -78px;
}

#hoembutton span
{
  display: none;
}




#blog
{
  display: block;
  width: 121px;
  height: 76px;
  background: url("images/blog.gif") no-repeat 0 0;

}

#blog:hover
{ 
  background-position: 0 -76px;
}

#blog span
{
  display: none;
}






#about
{
  display: block;
  width: 121px;
  height: 78px;
  background: url("images/about.gif") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -78px;
}

#about span
{
  display: none;
}






#whatwedo
{
  display: block;
  width: 121px;
  height: 76px;
  background: url("images/whatwedo.gif") no-repeat 0 0;

}

#whatwedo:hover
{ 
  background-position: 0 -76px;
}

#whatwedo span
{
  display: none;
}










body{
width:1000px;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}


#menu{
position: absolute;
top: 40px;
bottom: 0; 
left: 20px;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: white;
}

#maincontent{
position: fixed;
top: 0px; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
border-left:40px solid white;
overflow: auto; 
background: white;
}

#header{
width:800px;
height:120px;
margin-top:20px;
background:url("images/header.jpg");
background-repeat: no-repeat;
float:left
}

#blogheader {
width:800px;
height:50px;
margin-top:20px;
font-family:Helvetica, sans-serif;font-size:14px; color:black; font-weight:bold;line-height:17px;
float:left;
}

#newsframe{
width:700px;
height:auto;
margin-top:40px;
background:;
overflow:hide;
float:left;
}




#newsbox{
	width:700px;
	height:auto;
	padding: 0px 0px 30px 0px;
border-bottom:1px dotted gray;
	font-family:Helvetica, sans-serif;font-size:14px; color:black;line-height:20px;
	float:left;
}

#footer{
	width:700px;
	height:80px;
	padding: 30px 0px 0px 0px;
        border-top:0px solid gray;
        text-align:right;
	font-family:Helvetica, sans-serif;font-size:12px; color:black;line-height:17px;
	float:left;
}


#aboutframe {
width:800px;
height:auto;
margin-top:40px;
background:;
font-family:Helvetica, sans-serif;font-size:14px; color:black;line-height:20px;
float:left;
}

#box2 {
width:400px;
height:800px;
background:;
height:auto;
float:left;
}


#aboutpic {
width:400px;
height:743px;
margin-top:0px;
background:url("http://www.outside-in.info/aboutpicture.jpg");
float:left;
}



#whatwedoframe{
width:800px;
height:auto;
margin-top:40px;
background:;
font-family:Helvetica, sans-serif;font-size:14px; color:black;line-height:20px;
float:left;
}

#box1 {
width:800px;
height:auto;
border-top:30px solid white;
border-bottom:20px solid white;
background:;
float:left;
}

#boxleft {
width:400px;
height:auto;
background:;
float:left;
}

#canvaspic {
width:350px;
height:263px;
margin-left:50px;
margin-top:0px;
background:url("http://www.outside-in.info/canvasgirl.jpg");
float:left;
}


#clothingpic {
width:350px;
height:309px;
margin-left:50px;
margin-top:0px;
background:url("http://www.outside-in.info/clothing1.jpg");
float:left;
}

#muralpic {
width:350px;
height:500px;
margin-left:50px;
margin-top:0px;
background:url("http://www.outside-in.info/mural1.jpg");
float:left;
}



.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertube2{
margin-top: 65px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}




* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}



.title {font-family:Helvetica, sans-serif;font-size:15px; color:black; font-weight:bold;}
.title2 {font-family:Helvetica, sans-serif;font-size:15px; color:black; font-weight:bold;}
.mail {font-family:Helvetica, sans-serif;font-size:12px; color:black;line-height:17px; font-weight:bold;}
.bigtext {font-family:Helvetica, sans-serif;font-size:14px; font-weight:bold;  color:black;line-height:20px;}
</style>
