body {
	background-image:url('images/main_back.jpg');
	background-color: #c0c0c0;
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	color: #00adef;
	font-size: 14px;
}

h2 {
	color: #0000ff;
	font-size: 14px;
	text-align: center;
}

p {
	font-weight: bold;
	font-size: 13px;
}

a {
	font-size: 14px;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#head {
	position: relative;
	background-image: url('images/head_back.jpg');
	background-repeat: repeat-x;
	width: 800px;
	height: 150px;
}

#navigation {
	position: absolute;
	bottom: 0px;
}

.frame {
	border: solid 2px #0db6ef;
}

.title {
	padding-left: 20px;
	font-size: 18px;
	color: #0280df;
}

.link {
	color: #0000ff;
	font-size: 12px;
	margin: 0 auto;
}

.lowlight {
	color: #959595;
	font-size: 14px;
}

.lowlightO {
	color: #ff0000;
	font-size: 14px;
}

.highlight {
	color: #0000ff;
	font-size: 14px;
}

.highlight2 {
	color: #00adef;
	font-size: 14px;
}

.highlightO {
	color: #ff0000;
	font-size: 14px;
}
