body { 
	background-color: #ffffff; background-image: url(img/bg-web.jpg); background-repeat: repeat; 
	padding: 0px;
	margin: 0px; 
	font-family: Tahoma, Verdana, "Courier New"; 
	font-size: 13px;  color: #000000; 	
	text-decoration: none; font-weight: normal;
}

a {
	color: #0045A6;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #368AD6;
	text-decoration: underline;
}
.small { 
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	font-size: 10px; color: #333333; 
	text-decoration: none; 
	font-weight: normal; 
}
a.small:link { 
	color: #333333; 
	text-decoration: none; 
	font-size: 10px; 
}
a.small:visited { 
	color: #333333; 
	text-decoration: none; 
	font-size: 10px; 
}
a.small:hover { 
	color: #9d0a0e; 
	text-decoration: none; 
	font-size: 10px;  
	font-weight: bold; 
}

#page { 
	width: 800px;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	background: #fbf4f5 url(img/bg-top.jpg) no-repeat center top;
	width: 800px;
	height: 150px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.h1a {
	margin: 30px 20px 0px 590px;
	font-size: 20px;  
	font-weight: bold;
	text-align: right;
}
#content {
	background: #fbf4f5 url(img/bg-main.jpg)  center repeat-y;
	width: 800px;
	height: 400px;
	padding: 0px 0px 0px 0px;
	margin: 150px;
}
#nav {
	background: #ffffff url(img/bg-nav.jpg) no-repeat center top; 
	position: absolute;
	width: 80px;
	height:400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 702;
	padding: 0px;
}
#main {
	background: #ffffff url(img/main01.jpg) no-repeat right top; 
	width: 680px;
	height:400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 19px;
	padding: 0px;
}
#txt {
	margin: 0px;
	padding: 10px 10px 10px 15px;
}

#footer {
	background: #fbf4f5 url(img/bg-bot.jpg) no-repeat center top;
	width: 800px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#txtbot {
	margin: 0px;
	padding: 10px 30px 10px 160px;
	text-align: right;
}

#imgs {
	padding: 3px;
	border: 1px solid #dedede;
	float: center; 	
}