* {
	font-family: Trebuchet MS;
}

a {
	text-decoration: none;
}
#main {
	width: 100%;
}

#header {
	display: block;
	width: 800px;
	height: 415px;
	margin-left: auto;
	margin-right: auto;
	background: url(../g/header_nyar.png) center no-repeat;
	border-left: 1px solid #837D6C;
}

#menu {
	position: relative;
	display: block;
	width: 690px;
	height: 40px;
	top: -46px;
	margin-left: auto;
	margin-right: auto;
	aborder-left: 1px solid #837D6C;
}

#menuitem {
	position: relative;
	float: left;
	height: 40px;
}

#content {
	position: relative;
	display: block;
	width: 800px;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../g/content.png) center repeat-y;
	border-left: 1px solid #837D6C;
	height: auto;
}

#news {
	position: relative;
	text-align:left;
	width: 500px;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#newsbody {
	font-size: 13px;
	color: #463527;
}

#static {
	position: relative;
	text-align:left;
	width: 500px;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: relative;
	display: block;
	width: 800px;
	height: 103px;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../g/footer.png) center no-repeat;
	border-left: 1px solid #837D6C;
	border-bottom: 1px solid #837D6C;
}

.galtitle {
	color: #F87B50;
	font-weight: bold;
	font-size: 12px;
}
.galtitle a{
	color: #F87B50;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 12px;
}
.galcomment a{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-top: 5px;
	font-size: 12px;
	color: #463527;
}

.curgaltitle {
	color: #F87B50;
	font-weight: bold;
	font-size: 14px;
}

.curgalcomment a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #463527;
}
.curgalcomment {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #463527;
	font-size: 12px;
}
.curgalimg {
	padding: 4px 4px 44px 4px;
}

.curgalimg a {
	font-size: 12px;
	color: #F87B50;
}

#bgfade {
	left:0;
	top:0;
	display: none;
	position: absolute;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 5;
	background-color: black;
}

#bigpicture {
	display: none:
	left:0;
	top:0;
	position:absolute;
	background-color:#F8EACB;
	z-index: 150;
} 

#creator {
	position: relative;
	display: block;
	width: 595px;
	height: 25px;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
	color: #867567;
}

#creator a {
	font-size: 12px;
	color: #968577;
	text-decoration: underline;
	font-variant: small-caps;
}

#imgborder {
	border: 1px solid #E6601A;
}

#newspub {
	color: #E6601A;
	font-size: 12px;
}

#newstitle {
	color: #E6601A;
	font-size: 15px;
	font-weight: bold;
}
#newsblock {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: auto;
	text-align: justify;
}

#sblock {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: auto;
	float: left;
	text-align: justify;
}

#sblock_text {
	position: relative;
	font-size: 12px;
}

#sblock_author {
	position: relative;
	float: right;
}

#sblock_img {
	position: relative;
	float: left;
	width: 150px;
	padding: 6px 6px 6px 0px;	
	z-index: 100;
} 

