body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
margin: 40px 0 60px 40px;
}

#wrapper  {
width: 500px;

}

#navcontainer {
padding-bottom: 15px;
}


#navcontainer ul {
padding-left: 0;
margin-left: 0;
}

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
text-indent: 0;
}

#navcontainer a
{

}

#navcontainer li#active {  }
#navcontainer a:hover {  }


#twocols  {
width: 500px;
height: auto;
}

#col1  {
width: 230px;
margin-right: 20px;
position: relative;
float: left;
}

#col2 {
width: 250px;
position: relative;
float: left;

}

img {
border: 0;
}

h2 {

display: block;
border: 0;
margin-top: 50px;

}

.chunk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #666666;
	padding: 10px;
	background-color: #dfdaca;
	border: 0;
	background: url(/images/chunkbg.gif);
		}
		
.chunk ul {
margin: 0;
padding-left: 0;
list-style-type: none;
		}
		
		.chunk ul li {
 background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0.1em;
padding-left: 1em;
padding-bottom: 5px;

}
		
p {
	padding: 0 0 5px 0;
	margin: 0;
line-height: 1.5em;
 		}

	
	a:link {
	color: #726745;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #726745;
}
a:hover {
	text-decoration: none;
	color: #726745;
}
a:active {
	text-decoration: underline;
	color: #726745;
}
.button {
	color: #666;
	background-color: #cob89a;
border: 0;
font-size: 12px;
height: 21px;
padding: 3px;
}
