/* Stylesheet that controls the homepage as well as main */
/* template for entire site - developed by Cameron Todd */
/* Last Updated April 12, 2006 */

body {
	background-color: #89B8F0;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C61315;
}

a:hover{
	color: #000099;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#spacer {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #89B8F0;
	height: 20px;
}

#banner {
	position: relative;
	width: 600px;
	margin: 0px;
	padding: 0px;
	height: 125px;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

#wrap {
	background-color: #FFFFFF;
	border-right: 2px solid #000099;
	border-left: 2px solid #000099;
	width: 596px;
	margin: 0px;
	padding: 0px;
}

#topnav{
	font-size: 15px;
	position: relative;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#search {
	position: absolute;
	top: -4px;
	left: 298px;
	width: 300px;
	text-align: right;
	padding-top: 12px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	position: relative;
	color: #C61315;
	padding-left:10px;
	padding-top: 15px;
}

#portfolio {
	position:relative;
	top: 25px;
	left: 40px;	
	width: 250px;
	z-index: 100;
}

#background {
	z-index: 10;
	width: 260px;
	height: 307px;
	left: 255px;
	margin: 0px;
	position: absolute;
	top: -20px;
}

#portfoliobutton {
	position: relative;
	font-size: 3em;
	width: 250px;
	left: 0px;
}

#resume {
	position: relative;
	font-size: 3em;
	top: 25px;
	left: 40px;
	width: 250px;	
	z-index: 100;
}

#contact {
	position: relative;
	font-size: 3em;
	top: 25px;
	left: 40px;
	width: 200px;
	z-index: 100;
}

#content {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 516px;
	margin: 15px 40px 0px 40px;
}

#contentspacer {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	height: 55px;
	z-index: 0;
}

#footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding-top: 0px;
	top: 20px;
	z-index: 102;
}

#privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 596px;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: -2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
	z-index: 103;
}

#bottomspacer {
	position: relative;
	background-color: #89B8F0;
	width: 600px;
	height: 50px;
	margin-top: 30px;
	padding: 0px;
	top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
	
}
