/* reset! */

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;
	font-family:'Droid Sans', helvetica, arial, sans-serif;
	font-size:1em;
        margin:50px 0px; padding:0px;
	text-align:center;

}
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;
}

a {font:helvetica, arial, sans-serif; bold; color:#fff; text-decoration:none;}
a:hover{color:#cc9900; text-decoration:underline;}

h1{ font-size:2em; display:inline;}
h2 {font-size:1.5em; color:#fff; padding:10px 0;}

#container {width:500px; height:100%; min-height:100%;position:relative; margin:0px auto; text-align:left; padding:15px;}
#main {padding-bottom:30px; padding:10px;}

#header {line-height:.75;}

p{margin:5px;}

p.bio{margin:40px 0; padding:10px; line-height: 1.5;}

#links {margin:10px 0;}
#links li {display:inline; padding:5px;}
#links li, #links li a {font:14px helvetica, arial, sans-serif;}
#links li a{font:bold; color:#FFBF00; text-decoration:none;}
#links li a:hover{color:#fff; text-decoration:underline;}

