/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Halvetica, sans-serif;
}
.header {
	position: relative;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	position: relative;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	background-color: #527CAE;
}
.main {
	position: relative;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #000000;
}
.main a{
	text-decoration: underline;
	color: #FFFFFF;
}
.main a:hover {
	color: #537EB1;
}
.links {
	position: relative;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
.links a {
	color: #FFFFFF;
}
.links a:hover {
	color: #000000;
}	
.footer {
	position: relative;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: medium;
}
p {
	font-size: small;
}
.paragraphtitle {
	font-size: small;
	font-weight: bold;
}
.table_text {
	font-size: small;
}
li {
	font-size: 10px;
}

