#conash3D0 {height:0px; top:-1px;}
body {
	background-color: #f0f0f0;
	background-image: url('http://tylermcdonald.net/images/b07094.jpg');
	background-attachment: fixed;
	color: #000000;
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5 {
	font-style: italic;
	}

h1 {margin: 0;}

h2 {
	margin-top: 0;
	font-size: 1.25em;
	border-bottom: 1px dotted #000000;
	background-color: #ffff00;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}

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

p {
	margin-top: 0;
	}
	
span {
	background-color: #ffff00;
	padding: 3px 0;
	}

/* navigation styles */

#nav {
	background-color: #ffff00;
	width: 175px;
	padding: 10px;
	position: fixed;
	left: 25px;
	top: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	}
	
ul li {
	list-style-type: none;
	margin-left: -40px;
	text-align: right;
	font-size: 1em;
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
	}

li a:hover {
	text-decoration: none;
	}

ul li.hidden {
	display: none;
	}

ul li.hidden a:hover {
	text-transform: none;
	text-decoration: underline;
	}


/* content styles */

#content {
	position: absolute;
	left: 275px;
	top: 25px;
	margin-right: 25px;
	padding-bottom: 0px;
	}
	
#content2 {
	background-color: #ffff00;
	position: absolute;
	left: 275px;
	top: 25px;
	margin-right: 25px;
	padding-bottom: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#content a {
	text-decoration: underline;
	padding: 3px 0;
	}

#content a:hover {
	background-color: #ffff00;
	}