@charset "UTF-8";
body {
	font: 100% "Georgia";
	background: #c6d3d9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5a5052;
	
}

a {
  color: #2aabe2;
}

a:hover {
  color: #2aabe2;
}


#container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 

	text-align: left; 
}
#header {
	background: #FFFFFF; 
	padding: 10px 20px 0 20px;  
	
}

#logo {
	float:center;
	margin: 0px 0 0 5px;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 9pt;
	font-weight:200;
    text-align: center;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent p {
	font-size: 12pt;
	font-weight:100;
	font-family:"Georgia";
	padding: 1px 55px 10px 55px;
	
}

#shell {
	width:800px;
	margin:0 30px;
}

.right {
	float:right;
	margin: 0 75px 0 0;
	border: 1px solid #FCEE21;
}

#lines {
	width: 800px;
	height: 240px;
	background-image: url("images/stripe.png");
	padding: 30px;
}

.map {
	margin:0;
	width:534;
	float:left;

}

.desc {
	float:right;
	width:240px;
	padding: 0 0 0 5px;
}

.desc h2 {
	font-size: 12pt;
	font-weight:100;
	font-family:"Georgia";
	
}

.left {
	float:left;
	margin: 0 0 0 80px;
	border: 1px solid #FCEE21;
}

.center {
	margin:10px 10px 20px 0px;
	width:810px;
	
}

.gallery {
	margin-left:33px;
}

.photo {
	float:left;

}

.bottom {
	width: 590px;
	margin-left: 80px;
	text-align:center;
}

.photo img {
	width:185px;
	height:124px;
	margin:0 12px 12px 0;
	border: 1px solid #2aabe2;
	
}

#comments {
	width: 800px;
	margin:30px 30px;
	border: 1px solid #FCEE21;
}

.clear{
	clear:both;
}

#mainContent ul {
	list-style-type:none;
	font-size:12pt;
}

#mainContent ul li{
	padding:4px;
	margin-right:20px;
}

#mainContent ul.group {
	list-style-type:none;
}

#mainContent ul.group li {
	padding:0px;
}

#footer { 
	margin: 0 20px 0 20px ; 
	border-top:6px solid #FCEE21;
    padding:20px 0;
	
} 

span.design {
	font-color:#c6d3d9;
}

.design a {
	color:#c6d3d9;
	
}

.design a:hover {
	color:#2aabe2;
	
}
#footer h1 {
	margin: 0; 
	text-align: center;
	font-size: 9pt;
	font-weight:200;
}
