
#home {
	margin: 0;
	padding: 0;
	background: #d4fbfe url(images/sun1.jpg) no-repeat;
	text-align: center;
}

body {
	font-family: Verdana, Tahoma, Arial;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/sun2.jpg) no-repeat;
	text-align: center;
}

#wrapper {
	width: 660px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo {
	width: 660px;
	text-align: left;
	height: 203px;
	position: absolute;
	border: 0;
	margin: 0px;
	padding: 0px;
}

#links {
	width: 780px;
	text-align: left;
	height: 203px;
	position: absolute;
	border: 0;
	margin: 0px;
	margin-top: 100px;
	padding: 0px;
}


#projects {
	position: absolute;
	left: 220px;
	top: 0px;
	/*border: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	position: absolute;
	left: 256px;
	top: 120px;*/
	width: 110px;
	height: 35px;
}


#photo {
	padding-top: 134px;
	width: 660px;
}

#blurb {
	text-align: left;
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	width: 660px;
}

a {	text-decoration: none;
	color: #44bb00;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 22px;
	color: #ee3359;
	margin-top: 10px;
	margin-bottom: -15px;
}

h3 {
	font-size: 18px;
	font-weight: heavy;
	color: #6699ff;
	margin-top: 30px;
	margin-bottom: -5px;
}

h4 {
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	margin-top: 30px;
	margin-bottom: -5px;
}

ul li {
	font-weight: bold;
}

#indent {
	margin-left: 40px;
	margin-top: -20px;
}

#quote {
	color: #550033;
}

#footer {
	color: #888888;
	background: #ffffff;
	margin-top: 84px;
}

#footer p {
	font-size: 10px;
	margin: 0;
}