html, body {
    margin: 0px;
    padding: 0px;
	background-image: url(images/bg_01.gif);
	background-attachment: fixed;
	text-align: center; 
}
body, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
#wrap {
    margin-left: auto;
    margin-right: auto;
	width: 860px;
	height: auto;
	text-align: left;
}
#nav {
	width: 300px;
	height: 133px;
	float: left;
    background-image: url(images/header.jpg);
}
#header {
	width: 960px;
	height: 760px;   
    background-image: url(images/bg_02.gif);
	float: left;
}
#content {
	width: 960px;
	height: auto;   
	float: left;
}
#footer {
	width: 960px;
	height: auto;
	float: left;
	text-align: left;
}

#text_1 {
	width: 500px;
	margin: 450px 0px 0px 190px;
	float: left;
	text-align: left;
}
#text_2 {
	width: 500px;
	margin: 150px 0px 0px 190px;
	float: left;
	text-align: left;
}
#text_right {
	width: 340px;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
	text-align: left;
}


.text1 {
    font-family: "Times New Roman", Times, serif; 
    font-size: 20px;
    color: #5cb8ff;
    text-decoration: none;
}
.text2 {
	font-family: Arial;
	font-size: 12px;
	color: #c4cad2;
}
.text3 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
a {
    color: #454B54;
    text-decoration: none;
}
a:hover {
	color: #454B54;
	text-decoration: underline;
	text-align: right;
}
a.side {
    color: #333333;
    text-decoration: none;
}

a.side:hover {
    color: #9ecb00;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: 0 none;
}

