body{
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../img/layout/body_bg.gif) repeat-x #72929e;
}

h1{
	font-size: 22px;
	color: #61282f;
	font-weight: normal;
}	

h2{
	font-size: 18px;
	color: #282861;
	font-weight: normal;
}	

p{
	line-height: 20px;
	margin: 8px 0;
}	

#content a:link,
#content a:visited{
	color: #555;
}

#container{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	padding: 0 0 300px 0;
	background: url(../img/layout/page_bg.gif) repeat-y;
}

#header{

}	

#menu{
	float: left;
	display: inline;
	width: 201px;
	margin: 0 0 0 17px;
	padding: 20px 0 0 0;
	background: url(../img/layout/menu_start.gif) no-repeat;
}

#menu ul{
	list-style: none;
}

#menu li{
	line-height: 25px;
	padding: 0 0 0 25px;
	margin: 0 0 2px 0;
	width: 171px;
	height: 25px;
	overflow: hidden;
	background: url(../img/layout/menu_bg.gif) no-repeat;
}

#menu a{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 11px;
}	

#menu a:link,
#menu a:visited{
	color: #232e3d;
}		

#content{
	float: left;
	display: inline;
	width: 494px;
	padding: 10px 10px 100px 10px;
	margin: 0;
	background: url(../img/layout/content_bg.gif) no-repeat;
	overflow:hidden;
}	

.gallery_item{
	float: left;
	margin: 2px;
	width: 110px;
	text-align: center;
	background: #fff;
}

.form{
	list-style: none;
}		