body {
	font-family: trebuchet ms, myriad, arial, helvetica, sans-serif;
	font-size: 12pt;
}

#header {
        position: relative;
	width: 750px;
	height: 150px;
	background: url('img/header.png');
}

#header ul {
	list-style-type: none;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#header li {
	display: inline;
	width: 100px;
	margin-left: 10px;
}

#header a {
	font: bold 20px trebuchet ms, myriad, arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFF5;
}

#header a:hover {
	color: #E3E6E5;
}

#header a:active {
	color: #317234;
}

#content {
        position: relative;
        width: 750px;
}

.subcontent {
        float: right;
        width: 350px;
        margin-left: 10px;
        border: 2px solid black;
}

#dialogbox {
		width: 500px;
		text-align: right;
}