body{
	background: url(/images/discoLightWhite.jpg) #222222 top center no-repeat;
	color: #cccccc;
	font-family: Century Gothic;
	margin-bottom:0px;
	margin-top:0px;
}

a:link, a:hover, a:visited{
	color: #81cbe5;
}

a:hover{
	text-decoration:underline;
}

.content{
	font-size:10pt;
	text-align:left;
}

h2{
	color: #81cbe5;
	margin-bottom: 10px;
}

.content img{

}

#lamarBody{
	width: 1000px;
	min-height: 400px;
	background-color: #123456;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 0px;
}
#lamarText{
	float: left;
	text-align: left;
	margin-left:5px;
}

#lamarHeader{
	width: 1000px;
	background-color: #123456;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#searchbar{
	width: 100%;
	background-color: #123456;
	color: #E0FFFF;
	text-align: right;
	margin-bottom: 1%;
}

#sidebar{
	width:100%;
	color: #E0FFFF;
	float: right;
	text-align: left;
}

#Bbox{
	height: 260px;
	width: 720px;
	background-color: #7E2217;
	border-style: double;
	border-color: #000000;
	border-width: 5px;
	margin-top: 10px;
	margin-right: 10px;
}

#bottom{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size: 10pt;
	width:1000px;
	margin-right: auto;
	margin-left:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Lbox{
	height: 200px;
	width: 200px;
	background-color: #FFFFFF;
	color: #254117;
	float: left;
	border-style: double;
	border-color: #000000;
	border-width: 5px;
	margin: 6px;
}

.picBox{
	height: 400px;
	width: 300px;
	background-color: #7E2217;
	border-style: double;
	border-color: #000000;
	border-width: 5px;
	margin-right: 15px;
	float: left;
}

html{
	scrollbar-base-color: #222222;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #222222;

	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color: #222222; 
	scrollbar-darkshadow-color: #222222;

	scrollbar-highlight-color: #222222;
	scrollbar-3dlight-color: #FFFFFF;
}


.Lamarlink{
	width: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	float: left;
}

#mission {
  background-image: url("/images/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom:30px;
  padding-right:30px;
  padding-left:30px;
  margin-top: 10px;
  height: 210px;
}

#mission #picture {
  float: left;
  width: 40%;
}

#mission #text {
  float: right;
  width: 56%
}

#teaser {
  background-image: url("/images/vTeaser.png");
  background-repeat: repeat-y;
  background-position: top right;
  height:180px;
  padding-left: 50px;
}

#teaser .teaserLeft {
  float: left;
  width: 250px;
}

#teaser .teaserMiddle {
  float: left;
  width: 150px;
  padding-left: 30px;
}

#teaser .teaserRight {
  float: left;
  width: 310px;
}


