body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	cursor: default;
}

div#header {
	height: 60px;
}

div#logo_frame {
	height: auto;
	width: 800px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



div#background_frame {
	background-image: url(images/bg_p2.png);
	background-repeat: repeat-y;
	height: auto;
	width: 850px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.lock_fix {
	width: auto;
	height: 5px;
	clear:both;
}



div#background_frame_top {
	background-image: url(images/bg_p1.png);
	background-repeat: no-repeat;
	height: 37px;
	width: auto;
	z-index: 2;
	overflow: visible;
}
div#background_frame_top img {
	z-index: 3;
}

div#background_frame_content {
/*	background-image: url(bg_p2.png);
	background-repeat: repeat-y;
*/	height: 100%;
	width: auto;
	padding-left: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 1;
}
div#background_frame_bottom {
	background-image: url(images/bg_p3.png);
	background-repeat: no-repeat;
	height: 37px;
	width: auto;
	z-index: 1;
}

div#left_frame {
	width: 180px;
	float: left;
}
.height_200 {
	height: 200px;
}
.contact {
	padding-left: 10px;
	height: 100%;
	bottom: 0px;
}

div#right_frame {
	width: 790px;
	float: right;
	padding-right: 30px;
}


p, li {
	font-size: 80%;
}

p {
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

p, a:link, a:active, a:visited {
	color: #333333;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration:none;
	cursor: pointer;
}



h1, h2 {
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.test_border {
	border: 1px solid #FF0000;
}

div#footer {
	margin-top: 20px;
	text-align: center;
}

div#main_content {
	margin-top: 40px;
}
div.list ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
div.list li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 5px;
}
div.thin li {
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.fontsize60 {
	font-size: 60%;
}
.fontsize80 {
	font-size: 80%;
}
.hidden {
visibility: hidden;
}
.visible {
visibility: visible;
}

div#menu p {
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -20px;
	color: #666666;
}
div#menu a:link, div#menu a:active, div#menu a:visited {
	color: #666666;
}
div#menu a:hover {
	color: #000000;
}


.grey {
	color: #666666;
}
.green {
	color: #6eb221;
}
.black {
	color: #000000;
}

ul {
	list-style-position: outside;
}
li {
	padding-left: 10px;
	margin-left: 20px;
}
div#bottom_text p {
	text-align: center;
}
