* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, Times, Serif;*/
	font-size:.8em;
}

h1 {
	font-size:3em;	
}

img {
	border:none;
}

map {
	border:1px solid #444;
}

#content {
	margin:auto;
	margin-top:50px;
	width:696px;
	height:446px;
	background-image:url('../img/background.png');
	background-repeat:no-repeat;
}

	#content h1 {
		/*display:none;*/
		height:0;
		line-height:0;
		visibility:hidden;
	}


#logo {
	float:left;
}

	#logo a {
		text-decoration:none;
		display:block;
		width:280px;
		height:444px;
	}
	
	#logo a span {
		visibility:hidden;
	}

#side, #side_excuse {
	width:354px;
	float:right;
}

#side {
	margin:100px 50px 0 0;
}

	#side p {
		font-size:1.4em;
		color:#fff;
		margin:0 0 5px 0;
	}	
		
		#side p:first-letter {
			font-size:2em;
			font-weight:bold;
			line-height:1.1em;
			margin:0 3px 0 0;
			color:#000;
		}
		
		#side p a:link, #side p a:visited {
			color:#000;
			font-weight:bold;
			text-decoration:none;
		}
		
		#side p a:hover, #side p a:active {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}

#side_excuse {
	margin:20px 50px 0 0;
}
	
	#side_excuse ul {
		margin:15px 0 15px 10px;
		padding:0;
		list-style-type:none;
	}
	
		#side_excuse li {
			font-size:.9em;
			font-weight:bold;
			color:#000;
			margin:0 0 5px 0;
		}

	#side_excuse p {
		font-size:.9em;
		color:#fff;
		margin:0 0 5px 0;
	}
		
		#side_excuse p:first-letter {
			font-size:1.5em;
			font-weight:bold;
			line-height:1.1em;
			margin:0 3px 0 0;
			color:#000;
		}
		
		#side_excuse p a:link, #side_excuse p a:visited {
			color:#000;
			font-weight:bold;
			text-decoration:none;
		}
		
		#side_excuse p a:hover, #side_excuse p a:active {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}

	#customer, #visitor {
		font-size:2em;
		color:#fff;
		margin:0 0 5px 0;
		text-align:center;
	}
	
	#back {
		margin:15px 0 0 0;
		text-align:right;
	}
	
		#back a:link, #back a:visited {
			font-size:1em;
			font-weight:bold;
			text-transform:uppercase;
			color:#000;
		}
		
		#back a:hover, #back a:active {
			color:#fff;	
		}
		
		#back img {
			margin:0 3px 0 0;
		}
	
	#headword {
		font-size:2.5em;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		color:#000;
		margin:130px 0 0 0;
		text-align:center;
	}
	
	#customer a:link, #visitor a:link, #customer a:visited, #visitor a:visited {
		text-decoration:none;
		display:block;
		color:#fff;
		width:354px;
		height:41px;
		padding:16px 0 10px 0;
		background-image:url('../img/button.png');
		background-repeat:no-repeat;
	}
	
	#customer a:hover, #visitor a:hover, #customer a:active, #visitor a:active {
		color:#000;
		background-image:url('../img/button-over.png');
		background-repeat:no-repeat;
	}
	
#footer {
	width:448px;
	height:57px;
	margin:auto;
	margin-top:10px;
	text-align:center;
	background-image:url('../img/footer.png');
	background-repeat:no-repeat;
}

	#footer ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		
		#footer ul li#contact {
			color:#0083D7;
			padding:5px 0 0 0;
			font-size:1.4em;
			font-weight:bold;
		}
		
		#footer ul li#address {
			color:#000;
			padding:5px 0 0 0;
			font-weight:normal;
		}
		
	#footer a:link, a:visited {
		color:#0083D7;
		text-decoration:none;
	}
		
	#footer a:hover, a:active {
		color:#000;
	}