body {
	padding: 0;
	margin: 0;
}

.container {
	width: 950px;
}

/* header */

#header-container {
	width: 100%;
	height: 105px;
	background: url(../images/header-bg.gif) repeat-x 0 100%;
}

#branding {
	position: relative;
}

h1.logo {
	position: absolute;
	top: 8px;
	left: 0;
	width: 239px;
	height: 89px;
	
}

h1.logo a {
	float: left;
	width: 239px;
	height: 89px;
	overflow: hidden;
	background: url(../images/lins-logo.png) no-repeat 0 0;
	text-indent: -1000em;
}

h2#header-title {
	float: right;
	padding: 20px;
	font-family: Georgia,"Times New Roman",Serif;
	color: #fff;
}

ul#main-nav {
	position: absolute;
	top: 70px;
	right: 0px;
}

ul#main-nav li {
	float: right;
	padding-left: 10px;
	font-size: 14px;
}

ul#main-nav a {
	color: #fff;
}

ul#main-nav a:hover {
	color: #ccc;
}


/*end header*/

/*main*/

#hr-title {
	border-bottom: 1px solid #000;
}

#hr-title p {
	margin: 10px 0 2px 0;
}

#main-content h1,h2 {
	font-family: Georgia,"Times New Roman",Serif;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

#navcontainer ul {
	list-style-type: none;
}

li {
	margin: .5em 0;
}

#navcontainer h5 {
	margin-bottom: 8px;
}

#displaycontainer img {
	margin-top: 1.5em
}

/* contact */

#contact-container {
	width: 90%;
	margin: 30px;
}

#contact h1,h2,h3 {
	font-family: Georgia,"Times New Roman",Serif;
}

#contactbar h1,h2,h3 {
	font-family: Georgia,"Times New Roman",Serif;
	margin-bottom: 10px;
}

#contactbar ul {
	list-style-type: none;
}

#contactbar ul  li{
	margin: 0 0 0 0;
}

/*contact*/

#footer {
	width: 100%;
	height: 110px;
	text-align: center;
	margin: 30px auto 30px;
}

.box-2{ 
  padding: 1.5em 0 1.5em 1.5em; 
  margin-bottom: 1.5em; 
}