body {
	width: 100%;
	text-align: center;
	background : Black;
	margin-left: 50%;
	padding: 10px 10px 10px 10px;
}

#main {
	background : #ffffff;
	width: 1000px;
	margin-left: -500px;
}

#head {
	width: 960px;
	padding: 20px 20px 20px 20px;
	background : #ffffff;
	border-bottom : 1px solid #FF8C00;
}

#menu {
	width: 100%;
	margin: 10px 0px 10px 30px;
	text-align : left;
}

#text {
	background: #ffffff;
	width: 700px;
	float: left;
}

#side {
	width: 300px;
	float: right;
	background : #ffffff;
}

#footer {
	background : #ffffff;
	width: 1000px;
	clear: both;
}

h1, h2, h3 {
	padding: 20px 30px 0px 30px;
	text-align: left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 20px;
}

h2 {
	font-size : 18px;
}

h3 {
	font-size : 16px;
	color : #0000CD;
}

p {
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family : "Times New Roman", Times, serif;
}

ol, ul {
	text-align: left;
	margin-left: 30px;
	padding-left: 30px;
}

li ol, li ul {
	margin-left: 0px;
}

a:link {
	color : #303030;
}

a:active {
	color : #8D8D8D;
}

a:visited {
	color : #606060;
}

a:hover {
	color : #8D8D8D;
}

form {
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family : "Times New Roman", Times, serif;
}

table {
	margin: 0px 30px 0px 30px;
}

tabl, tr, th, td {
	border-color: #FFA500;
}

.a_center {
	text-align: center;
}
