body{
	background: url(images/bg.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:0.9em;
	text-align: center;
}
#wrapper{
	width:520px;
	margin: 0px auto;
   text-align: left;
	padding-bottom:2px;
}
#wrapper img{
	border: 10px solid #FFF;
}
img#logo {
	margin: 30px 0px 10px 10px;
	border: none;
}
#nav{
	width:520px;
	padding:7px 0px 0px 3px;
	color:#FFF;
}
#nav a{
	text-decoration: none;
	color: #399;
	font-weight: bold;
}
#nav a:hover{
	color:#3CC;
	text-decoration:none;
}
#nav a.hi{
	color: #066;
}
#txt a{
	text-decoration: none;
	color: #C33;
}
#txt img{
	border: 1px solid #FFF;
	
}
#txt a:hover{
	color: #933;
	text-decoration: underline;
}
#txt h1{
	font-size: 1.1em;
	line-height: 1em;
	padding-top:10px;
	color:#033;
}
#txt h2{
	font-size: 1em;
	line-height: 0.8em;
	color:#366;
}
#txt{
	background: url(images/bgTxt.jpg);
	background-repeat: repeat-y;
	margin:15px 0px 0px 0px;
	padding:10px;
}
#footer{
	clear: left;
	color:#699;
	font-size:xx-small;
	text-align: center;
	margin: 15px 0px 0px 0px;
}
#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #39C;
}
#footer a:hover, #footer a:active{
	color: #6CC;
}