body {
	font-family: Courier New, Courier, monospace;
	font-size: .9em;
	color: #c5b495;
	background: url('images/bricks.jpg') repeat;
}
p {
	line-height: 16px;
}

h1, h2, h3{
	color: #fbf4e5;
}
h1{
	color: #000;
	line-height: 0px;
	font-size: 0px;
	display: none;
}
h2{
	font-size: 130%;
	display: inline;
}

a{
	color: #b1c0fe;
	text-decoration: none;
}
a:hover {
	color: #bdc8fa;
	text-decoration: underline;
}
ul li{
	padding: 4px;
}
div#page {
	border: 3px solid #484848;
	text-align: left;
	width:755px;
	background: #000;
	margin: 20px auto;
	text-align:left;
}
div#header {
	background: #000;
	height:150px;
}
div#menu {
	background: #000 url('images/dragonlogo.jpg') top center no-repeat;
	width:200px;
	float:right; 
	padding-top: 150px;
	margin: 10px 0 10px 5px;
}
div#content {
	width:500px;
	margin:10px 200px 10px 0;
	padding: 20px;

}
div#footer {
	border-top: 2px dotted #484848;
	padding: 10px;
	font-size: 80%;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.padme img{
	padding: 5px;
}
