*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #dbd9bd;
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	min-width: 960px;
}
#wrapper{
	background-color: #dad9be;
	background-position: center top;
	background-repeat: no-repeat;
}

/* @group Masthead */

#information{
	text-indent: -5000px;
}

#masthead{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 340px;
}
#logo{
	position: absolute;
	right: 17px;
	top: 33px;
}

#nav{
	list-style: none;
	position: absolute;
	right: 4px;
	top: 266px;
	width: 332px;
	height: 50px;
	background-image: url(/images/layout_images/nav_bg.png);
	line-height: 50px;
	padding: 0 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav li{
	display: inline;
	margin-left: 11px;
}
#nav li a{
	color: #bab8a0;
	font-size: 1.45em;
	font-weight: normal;
}
#nav li:first-child{
	margin-right: 0 !important;
}

#nav li a:hover, #nav li.selected a{
	color: #FFF;
}
#contact{
	margin-right: 0 !important;
}

#title_bar{
	background-image: url(/images/layout_images/title_bar_repeat.gif);
	height: 77px;
	line-height: 77px;
}
#title{
	width: 960px;
	margin: 0 auto;
	background: url(/images/layout_images/title_bg.gif) -75px top;
}

#title h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dbd8bd;
	font-weight: lighter;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 1px;
}

/* @end */

/* @group Content */

#page{
	width: 960px;
	margin: 0 auto;
	color: #444444;
	padding-top: 4px;
	padding-bottom: 50px;
}

#page h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dbd8bd;
	font-weight: normal;
	font-size: 2.2em;
	color: #444444;
	padding: 29px 0;
}

#page p{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#page a{
	color: #a4343e;
}

#content{
	float: left;
	margin-right: 66px;
	display: inline;
}

#content_left_col{
	float: left;
	width: 260px;
	margin-right: 20px;
	display: inline;
}
#content_right_col{
	float: left;
	width: 260px;
}

#content_col div{
	width: 540px;
	column-count: 2;  
	column-gap: 20px;
	
	-moz-column-count: 2;  
    -webkit-column-count: 2;  

    -moz-column-gap: 20px;  
    -webkit-column-gap: 20px;
}

#gallery_list{
	width: 540px;
}

#gallery_list a{
	border: 3px solid #bbb9a5;
	float: left;
	margin: 0 16px 16px 0;
}

.end_row{
	margin-right: 0 !important;
}


#home_right{
	float: left;
	width: 337px;
}

/* Blog_items
***************************/
.blog_item{
	margin-bottom: 40px;
	float: left;
}

.blog_item img{
	float: left;
	margin-right: 13px;
	display: inline;
	border: 3px solid #bbb9a5;
}

.blog_info{
	float: left;
	width: 211px;
}

.blog_info a{
	font-size: 1.2em;
	font-weight: bold;
}

.blog_info .date{
	font-size: 1em !important;
	padding: 5px 0;
	margin-bottom: 0 !important;
}

.blog_info .read_more{
	font-size: 1.2em !important;
	font-weight: normal;
}






/* @end */

#footer{
	margin: 0 auto;
	width: 960px;
	padding: 20px;
	background: url(/images/layout_images/dot.gif) repeat-x;
	position: relative;
	color: #2c2c2c;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

#footer a{
	color: #2c2c2c;
}


#lime29_link{
	position: absolute;
	right: 28px;
}


/* General
***************************/
a img{
	border: none;
}
a{
	text-decoration: none;
}
.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}