/* fletcherwilson.com screen stylesheet */

body,  html{
	background: #000;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma, Arial;
	font-size:10px;
	color:#FFF;
}

a{
	color:#FFF;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

h3{
	margin-top:0px;
}

#alternateContent{
	width: 400px;
	margin: 30px;
	padding-bottom:30px;
}

ul#sitenav{
	list-style-image: url(../images/bullet.gif);
	margin:0;
	padding:0;
	margin-bottom:30px;
}

ul#sitenav ul{
	padding:15px;
}

#copy li{
	margin-left:13px;
}