body {
	background:url("../images/bg_body.png");
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica;
	margin:0;
	font-size: 12px;
}

img{
	border:none;
}

a {
	color:#69f;
}

div#container {
	margin:0 auto;
	width:747px;
}

div#header {
	background: url("../images/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 145px;
}

div#content {
	border:#aaa 1px solid;
	width:727px;
	margin: 0 auto;
	height: 500px;
	overflow: auto;
}

div#logout {
	position: relative;
	left:527px;
	top:22px;
	width:210px;
	height:25px;
	padding-top: 10px;
	text-align: center;
}

div#logout a{
	color:#fff;
	text-decoration: none;
}

div#loginbox {
	margin: 0 auto;
	width: 320px;
	border: 1px solid #000;
}

div#navigation {
	padding:5px;
	color:#69f;
	margin-left:5px;
	
}

div#error {
	color:#f00;
	font-weight: bold;
	margin:0 auto;
	padding:10px;
	text-align: center;
}

.contents_item_td {
	width:165px; 
	height:165px; 
	background:url(../images/bg_item.png); 
	background-repeat:no-repeat; 
	background-position:center;
}

.contents_item {
	position:relative;
	left:-5px;
}

.contents_item_filename {
	padding-top:5px;
	font-size: 11px;
}

.input_button {
	border:1px solid #999;
}

.userreview {
	background:url("../images/bg_userreviews.jpg");
	background-repeat: repeat-y;
	text-transform: uppercase;
}

.userreview_content {
	padding: 20px;
	color: #669;
	font-size: 11px;
	padding-bottom: 2px;
	line-height: 12px;
}

.userreview_person, .userreview_main_person{
	color:#339;
	margin-left: 150px;
	font-weight: bold;
	padding-bottom: 3px;
	font-style: italic;
	text-transform: uppercase;
}

.userreview_main {
	color:#999;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	line-height: 17px;
	padding-bottom: 3px;
}

.userreview_main_person {
	margin-left: 200px;
	font-size: 16px;
}

table#features {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

table#footerlinks tr td {
	color:#AAA;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}


