BODY {
	background-color: #f4f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10px;
	text-align: justify;
	border-color: #000066;
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

a:visited { 
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

a:hover { 
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
.header {
	font-size: 12px;
	font-weight: bold;
}

#overall {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 704px;
}

#overall ul {
	margin: 0;
	padding: 0;
}

#logo {
	background-image: url(images/logo2.jpg);
	height: 350px;
}

#info {
	position: relative;
	top: 250px;
	left: 15px;
	list-style-image: url(images/pkt.gif);
	list-style-position: outside;
}

#bar_top {
 	background-image: url(images/bar_top.gif);
	height: 25px;
}

#wrap {
	background: #dfe8f4;
	margin: 0 auto;
	width: 704px;
}

#main {
	background: #dfe8f4;
	float:left;
	width:465px;
	padding: 15px;
	text-align: justify;
	padding-bottom: 15px;
}

#menu {
	background: #dfe8f4;
	float: right;
	height: 100%;
	width: 134px;
	padding: 25px;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style-image: url(images/pkt.gif);
	list-style-position: outside;
}

#footer {
	background-image: url(images/bar_foot.gif);
	clear: both;
	height: 60px;
}

#footer_txt {
	width: 200px;
	height: 30px;
	position: relative;
	top: 20px;
	left: 252px;
	text-align: center;
}

#back {
	background-color: #dfe8f4;
	height: 226px;
	position: relative;
	top: 124px;
}