body{
	background-color:#fca044;
	background: url(images/nesbg.png) #fca044 center bottom no-repeat fixed;
	background-repeat:repeat-x;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
/*----------------------LAYOUT*/

#container{
	margin: auto;
	width: 800px;
}
#header{
	width: 800px;
	height: 190px;
	background-image:url(images/header2.png);
}
#content{
	margin:auto;
	width: 800px;
	padding: 10px;
	background-image:url(images/container_bg2.png);
	background-repeat:repeat-y;
}
#footer{
	clear:both;
	margin:auto;
	width: 800px;
	height: 60px;
	padding-top: 10px;
	text-align:center;
	background-image:url(images/footer2.png);
	background-repeat:no-repeat;
}
#menu {
	position:absolute;
	top: 125px;
	margin-left: 45px;
	width: 500px;
	height:28px;
	padding-top: 10px;
}



.content_left{
//	display:inline;
//	float: left;
	text-align: center;
	margin-left: 40px;
	margin-right: 60px;
	margin-bottom: 5px;
	padding: 10px;
}
.clear{
	clear:both;
	height:1px;
}
textarea, input, select,button{
	margin: 2px;
	background-color: #B5402F;
	color:#000000;
	border-style:solid;
	border: 1px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	display:inline;
	font-size:14px;
	color: #000000;
}
.date{
	font-size:10px;
	color: #666;
}
.edit_link{
	font-size:10px;
	float:right;
	text-align:center;
	background-color: #000000;
	border: 1px solid #000;
	padding: 5px;
	margin-right: 3px;
}
.paged{
	margin: auto;
	padding: 5px;
	text-align: center;
	vertical-align:middle;
}
.label{
	float:left;
	width:150px;
	text-align:right;
}
.up_thumb{
	float:left;
	padding: 10px;
	background-color:#B0C7B5;
	border:1px solid #666;
	text-align:center;
}
.work{
	vertical-align: top;
	display:inline-block;
	zoom: 1;
	width: 104px;
	height: auto;
	padding: 5px;
	margin: 7px;
	text-align:center;
}
.work_title{
	margin-top: 10px;
	height: auto;
	font-size:12px;
	font-weight: 600;
}
.work_thumb{
	height: 100px;
	width: 100px;
	background-color:#FFFFFF;
	border:2px solid #312e41;
}
.work_thumb img, .detail_thumb img, .side_thumb img{
}
.side_thumb{
	width: 118px;
	padding: 5px;
	background-color:#FFFFFF;
	border:1px solid #999;
	text-align:center;
}	

.detail_thumb{
	display:inline;
	float: left;
	width: 505px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 10px;
	background-color:#B0C7B5;
	border:1px solid #666;
	text-align:center;
}
.credits a:link, .credits a:visited{
	color: #fff ;
	font-size: 10px;
}
.credits a:hover{
	color: #000000;
	text-decoration: underline;
}

/*-------------------------MENUS*/

 ul#navlist{
 	float: left;
 	margin: 0;
	padding:10px;
	color:#FFFFFF;
	white-space: nowrap;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 5px;
}
#navlist a:link, #navlist a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
#navlist a:hover{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
