/* */

p, a, div, span {
	margin:0px;
	padding:0px;
	
}

.wrapper {
	margin:0 auto 0 auto;
	text-align:center;
	width:1000px;
	border:6px solid #b00305;
	background:url(images/back.jpg) repeat;
}

.header {
	height:150px;
	padding-top:20px;	
}

.header .white .logo {
	width:800px;
	height:120px;
}

.header .menu	{
	width:1000px;
	margin-top:10px;
	height:30px;
}

.header .menu a	{
	margin:10px;
	font:24px Monotype Corsiva, Tahoma, Verdana;
	font-weight:bold;
	color:#b00305;
	padding:5px 10px 5px 10px;
	text-decoration: underline;
}

.header .menu a.active {
	cursor:pointer;
	color:white;
	background:#b00305;
	text-decoration: underline;
}

.header .menu a:hover {
	text-decoration: none;
	color:white;
	background:#b00305;
}

.container {
	width:1000px;	
}

.container .content {
	width:950px;
	padding:20px;
	text-align:left;
}

.container .content .photos {
	width:880px;
	margin:0 auto 0 auto;	
}

.container .content .photos .photo {
	border:4px solid #ddd;
	margin-left:10px;
	margin-right:20px;
} 

.container .left {
	font:15px Verdana, Tahoma;
	font-weight:bold;
	text-align:left;
	float:left;
	width:280px;
	padding:50px 0 30px 30px;
	height:200px;
}

.container .left .address	{
	padding-left:20px;
}

.container .left .address a	{
	color:#b00305;
}

.container .right {
	padding:30px 0 30px 10px;
	text-align:left;
	float:right;
	padding-right:10px;
	width:670px;
}

.container .right img {
	border:4px solid #ddd;
}

.container .left .lmenu{
	width:150px;
	margin-bottom:10px;
}

.container .left .lmenu a {
	display:block;
	width:150px;
	text-align:left;
	padding:5px 20px 5px 20px;
	font:15px Verdana, Tahoma;
	font-weight:bold;
	color:#b00305;
	text-decoration:underline;
	margin-bottom:5px;
}

.container .left .lmenu a.active {
	background:#b00305;
	color:white;
	text-decoration:none;
}

.container .left .lmenu a:hover {
	background:#b00305;
	color:white;
	text-decoration:none;
}


.clear {
	clear:both;
}