html 
{
	height:100%;
	margin: 0 0 1px;
}

body {
	margin:0;
	padding:0;
	background-color: #42434A;
	background-image:url(../gfx/bg.jpg);
	font-family: Georgia, Serif;
	font-size: 14px;	
	color:#E2E2E2;
}

a{
	color:#DDDD00;
}

a:hover{
	color:#DD7200;
}

H1,H2,H3,H4
{
	margin:0;
	padding:0;
	font-size:1.2em;
	margin-top:25px;
}

h2.bg_1
{
	background-image:url(../gfx/block_bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	padding:2px;
	margin-bottom:2px;
	padding-top:10px;
	height:50px;	
}

H1.title{
	color:#FFFFFF;
	background-image:url(../gfx/title_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:30px;
}

#container{
	width:100%;
}

#wrapper_menu
{
	width:750px;
	height:44px;
	background-image:url(../gfx/logo_top.jpg);	
	background-repeat:no-repeat;
	background-position: top right;
}

#wrapper{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#content_wrapper{
	width:750px;
	background-image:url(../gfx/bg_content.gif);
	padding-bottom:10px;
	overflow:auto;
}

#content_left,#content_right
{
	float:left;
}

#content_left
{
	width:509px;
	margin-left:7px;
	margin-right:10px;
}

#content_right{
	margin-right:10px;
	width:214px;
	padding-top:50px;
}

ul#menu
{
	margin:0;
	padding:0;
	padding-top:15px;
	padding-left:10px;
}

ul#menu li
{	
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	margin-right:10px;	
}

ul#menu a
{
	text-decoration:none;
	color:#FFFFFF;
}

ul#menu a:hover
{
	text-decoration:underline;
	color:#DD7200;
}

.debug
{
	border:1px solid red;
}

ul.picture_gallery,ul.picture_gallery li
{
	margin:0;
	padding:0;
	list-style: none;
}

ul.picture_gallery li 
{
	float:left;
	height:100px;
	margin:0;
	margin-bottom:20px;
	margin-right:2px;
	width:120px;
	text-align:center;
}

ul.picture_gallery a.picture_item
{
	display:block;
	width:110px;
	height:110px;
	background-color:#616269;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #747680;
}

ul.picture_gallery a.picture_item:hover
{
	border:1px solid #3c3d42;
}

ul.picture_gallery img {
	display:none;
}


.gb_nav_sepperator{
	display:none;
}

ul#guestbook_pages_list, ul#guestbook_pages_list li
{
	margin:0;
	padding:0;
	list-style: none;
}

ul#guestbook_pages_list a
{
	text-decoration:none;
}

ul#guestbook_pages_list {
	margin-top:10px;
}

ul#guestbook_pages_list li
{
	float:left;
	margin:1px;
	width:25px;
	text-align:right;
}

#guestbookCurrentPage
{
	background-color:#42434A;
	padding:2px;
}

ul.gb_entries 
{
	margin-top:10px;
	clear:both;
}

ul.gb_entries, ul.gb_entries li
{
	margin:0;
	padding:0;
	list-style: none;
}

dt.gb_counter_dt
{
	clear:both;	
	width:38px;
	height:38px;
	float:left;
	background-image:url(../gfx/bg_gb_counter.gif);
	background-repeat:no-repeat;
	margin-right:10px;
}

.gb_counter
{
	display:block;
	margin-top:5px;
	text-align:center;
	font-size:20px;
}

dt.gb_content {
	width:440px;
	margin-left:65px;
	margin-top:25px;
}

.input_text,.text_area{
	border: 1px solid #54555b;
	width:200px;
	background-color:#eeeff7;
}

#frmGuestbook p
{
	font-size:14px;
}

.errors{
	background-color:#c00000;
	color:#FFFFFF;
	padding:2px;
	border:1px solid #ff0000;
}

.div_gb_pages
{
	background-color:#62636a;
	overflow:auto;
	padding:5px;
	margin-top:10px;
	border-bottom:1px solid #42434A;	
}

#footer{
	width:750px;
	font-size:11px;
	background-color:#616269;
	border-top:1px solid #4e4e54;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	display:block;
}