body{
	background-color:#000000;
	background: url(images/bg.jpg) #050505 center top no-repeat fixed;
	background-repeat:repeat-x;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

#container{
	margin: auto;
	width: 800px;
}
#header{
	width: 800px;
	height: 190px;
	background-image:url(images/header.jpg);
}
#content{
	margin:auto;
	width: 716px;
	padding: 10px;
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-y;
}
#footer{
	clear:both;
	margin:auto;
	width: 736px;
	height: 42px;
	padding-top: 10px;
	text-align:center;
	background-image:url(images/footer.gif);
}
#menu {
	position:absolute;
	top: 125px;
	margin-left: 45px;
	width: 500px;
	height:28px;
	padding-top: 10px;
}
/*--------------------------BEH*/
.content_left{
	display:inline;
	float: left;
	width: 505px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #F1F5F2;
	border: 1px solid #333;
}
.content_right{
	display:inline;
	float: right;
	width: 135px;
	font-size:10px;
	padding-left: 5px;
}
.clear{
	clear:both;
	height:1px;
}
.button {
	font-size:10px;
	border-style: solid;
	color: #FFFFFF;
	background-color: #B5402F;
	border-color:#701922;
}
textarea, input, select,button{
	margin: 2px;
	background-color: #B5402F;
	color:#FFFFFF;
	border-style:solid;
	border: 1px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	display:inline;
	font-size:14px;
	color: #9C4D22;
}
.date{
	font-size:10px;
	color: #666;
}
.edit_link{
	font-size:10px;
	float:right;
	text-align:center;
	background-color: #B0C7B5;
	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:right;
	padding: 10px;
	background-color:#B0C7B5;
	border:1px solid #666;
	text-align:center;
}
.work{
	display:inline;
	float:left; 
	width: 100px;
	height: 135px;
	padding: 5px;
	margin: 7px;
	background-color:#B0C7B5;
	border:1px solid #666;
	text-align:center;
}
.work_title{
	margin-top: 5px;
	height: 25px;
	font-size:10px;
	border:1px solid #666;
	background-color:#F1F5F2;
}
.work_thumb{
	height: 100px;
}
.work_thumb img, .detail_thumb img, .side_thumb img{
	border:1px solid #666;
}
.side_thumb{
	width: 118px;
	padding: 5px;
	background-color:#A4BEA9;
	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: #B0C7B5;
	text-decoration: underline;
}
.login {
	float:right;
	width:10px; 
	height:10px;
	margin-right: 9px;
	margin-top: 10px;
}
.login a  {
	width:10px; 
	height:10px; 
	display:block; 
}
/*-------------------------MENUS*/

 ul#navlist{
 	float: left;
 	margin: 0;
	padding:5px;
	color:#FFFFFF;
	white-space: nowrap;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 2px;
}
#navlist a:link, #navlist a:visited{
	color: #FFF;
	text-decoration: none;
}
#navlist a:hover{
	color: #fff;
	background-color: #701922;
	text-decoration: none;
}

/*-------MISC--------*/
.delconfirm {
	width: 225px;
	height: 149px;
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 142px;
	color: #000;
	z-index:999;
}
.delete_text {
	margin-top: 80px;
	margin-left:35px;
	width: 150px;
}