/* CSS Document */

html {
	overflow-y:scroll;
	overflow-x:hidden;
}

#wrapper {
	width:961px;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	width:961px;
	height:80px;
	text-align:right;
	background:url(../images/header.jpg);
	background-repeat:repeat-y;
}

#header span {
	padding-right:50px;
	font-family:"Courier New", Courier, monospace;
	font-size:48px;
	font-weight:bold;
	color:#000;
	display:block;
}

#menu {
	position:relative;
	width:961px;
	height:25px;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	display:block;
	padding:0 40px 0 10px;
	height:25px;
	float:left;
	position:relative;
	left:82px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
}

#menu a {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	color:#F00;
}

#separator {
	height:2px;
	background:url(../images/header.jpg);
	background-repeat:repeat-y;
}

#content {
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	padding:10px 100px 5px 85px;
	min-height:400px;
	overflow-x:hidden;
	border:none;
}

#footer {
	background-image:none;
	background-color:#FFF;
	font-size:10px;
	color:#333;
	text-align:center;
	border:none;
}

a {
	color:#666;
}

.selected {
	background-image:url(../images/list.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.title {
	font-size:22px;
	font-weight:bold;
}

.subtitle {
	font-size:18px;
	font-weight:bold;
}

.list {
	border:0;
}

.list_photo {
	text-align:center;
	border:0;
	padding:10px 10px 10px 10px;
	width:180px;
}

.list_name {
	text-align:center;
	font-size:14px;
	border:0;
}

.list_desc {
	text-align:center;
	font-size:12px;
	border:0;
}
