body {
	margin: 0px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
ul {
	padding: 15px;
	margin: 0px;
}
li {
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
#container {
	width: 100%;
	background-image: url(images/image_02.gif);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(images/image_02.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 73px;
}
#contact {
	background-image: url(images/image_03.gif);
	background-repeat: no-repeat;
	width: 252px;
	height: 73px;
	float: right;
}
#contop {
	background-image: url(images/image_05.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
}
#navbar {
	background-image: url(images/image_07.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 41px;
	float: right;
}
#conbarend {
	background-image: url(images/image_06.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 41px;
	float: right;
}
#maincontainer {
	width: 100%;
}
#content {
	padding: 15px;
	text-align: justify;
}
#content img {
	padding: 10px;
}
#nav {
	font-size: 9pt;
	color: #FFFFFF;
	padding: 5px;
	float: right;
	width: 138px;
	height: 100%;
	background-color: #003a83;
}
#nav a:link {
	color: #ff9c00;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #ff9c00;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}