/*********************************************************************SETTINGS*/
*{
	margin:0px;
	padding:0px;
}
#layout{
	margin:auto;
	width:1332px;
}
body{
	background:#000000 url(../gfx/background.png) repeat-x left top;
	color:#670000;
	font:bold 10pt arial;
}
/*************************************************************************FONT*/
h1{
	font-size:6pt;
	position:relative;
	text-align:left;
	left:2px;
	top:2px;
}
/*************************************************************************LOGO*/
#logo{
	height:119px;
	background:url(../gfx/logo.png) no-repeat center top;
}
/**********************************************************************SECTION*/
#section{
	position:relative;
	padding-top:25px;
}
.post{
	padding:10px;
	background:url(../gfx/backgroundbox.png) center top repeat-x;
	border:2px solid #670000;
}
.post img{
	margin:10px;
	background:white;
}
.pix{
	border:1px solid #670000;
}
.pix:hover{
	margin:9px;
	border:2px solid #670000;
}