body {
	margin: 0px;
	padding: 0;
	background-color:#FFFFFF;
	position: relative;
	width: 80%;
	height: 90%;
	font-family: verdana;
	font-size: 0.9em;
	color:#666666;
}

#banner {
	position: absolute;
	left: 110px;
	background-image:url(images/banner.gif);
	width: 520px;
	height: 78px;
	border: none;
}

#me {
	position: absolute;
	left: 10px;
	background-image:url(images/bryan_suit.gif);
	width: 98px;
	height: 295px;
	border: none;
}

#content {
	position: absolute;
	left: 110px;
	top: 90px;
	padding: 5px;
	margin: 5px;
}

.scale {
	margin-left: 50px;
}

#contact {
	position: absolute;
	top: 10px;
	left: 700px;
}

#main {
	position: absolute;
	top: 130px;
	left: 115px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 55px;
	
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:hover, a:active {
	color:#990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#990000;
}

a:visited {
	color:#993300;
	text-decoration: none;
}

.mainlink{
	font-size: 1.2em;
}

.sublink {
	font-size: 0.7em;
	line-height: 20px;
}

.sublinkactive {
	font-size: 0.9em;
}

li {
	line-height: 16px;
	list-style-image:url(images/list.gif);
}	
	
#footer { 
	position: relative;
	top: 700px;
	margin-left: 20px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	width: 695px;
	height:15px;
}
	
