@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f58220;
	background-image: url(images/window.gif);
	background-repeat: repeat-x;	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f58220;
}

p {
	font-size: .8em;
}

#content a {
	color: #f68220;
	text-decoration: none;
}

#content a:hover {
	color: #00AEEF;
	text-decoration: underline;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
}

#logo {
	position: relative;
	top: 25px;
}

#navigation {
	position: relative;
	top: -30px;
	float: right;
}

#navigation li {
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	display: inline;
	padding-left: 25px;
}

#navigation li a {
	text-decoration: none;
	color: #fff;
}

#navigation li a:hover {
	text-decoration: none;
	color: #444;
}

#content {
	position: relative;
	top: 30px;
	width: 400px;
	height: 400px;
	float: left;
	padding: 10px;
	overflow: auto;
}

#rightimage {
	position: relative;
	top: 40px;
	float: right;
}

.preview {
	font-size: .75em;
	line-height: 15px;
}