/* 
	sequoiamedley.com CSS
	
	Creator: Matt Kircher
	Created: 4.24.06
	Modified: 
	
*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
}

a:link,
a:active{
	color:#666666;
	text-decoration:none;
}

a:visited{
	text-decoration: none;
	color: #99CCCC;
}
a:hover{
	text-decoration: underline;
	color: #33CCCC;
}

img{
	border:none;
}

hr{
	border:0px;
	height:1px;
	color:#293445;
	background-color:#293445;
}

#wrap-construction{
	margin:auto;
	width:436px;
	text-align:center;
	padding-top:100px;
}
#wrap{
	margin:auto;
	width:750px;
	text-align:left;
}
#header{
	
}
#header h1{
	display:none;
	visibility:hidden;
}
#main-nav{

}
#content{

}
#footer{

}
#copyright{
	font-size:8px;
}
#gutter{

}
.indented {text-indent:20px;}