@charset "UTF-8";
* {
	margin: 0; 
	padding: 0;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.lasan_styles #container {
	width: 751px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.lasan_styles #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	padding-left: 20px;
	height: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #67602D;
}
.logo {
	margin-top: 85px;
	padding-bottom: 20px;
}
.brands {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 495px;
}
.lasan_styles #mainContent {
	width: 483px;
	margin-left: 268px;
	background-image: url(images/index_image.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 297px;
} 
.logos {
	padding-top: 40px;
}
#mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #774F3E;
	font-weight: bold;
	padding-left: 20px;
}
#mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #67602D;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: underline;
}
#mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #774F3E;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}
#mainContent a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #774F3E;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}
#footer {
	height: 75px;
	margin-top: 4px;
	border: 1px solid #67602D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6.5pt;
	font-weight: normal;
	color: #67602D;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer a:link {
	color: #67602D;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #67602D;
}
#footer a:visited {
	color: #67602D;
}
.divider {
	padding-top: 125px;
	padding-bottom: 20px;
}
.flashmovie {
	margin-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 110%;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
}
