@charset "UTF-8";
A:link {text-decoration: none; color:#0066FF}
A:visited {text-decoration: none; color:#0066FF}
A:active {text-decoration: none; color:#0066FF}

a img
{  border-style: none;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 40px;
color: #000000;

}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #000000;
margin-top: 0;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #000000;
margin-top: 0;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px;
color: #000000;
margin-top: 0;margin-bottom: 10px;
}

h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #000000;
margin-top: 0;
}

h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

body {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	background:url(../images/bg3.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;}
	

#header {
width:918px;
}

#back {
width: 250px; margin: auto; border: 0;
}

#fixedquit {  position: fixed; float:left; left:0px; top: 90px;  right: 810px; border: 0; z-index: 50; }
#quit { width: 120px; margin: auto; text-align:left; } 
#quit a:hover {background: #FFFF33; text-decoration:none;}

#fixedtable { position: fixed; float:left; left:0px; top: 185px;  right: 810px; border: 0; z-index: 1;  }
#table { width: 120px; margin: auto; text-align:left; background-image:url(../images/clear.png); padding: 5px 5px 5px 5px;  } 
#table a:hover {background: #FFFF33; text-decoration:none;}
	
#wrap {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 33px;
	margin-left: auto;
	margin-right:auto;
	
}

#content_container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	float:right;
}

#resume_container {
	width: 923px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	float:right;
	background-color:#FFF;
	padding:15px;
}

#title {
	text-align:left;
}

#title a:hover {
	text-decoration:none;
}


#content{
text-align:left;
position:relative;
float:left;
width:790px;
z-index: 2;
margin-bottom: 15px;
}

#content a:hover {
background: #FFFF33; text-decoration:none;
}

#resume_content{
text-align:left;
position:relative;
float:left;
width:938px;
z-index: 2;
margin-bottom: 15px;
}

#resume_content a:hover {
background: #FFFF33; text-decoration:none;
}


#team{
text-align:left; margin-right:10px; float:left;	
}
