/*
*/
body
{
	margin:0;
	padding:0;
	background-color:#edead7;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:arial;
	font-size:12px;
}

a{
	text-decoration:none;
}

#header
{
	width:700px;
	height:261px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#contentWrapper
{
	width:700px;
	margin-left:auto;
	margin-right:auto;	
}

#menuTop
{
	text-align:center;
	position:relative;
	top:225px;
}

#menuTop a{
	font-size:12px;
	color:#000000;
}

.paddings
{
	padding-left:20px;
	padding-right:20px;
}

ul.picture_gallery
{
	list-style:none;
}

ul.picture_gallery li
{
	float:left;
	margin:5px;
	padding:5px;
	width:100px;
	height:100px;
	background-color:#e2e0c4;
}

ul.picture_gallery li a
{
	display:block;
	height:100px;
	width:100px;
	background-position:center center;
	background-repeat:no-repeat;
}

ul.picture_gallery li img
{
	display:none;
}

#gbLeft
{
	width:400px;
	float:left;
}

#gbRight
{
	width:225px;
	float:right;
	padding:5px;	
	background-color:#e2e0c4;
}

.div_gb_pages
{
	background-color:#e2e0c4;
	padding:5px;
}

ul#guestbook_pages_list
{
	list-style:none;
	overflow:auto;
	height:1%;
	margin-left:0;
	padding-left:0;
}

ul#guestbook_pages_list li
{
	float:left;
	margin-right:2px;
}

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

ul.gb_entries li
{
	border-bottom:1px solid #e2e0c4;
	padding-top:5px;
	padding-left:10px;
}

.gb_counter_dt
{
	display:none;
}

.required
{
	color:red;
}

/*
	twitter
*/
#twitter_div{
	background-color: #e3e0ce;
	padding			: 5px;
	border:1px solid #f3f3f3;
}

#twitter_div a{
	color	: #c93636;
}

#twitter_div ul {
	margin	: 0;
	padding	: 0;
	list-style-type:none;
}

#twitter_div ul li{
	padding	: 5px;
	background-color	: #dbd9c0;
	margin-bottom	: 3px;
	border-bottom:1px solid #cfcab4;
}


