body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bgtile.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
  	text-align: center;
}
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
.pictext {
font-size:9px;
}
h1,h2,h3 {
	font-size: 110%;
}
a {
	color: #660033;
	text-decoration: underline;
	font-size: 95%;
}
a:hover {
	text-decoration: none;
}
hr {
	height: 1px;
}
.container {
	margin: 0 auto;
	padding: 10px;
	height: auto;
	width: 790px;
	position: static;
	background-color: #FFFFFF;
	text-align: left;
	border-top: none;
	border-right: thin inset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: none;
  }  
  
  
}
.header {
	width: 300px;
	height: auto;
	text-align: left;
	border: none;
	position: static;
}
.content {
	height: auto;
	width: 100%;
	position: static;
	margin-top: 10px;
}
.footer {

	margin: 0 auto;
	padding: 0px;
	height: auto;
	width: 790px;
	position: static;
	text-align: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
