@charset "UTF-8";
#body {
	background-image: url(images/background.jpg);
}
#container {
	height: 100%;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	height: 37px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	height: 100%;
	width: 875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}
#footer {
	background-color: #666;
	width: 925px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* font related css */

A.menu { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 10pt; color: #FFF; text-decoration: underline; }

A.menu:ACTIVE { color: #FFF; font-family:"Times New Roman", Times, serif; font-size:10px;}
A.menu:VISITED { color: #000; font-family:"Times New Roman", Times, serif; font-size:10px;}
A.menu:LINK { color: #FFF; font-family:"Times New Roman", Times, serif; font-size:10px; }
A.menu:HOVER { color: #F00; font-weight:bold; font-family:"Times New Roman", Times, serif; font-size:10px;}

.body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Times, serif; font-size: 14pt; color: #CCC; }
.bodysm { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Times, serif; font-size: 11pt; color: #CCC; }
.head{ font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Times, serif; font-size: 10pt; color: #F00; }
.signture {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px; color:#F00; }
.footer {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 10px; color:#333; }
.h1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 18pt; color: #ccc; text-align: center;}
.h2 { font-family: "Times New Roman", Times, serif; font-size: 16pt; color: #ccc; font-weight:bold }
.h3 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 16pt; color: #000; font-weight: 600 }
