/*
alanstreicher.com style sheet
*/

body {
	background-color: #F6F4F4;
	font-family: Courier New;
	font-size: 9pt;
	color: #646464;
	margin: 0px;
}

#header {
	position: absolute;
	top: 80px;
	left: 45px;
	margin: 0px;
}

#navigation {
	position: absolute;
	top: 200px;
	left: 45px;
	width: 100px;
	margin: 0px;
}

#content {
	position: absolute;
	top: 80px;
	left: 300px;
	margin: 0px;
	padding-right: 75px;
}
#textcontent {
	position: absolute;
	top: 120px;
	left: 300px;
	margin: 0px;
	padding-right: 75px;
}

a       { text-decoration: underline; color: #646464; }
a:hover { text-decoration: none; }

a.about       { color: #CAC9C9; text-decoration: none; }
a.about:hover { color: #646464; }

a.nav       { color: #CAC9C9; text-decoration: none; line-height: 2.5em; }
a.nav:hover { color: #646464; }

a.navselected       { color: #646464; text-decoration: none; line-height: 2.5em; }
a.navselected:hover { color: #646464; }

div.sequence {
	float: left;
	padding-right: 75px;
	color: #CAC9C9;
}

div.about {
	float: left;
	padding-top: 525px;
	white-space: nowrap;
}

