body {
	background-color:black;
	margin: 0px;
	padding: 0;
	text-align:center;
	color: #FF9900;
}
h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #8DC0BF;
	text-align: left;
}

h4 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
}

h5 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:center;
}
.nospace {
	  margin: 0;
}
p.alert {
	color:red;
	font-family:verdana,helvetica, sans-serif;
}

a {
	color: #007e7d;
	text-decoration: none;
}
a:visited {
	color: #8ce6e4;
}
a:active {
	color: #007e7d;
}
a:hover {
	color: #8ce6e4;
	text-decoration: underline;
}


#container {
	width: 730px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	text-align:left;
}
#content {
	border: 0px;
	padding: 0px;
}

#left {
	float:left;
	width:222px;
	height:1775px;
	background-image:url('../logo/left.jpg');
	background-repeat:repeat-y;
}
#right {
	float:left;
	width:490px;
	margin-left:-1px;
}
#header, #footer {
	background:#000000;
	text-align:left;

}
#header h1, #footer h1 {margin:0}
#footer {
	  background:#000000;
	  background-image:url('../logo/bottom.png');
	  width:712px; 
	  height:56px;
}