@charset "utf-8";
/* CSS Document */

html {
	height:100%
}

body {
	background-color:#fff;
 	margin:0px;
 	padding:0px;
 	font-family:Arial, Helvetica, sans-serif;
 	height:100%;
	color:#000;
	overflow:hidden;
}

#container {
	background-image:url(../images/lambert_media_group_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	top:-160px;
	height: 900px;
	width: 100%;
}

#middle {
	height:100%;
	width:615px;
	position:relative;
	margin:0 auto;
}

#plate {
	height:240px;
	width:615px;
	position:absolute;
	top:300px;
	/*margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
}

#content {
	margin:0 auto;
	width:539px;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	text-align:justify;
	line-height:19px;
	padding-top:30px;
}

#contact_info {
	position:absolute;
	width:539px;
}

#contact_info a,
#contact_info a:hover,
#contact_info a:visited {
	color:#000;	
	text-decoration:none;
}

#splash_text {
	color:#4d4d4d;
	padding-top:25px;
	text-align:justify;
}

.right {
	float:right;	
}

#footer {
	padding-top:5px;
	/*font-weight:bolder;*/
}

a {
	color:#c54347;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}
