body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
display: block;
margin: 1em 0;
}

/* Page Div's */

#index {
	height:175px;
	text-align:center;
	background-image:url(../images/index_back.gif);
	background-repeat:no-repeat;
	margin-top:50px;
	padding-top:120px;
	}


#container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:50px;
	}
		
		
#header_sub {
	height:auto;
	padding-left:620px;
	}
		
			
#main	{
	margin-left:66px;
	margin-right:66px;		
			}


#image_header  {
padding-top:30px;
	}


#gallery {
	margin-left: 70px;
	margin-top:-4px;
	font-size: 62.5%;
	font-size:.8em;
	}


#footer	{
	width:100%;
	color:#CCCCCC;
	text-align:center;
	font-size: 0.7em;
	font-size:.7em;
	}
	
	
#grey_text	{
	width:100%;
	color:#989898;
	text-align:center;
	font-size: 0.7em;
	font-size:.7em;
	}
	
		
.grey_text	{
	width:100%;
	color:#989898;
	text-align:center;
	font-size: 0.7em;
	font-size:.7em;
	}
	
	

	
/* Fonts & Styles */

.text	{
	margin-top: 8px;
	font-size: 62.5%;
	font-size:.8em;
}


.resume_title {
	font-weight:bold;
	color:#803338;
	}
	
.resume_section {
	font-weight:bold;
	color:#333333;
	margin-top: 20px;
	font-size: 62.5%;
	font-size:.9em;
	}
	
.resume_section_2 {
	margin-left: 40px;
	margin-top:16px;
	font-size: 62.5%;
	font-size:.8em;
	}
	
.resume_section_3 {
	margin-left: 70px;
	margin-top:-4px;
	font-size: 62.5%;
	font-size:.8em;
	}

/* Links */


A:link 
{
	color: #A6A64E; 
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited {color:#A6A64E;
text-decoration: none;}

a:visited:hover  {
	color: #333333;
	text-decoration: none;
			}
