/* ---- Main ---- */
body
{
	margin: 0;
	padding: 0;				
	font-family: "arial";
	font-size: 12px;
	color: #6d6e71;
	height: 100%;
	
	/*IE Support*/
	text-align: center;
}
input
{
	color: #6d6e71;
}
a
{
	text-decoration: none;
	color: #6d6e71;
}
a:hover
{
	text-decoration: underline;
}	
h1, h2, h3, h4, p, div
{
    margin: 0;
    padding: 0;
}		
#frame
{
	margin: 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;
}
#body
{
	height: 100%;
}
/* ---- Header ---- */
#header
{
	width: 950px; 
	height: 160px;
}
#headerLogoLeft
{
	float: left;
}
#headerLogoRight
{
	float: left;
    overflow: hidden;
}
/* ---- Content ---- */
#content
{
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	width: 470px;
}	
#content #footer
{
	margin-top: 20px;	
	font-size: 10px;
	text-align: center;
}
#guestbook #item 
{
	background-color: #e4e4e4;	
	margin-top: 20px;		
	padding: 5px;	
	font-size: 14px;
	width: 100%;	
}
#guestbook #new 
{
	background-color: #e4e4e4;		
	padding: 5px;		
	font-size: 14px;
	width: 100%;
}
/* ---- Menu Left ---- */
#menuleft
{
	padding-top: 20px;
	float: left;
	width: 205px;
	background-color: #6d6e71;	
}
.activeLink
{
	text-decoration: underline;	
}
.menu
{
	list-style-type: none;
	padding-left: 25px;
	margin: 0;
}
.menu li
{
	padding-top: 10px;	
	font-size: 18px;
}
.menu li a
{
	color: #FFFFFF;		
}
.submenu
{	
	list-style-type: none;
	padding-left: 10px;
	margin: 0;	
}
.submenu li a
{
	font-size: 15px;
	color: #FFFFFF;
}
/* ---- Menu Right ---- */
#menuright
{
	float: right;
	height: 100%;
	width: 226px; 
	line-height: 18px;	
}
#menuright #adress
{
	background-color: #e4e4e4;	
	margin-top: 1px;		
	padding: 20px 0 20px 10px;	
	font-size: 13px;	
}
#menuright #newsletter
{
	background-color: #e4e4e4;		
	margin-top: 1px;	
	padding: 20px 0 20px 10px;
	font-size: 13px;	
}
#menuright #newsletter .header
{	
	height: 20px;	
	font-weight: bold;
}
