* {
	border:           0;
	margin:           0 auto;
	padding:          0;
	color:            #000000;
	font-family:      "Courier New";
	font-size:        10pt;
	white-space:      nowrap;
}

.body1 {
	background:       #000000;
}

.banner1 {
	width:           960px; 
	height:          68px;
	background:      url(../img/banner6.gif) no-repeat;
}

.menu1 { 
	height:          30px; 
	width:           960px; 
}

.menu1 #home { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_home.gif) no-repeat; }
.menu1 #home:hover { background-position: 0 -30px; }
.menu1 #home_selected { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_home_selected.gif) no-repeat; }
.menu1 #home_selected:hover { background-position: 0 -30px; }

.menu1 #album { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_album.gif) no-repeat; }
.menu1 #album:hover {	background-position: 0 -30px; }
.menu1 #album_selected { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_album_selected.gif) no-repeat; }
.menu1 #album_selected:hover {	background-position: 0 -30px; }

.menu1 #hobbies { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_hobbies.gif) no-repeat; }
.menu1 #hobbies:hover {	background-position: 0 -30px; }
.menu1 #hobbies_selected { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_hobbies_selected.gif) no-repeat; }
.menu1 #hobbies:hover_selected {	background-position: 0 -30px; }

.menu1 #resume { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_resume.gif) no-repeat; }
.menu1 #resume:hover {	background-position: 0 -30px; }
.menu1 #resume_selected { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_resume_selected.gif) no-repeat; }
.menu1 #resume_selected:hover {	background-position: 0 -30px; }

.menu1 #about { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_about.gif) no-repeat; }
.menu1 #about:hover {	background-position: 0 -30px; }
.menu1 #about_selected { float: left; display: block; width: 192px; height: 30px; background:  url(../img/btn_about_selected.gif) no-repeat; }
.menu1 #about_selected:hover {	background-position: 0 -30px; }

.menu1 li {	
		display: inline;
		list-style-type: none;
}

.main1 {
	position:         relative;
	width:            960px;
	background-color: #000;
	color:            #FFF;
}

.main1 p {
	color: #FFF;
}

.box_homeA { 
	position:      absolute;
	left:          0px;
	top:           7px;
	width:         315px;
	height:        200px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	padding-left:  10px;
	padding-top:   30px;
	background-color: #111;
	
	border:   1px solid #093E12;
	
}

.box_homeB { 
	position:      absolute;
	right:         0px;
	top:           7px;
	width:         605px;
	height:        200px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	background-color: #111;
	
	padding-left:  10px;
	padding-top:   30px;
	
	border:   1px solid #093E12;
}

.box_homeC { 
	position:      absolute;
	left:          0px;
	top:           248px;
	width:         948px;
	height:        210px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	background-color: #111;
	
	padding-left:  10px;
	padding-top:   30px;
	
	border:   1px solid #093E12;
}

.box_homeD { 
	position:      absolute;
	left:          0px;
	top:           498px;
	width:         948px;
	height:        210px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	background-color: #111;
	
	padding-left:  10px;
	padding-top:   30px;
	
	border:   1px solid #093E12;
}

.box_homeC p {
	font-family:  Arial;
	padding-bottom: 10px;	
}

.box_homeD p {
	font-family:  Arial;
	padding-bottom: 10px;	
}



.box_album1 { 
	position:      absolute;
	left:          0px;
	top:           7px;
	width:         215px;
	height:        450px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	padding-left:  10px;
	padding-top:   30px;
	background-color: #111;
	
	border:   1px solid #093E12;
	
}

.box_album2 { 
	position:      absolute;
	right:         0px;
	top:           7px;
	width:         705px;
	height:        450px; 
	background:    url(../img/boxtop3.gif) repeat-x;
	background-color: #111;
	
	padding-left:  10px;
	padding-top:   30px;
	
	border:   1px solid #093E12;
}

.footer1 {
	width:        960px; 
	height:       40px;
	padding-top:  6px;
	text-align:   center;
	background:   url(../img/footer1.gif) repeat-x;
}

.link1 { text-decoration: none; clear: left; } 
A.link1:link {     color: #0000CC; } 
A.link1:visited {  color: #0000CC; } 
A.link1:active {   color: #0000CC; } 
A.link1:hover {    color: #00CC00; } 


