body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2e7dd5;
}
.main_bg{
	background-image:url(image/main_bg.jpg);
	height:761;
	background-repeat:no-repeat;
}
.sub_bg{
	background-image:url(image/subpages_bg.jpg);
	height:757;
	background-repeat:no-repeat;
}
#home{
	height: 40px;
	width:212px;
	overflow: hidden;
	background: url(image/home.jpg) top left no-repeat;
	display: block;
}

#home:hover{
	background-position: bottom left;
}
#aboutme{
	height: 39px;
	width: 212px;
	overflow: hidden;
	background: url(image/aboutme.jpg) top left no-repeat;
	display: block;
}

#aboutme:hover{
	background-position: bottom left;
}
#pictures{
	height: 36px;
	width: 212px;
	overflow: hidden;
	background: url(image/pictures.jpg) top left no-repeat;
	display: block;
}

#pictures:hover{
	background-position: bottom left;
}
#video{
	height: 37px;
	width: 212px;
	overflow: hidden;
	background: url(image/video.jpg) top left no-repeat;
	display: block;
}

#video:hover{
	background-position: bottom left;
}
#contact{
	height: 41px;
	width: 212px;
	overflow: hidden;
	background: url(image/contact.jpg) top left no-repeat;
	display: block;
}

#contact:hover{
	background-position: bottom left;
}
.txt{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:15px;
}
.txt1{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
A.txt1:link{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
A.txt1:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;	
}
A.txt1:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#99FF00;
	text-decoration:none;
}
#subpages_home{
	height: 70px;
	width:89px;
	overflow: hidden;
	background:url(image/subpages_home.jpg) top left no-repeat;
	display: block;
}

#subpages_home:hover{
	background-position: bottom left;
}
#subpages_aboutme{
	height: 70px;
	width: 152px;
	overflow: hidden;
	background: url(image/subpages_aboutme.jpg) top left no-repeat;
	display: block;
}

#subpages_aboutme:hover{
	background-position: bottom left;
}
#subpages_pictures{
	height: 70px;
	width: 126px;
	overflow: hidden;
	background: url(image/subpages_pictures.jpg) top left no-repeat;
	display: block;
}

#subpages_pictures:hover{
	background-position: bottom left;
}
#subpages_video{
	height: 70px;
	width: 105px;
	overflow: hidden;
	background: url(image/subpages_video.jpg) top left no-repeat;
	display: block;
}

#subpages_video:hover{
	background-position: bottom left;
}
#subpages_contact{
	height: 70px;
	width: 108px;
	overflow: hidden;
	background: url(image/subpages_contact.jpg) top left no-repeat;
	display: block;
}

#subpages_contact:hover{
	background-position: bottom left;
}	
A.contact:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D82121;
	text-decoration:none;
	}
A.contact:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D82121;
	text-decoration:none;	
}
A.contact:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2364CF;
	text-decoration:underline;
}
.text_n{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
