body {
	background: #fff url("/i/bg-bar.png") 0 50px repeat-x;
	padding: 0 0 30px 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	border-bottom: 5px #000 solid
}

	#header {
		position: relative;
		height: 285px;
		background: transparent url("/i/header-img.png") 100% 100% no-repeat;
	}
	
		#header h1 {
			position: absolute;
			top: 160px;
			left: 0;
			font-size: 30px;
			color: #fff;
		}
		
		#header h2 {
			position: absolute;
			top: 195px;
			left: 0;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
			color: #d55505;
		}
		
		#logo {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #000;
			width: 250px;
			height: 115px;
			background: #fff;
		}
			#logo img {
				display: block;
			}
			
		#top-navigation {
			position: absolute;
			top: 50px;
			right: 0;
			height: 55px;
		}
		
			#top-navigation li {
				float: left;
			}
			
				#top-navigation li a {
					display: block;
					height: 35px;/*55*/
					float: left;
					padding: 20px 15px 0 15px;
					color: #fff;
					font-size: 14px;
					line-height: 16px;
					text-decoration: none;
					text-transform: uppercase;
				}
				
				#top-navigation li a:hover,
				#top-navigation li.on a {
					background: #000;
				}
				
#container {
	padding: 20px 0;
}

#sidebar {
	width: 250px;
	float: left;
}

	a#book-link {
		display: block;
		padding: 15px;
		background: #d55505;
		color: #fff;
		text-decoration: none;
		font-size: 19px;
		text-transform: uppercase;
		line-height: 28px;
	}
	
	a#book-link:hover {
		background: #000;
	}
	
		a#book-link span {
			font-size: 34px;
		}
		
	#sidebar-img {
		display: block;
		width: 250px;
	}
	
	#sidebar-call {
		display: block;
		padding: 15px;
		color: #000;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 28px;
	}
	
		#sidebar-call span {
			color: #d55505;
			font-size: 34px;
		}
		
	#sidebar-contact {
		background: #000;
		color: #fff;
		padding: 15px;
		font-size: 14px;
		line-height: 18px;
	}
	
		#sidebar-contact h1 {
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 15px 0;
			color: #d55505;
		}
		
		#sidebar-contact a {
			color: #d55505;
			font-size: 14px;
		}
		
			#sidebar-contact a:hover {
				color: #fff;
			}

#main {
	float: left;
	padding: 0 0 0 40px;
}

.column-1 { width: 660px !important; }
.column-2 { width: 390px !important; }

	#main h1 {
		font-size: 36px;
		font-weight: bold;
		color: #d55505;
		margin: 0 0 15px 0;
	}
	
	#main p {
		font-size: 15px;
		line-height: 24px;
		margin: 15px 0;
	}
	
		#main p a {
			font-size: 15px;
			color: #d55505;
		}
		
			#main p a:hover {
				color: #000;
			}
			
		#main p strong {
			font-size: 15px;
			font-weight: bold;
		}
			
		#main table {
			width: 100%;
			border-collapse: collapse;
			margin: 0 0 5px 0;
		}
		
		#main table th {
			background: #d55505;
			padding: 5px;
			color: #fff;
			font-size: 14px;
			vertical-align: middle;
			line-height: 18px;
		}
		
		#main table td {
			padding: 5px;
			color: #000;
			font-size: 14px;
			border-bottom: 1px solid #d55505;
			vertical-align: middle;
			line-height: 18px;
		}
		
		#main a.caption-link {
			font-size: 14px;
			line-height: 24px;
			color: #d55505;
		}
		
		#main a.caption-link:hover {
			color: #000;
		}
		
		#google-map {
			border: 10px solid #eee;
			margin: 15px 0;
		}
		
			#google-map img {
				display: block;
			}
		
	
#inner-sidebar {
	width: 230px;
	float: right;	
}

	#inner-sidebar h1 {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #d55505;
	}
	
	#inner-sidebar ul li {
		font-size: 14px;
		line-height: 26px;
		padding: 0 0 0 15px;
		background: transparent url("/i/lidot.png") 0 9px no-repeat;
	}
	
	#inner-sidebar a {
		color: #d55505;
		font-size: 14px;
	}
	
	#inner-sidebar-images {
		border-top: 1px #000 solid;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}
	
		#inner-sidebar-images img {
			display: block;
			margin: 0 auto 15px auto;
			width: 200px;
			border: 1px #000 solid;
		}
		
		
#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	line-height: 18px;		
}

	#footer a {
		font-size: 14px;
		line-height: 18px;
		color: #d55505;
	}
	
		#footer a:hover {
			color: #000;
		}
	
	
		
		