/* MxO style TrappedVector */

body {
	margin: 0px;
	background-color: black;
	background-image: url(backgroundTrapped.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	font-family: arial;
	font-size: 12px;
}

a:link {
	color: green;
	text-decoration: underline;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:active {
	text-decoration: none;	
}

a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	font-family: "courier new";
	font-size: 30px;
	color: white;
	margin: 150px 0px 0px 15px;
}

table {
	font-size: 12px;
}

td {
	padding: 5px 10px 5px 10px;
}

td.one {
	background-color: #666;
}

td.two {
	background-color: #444;
}

.postDate {
	font-style: italic;
}

#main {
	width: 700px;
	margin: 10px auto 10px auto;
	background-color: black;
}

#header {
	height: 200px;
	background-image: url(headerinexilium.jpg);
	border: 1px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#menu {
	border: 1px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:right;
}

ul.menu {
	margin: 2px auto 4px auto;
}

li.menu {
	margin: 10px;
	display: inline;
}

#content {
	margin: 0px;
	padding: 10px;
	background-color: #333;
}

#footer {
	border: 1px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
}