@charset "utf-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* My Styles */
body {
	font-size:62.5%;
}
p {
	font-size: 1.3em;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.7em;
	margin-bottom:30px;
}
a:link {
	text-decoration:underline;
	color:#92c633;
}
.home {
	background-color: #3a3a3a;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left 180px;
}
.bio {
	background-color: #f0eee4;
	background-image: url(../images/bg_bio.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#homeContent {
	margin: 0 auto;
	width:575px;
	margin-top:115px;
}
#bioContent {
	margin: 0 auto;
	width:950px;
	padding-top:5px;
}
#bioHeader {
	margin: 0 auto;
	width:950px;
	height:120px;
}
#bioPhoto {
	float:left;
	margin: 50px 50px 0 0;
	padding-left:20px;
}
#bioText {
	float:left;
	margin-top:50px;
	width:550px;
}

#bioMenu {
	width:950px;
	text-align:right;
}
.sep {
	margin: 0 12px;
}

.homeImg {
	margin: 0 30px 30px 0;
}
