body {
	width: 100%;
	background-image: url(../img/bg.gif);
}
form {
	margin: 0px;
	padding: 0px;	
}
input,textarea,select {
	font-family: arial,helvetica;
	font-size: 13px;
	margin: 1px;
}
a {
	color: black;	
}
img {
	border-color: black;
}
#container {
	position: relative;
	width: 728px;
	margin: auto;
	margin-top: 9px;
	text-align: left;
}

#header {
	width: 728px;
	height: 90px;
	position: relative;
}
#logo {
	width: 240px;
	height: 90px;
	background: url(../img/logo.gif) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#headline {
	position: absolute;
	top:0px;
	left: 240px;
}

#menu {
	width: 728px;
	height: 18px;
	background: url(../img/menu.gif) top no-repeat;	
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: right;
}
#menu li.space {
	font-size: 1px;
	width: 1px;
}
#menu li a {
	display: block;
	background: url(../img/menu_item.gif) left repeat-y;
	margin-top: 1px;
	padding-top: 5px;
	padding-left: 10px;
	height: 11px;
}
#menu li.selected a {
	background: url(../img/menu_item_selected.gif) left repeat-y;
}
#menu li a:hover {
	background: url(../img/menu_item_active.gif) left repeat-y;
}



#content {
	width: 728px;
	min-height: 400px;
	background: url(../img/content.gif) top repeat-y;
	position: relative;		
}

#footer {
	width: 728px;
	height: 17px;
	background: url(../img/footer.gif) top no-repeat;
	position: relative;
}

.textblock {
	padding: 15px;
	font-family: arial,helvetica;
	font-size: 13px;	
}
.textblock h1 {
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background: url(../img/head.gif) top left no-repeat;
	border-left: 1px solid black;
	
}
.textblock div.p {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid black;
	text-align: justify;
}
.textblock td {
	font-family: arial,helvetica;
	font-size: 13px;
}
.textblock .offset {
	padding: 10px;
	display: block;
}

