body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 16px;
	text-align: justify;
}

ul{
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/hg2.jpg);
	background-repeat: repeat;
}

#maincontainer {
	height: auto;
	width: 1140px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#content {
	height: 900px;
	width: 810px;
	position: relative;
	float: left;
	border-top: 4px solid #DD7700;
	border-right: 4px solid #DD7700;
	border-left: 4px solid #DD7700;
	/*background-image: url(../image/content_2.jpg);
	background-repeat: repeat; */
	padding: 20pt;
}
#content_2 {
	width: 775px;
	float: left;
	border-right: 10px solid white;
	border-left: 10px solid white;
	background-image: url(../images/content_2.jpg);
	background-repeat: repeat;
	padding: 20pt;
}
#navigation {
	width : 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	padding: 20pt;
}
#navigation li {
	font-weight: bold;
	padding-bottom: 8px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#textblock {
	
}
#textblock_2 {
	float: left;
	padding-left: 10px;
}
#header{
	padding-left: 123pt;
}
p{
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration : none;
	color : black;
}
#navigation li a:hover, #navigation li a:active {
	text-decoration : none;
	color : #cc3300;
}

a:link, a:visited{
	text-decoration : none;
	color : blue;
}
a:hover, a:active{
	text-decoration : none;
	color : #cc3300;
}
h1{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px ;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
 }
