@charset "UTF-8";
/* CSS Document */

body {
background-color: #0D0D0D;
width: 100%;
height: 100%;
margin: auto;
font-family: "Trajan Pro",Georgia,Arial;
color: #D9D9D9;
text-align: center;
}
.center { margin: 0 auto; }

a {
	color: #f4f4f4;
	text-decoration: none;
}

h1 {
	color: #f4f4f4
}

p {
	text-align: left;
}

img {
	border: none;
}

#container {
	width: auto;
	height: 100%;
	margin: auto;
	text-align: center;
	
}

#header {
	width: auto;
	text-align: center;
}

#nav {
	height: 100%;
	width: 235px;
	float: left;
	text-align: left;
	margin: 0;
}

#content {
	height: 100%;
	width: auto;
	margin: 0;
}

iframe {
	width: 1000px;
	height: 1020px;
	border: 0;
}

#navul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	
}

#navul li a {
	text-decoration: none;
	color: #f4f4f4;
	font-size:18px;
}

#foot {
	margin-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 10px;
}

td {
	text-align: left;
}
