body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg_01.jpg);
	text-align: center; 
}
body, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f6f6f;
}
#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header {
	width: 960px;
	height: 482px;
	float: left;
    background-image: url(images/header.jpg);
}
#nav {
	width: 670px;
	margin: 90px 0px 0px 240px;
	text-align: right;
}
#main {
	width: 960px;
	height: auto;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}
#content_right {
	width: 284px;
	margin: 20px 40px 0px 0px;
	float: right;
	display: inline;
	text-align: left;
}
#text_right {
	width: 250px;
	margin-left: 17px;
	text-align: left;
}
#content_left {
	width: 575px;
	float: left;
	margin: 20px 0px 0px 40px;
	display: inline;
	text-align: left;
}
#content_left_2 {
	width: 575px;
	height: 610px;
	float: left;
	margin: 20px 0px 0px 40px;
	display: inline;
	overflow: auto;
	padding: 8px;
	text-align: left;
}
#content_in_left {
	width: 285px;
	float: left;
	text-align: left;
}
#content_in_right {
	width: 285px;
	float: right;
	text-align: left;
}
#content_center {
	width: 880px;
	float: left;
	margin: 20px 0px 0px 40px;
	text-align: left;
}
#footer {
	width: 880px;
	height: auto;
	margin-bottom: 50px;
	padding: 35px 40px 35px 40px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
}


.text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6f6f6f;
    text-decoration: none;
}
.text2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}
.text3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
	font-weight: bold;
}
.menu{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #a1a1a1;
    text-decoration: none;
}
.menu a {
    color: #a1a1a1;
    text-decoration: none;
}
.menu a:hover {
    color: #000000;
	text-decoration: none;
}
.header_black {
    font-family: Times New Roman, Times, serif;
    font-size: 22px;
    color: #000000;
    text-decoration: none;
}
.header_orange {
    font-family: Times New Roman, Times, serif;
    font-size: 22px;
    color: #ff3501;
    text-decoration: none;
}

a {
    color: #999999;
    text-decoration: none;
	border: 0px;
}

a:hover {
    color: #000000;
	text-decoration: underline;
}
a img {
	text-decoration: none;
	border: 0 none;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 10px;
    color: #999999;
}

.style1 a {
    color: #999999;
}

.style1 a:hover {
    color: #FFFFFF;
}

