body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: small 'lucida grande',tahoma,sans-serif;
}

body * {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	color: #293766;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}


/* PAGE STRUCTURE
------------------------------------------------------*/
#header {
background: url(../img/bg_header.gif) repeat-x;
height: 110px;
}

#skills {
float: left;
width: 60%;
text-align: left;
}

#resume {
float: right;
width: 40%;
text-align: left;
}

#work {
clear: both;
text-align: left;
padding-top: 30px;
}

#footer {
	clear: both;
	height: 56px;
	background: url(../img/bg_footer.gif) repeat-x left bottom;
}




/* HEADERS
------------------------------------------------------*/

h1 {
position: absolute;
border: 0;
top: 23px;
left: 10px;
}

h2 {
	color: #F33;
	border-bottom: 1px solid #F3F8FF;
	margin: 0 35px;
	padding: 0 0 4px 6px;
	font: 130% Georgia, "Times New Roman", Times, serif;
	background: url(../img/bg_h2.gif) repeat-x left bottom;
}

#resume h2 {
	margin-left: 0;
	}


/* CONTENT
------------------------------------------------------*/

p{
	text-align: left;
	margin: 12px 55px 6px 45px;
	color: #293766;
	}
	
#skills p {
	clear: both;
	padding: 10px 0 0 24px;
	background: url(../img/icon_info.gif) no-repeat left 10px;
	}

#resume p {
	margin-left: 10px;
}

#work p {
	margin: 35px 0 0 45px;
	width: 300px;
	height: 226px;
	float: left;
}

#footer p {
	font-size: 75%;
	color: #949BB2;
	text-align: right;
	padding: 15px 0 0 0;
	margin: 0 5px 0 0;
	}

ul {
	list-style: none;
	margin: 12px 45px;
}

li {
	float: left;
	color: #293766;
	background: url(../img/icon_check.gif) no-repeat left center;
	margin: 5px 0;
	padding-right: 35px;
	padding-left: 24px;
	width: 110px;
	}

#resume ul {
	margin: 12px 45px 12px 30px;
}

#resume li {
padding-left: 0;
background: none;
}

#resume li a {
	padding-left: 24px;
}

#resume li#word a {
background: url(../img/icon_word.gif) no-repeat left center;
}

#resume li#pdf a {
background: url(../img/icon_pdf.gif) no-repeat left center;
}

#work img {
	padding: 5px;
	border: 1px solid #C3D1E5;
}


/* fixes font-size keyword problem for IE5/Win
---------------------------------------------------------- */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}