@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0; }


/*///////////////////////////////////////////////////*/	
		
#frame {
	width:800px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
		}
		
#navigation {
	width:200px;
	margin-left:40px;
	float:left;
		}
	
#main {
	width:500px;
	margin-left:0px;
	float:left;
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
		}
		
#main2 {
	width:500px;
	margin-left:0px;
	float:left;
	background-image:url(images/main2bg.jpg);
	background-repeat:no-repeat;
		}		
		
#resume {
	width:500px;
	margin-left:0px;
	float:left;
	background-image:url(images/resumebg.jpg);
	background-repeat:no-repeat;
		}
		
#av {
	width:500px;
	margin-left:0px;
	float:left;
	background-image:url(images/avbg.jpg);
	background-repeat:no-repeat;
		}		

#content {
	padding-top:300px;
	padding-left:80px;
		}
		
		
#content2 {
	padding-left:80px;
		}
		
#content3 {
	padding-top:340px;
	padding-left:80px;
		}		

/*///////////////////////////////////////////////////*/	


.styleSanSerif {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000;
	letter-spacing: 0px; 
		}
		
.styleSerif {
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif; 
	color:#000000;
	letter-spacing: 1px;
		}
		
.styleSerif16 {
	font-size: 16px;
	font-family: Georgia, Times New Roman, serif; 
	color:#000000;
	letter-spacing: 1px;
		}


	
/*///////////////////////////////////////////////////*/	


a:link {
	color:#444444;
	text-decoration:none;
			}
			
a:visited {
	color:#444444;
	text-decoration:none;
		}
		
a:hover {
	color:#FF9900;
	text-decoration:underline;
		}
	
a:active {
	color:#444444;
	text-decoration:none;
			}


/*///////////////////////////////////////////////////*/	

body {
	background-color:#FFFFFF;
}