.example_6_item {
        width: 640px;
}

#example_6 {
        position: relative; /* important */
        overflow: hidden; /* important */
        width: 640px; /* important */
        height: 560px; /* important */
        margin-left: 36px;
	background-color:#123456;
	/*background-color: #0000c3;*/
}

#example_6_content {
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-top: 5px;
	background-color:#123456;
}

#example_6_content li {
        list-style: none;
        margin: 0;
        padding: 0;
}

#example_6_content {
        width: 22000px;
}
#container_bd #example_6 ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        border: none;
}

#container_bd #example_6 ul li img {
        display: block;
}

#example_6_frame {
        position: relative;
        margin-top: 500px;
        margin-left: 200px;
}

#container_bd #example_6_frame ul li {
        margin: 0 2px;
        background-color:#123456;
        border: 1px solid black;
}

#container_bd #example_6_frame ul li img{
        padding: 2px;
}
#container_bd #example_6_frame ul li:hover {
        border: 1px solid white;
}



body{
	/*background-color: #000000;Black side backgrounds*/
	background: url('images/bg.jpg') #000000 center top no-repeat fixed;
	color: #E0FFFF;
	font-family: Century Gothic;
	text-align: center;
	margin-bottom:0px;
	margin-top:0px;
}

a:link{
	/*links that have not been visited are light blue colored */ 
	color: #33FF99;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	/*visited links are greyish */ 
	color: #993333; 
}

html{
	scrollbar-base-color: #7E2217;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #123456;

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

	scrollbar-highlight-color: #7E2217;
	scrollbar-3dlight-color: #FFFFFF;
}

#lamarBody{
	width: 1000px;
	min-height: 400px;
	background-color: #0000c3;
	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%;
	background-color: #123456;
	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;
	float: center;
}

#bottom{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size: 10pt;
	width:1000;
	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;
}

.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;
}