@charset "UTF-8";
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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EA008B;
	line-height: 19px;
}
.contact {
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #EA008B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EA008B;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #EA008B;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 601px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#navigation {
	width: 293px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#scroller {
	float: left; /* since this element is floated, a width must be given */
	width: 398px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 153px;
	overflow:hidden;
	padding: 0;
}
marquee { width: 398px; padding: 0; height: 153px; }
marquee img { border: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); -moz-opacity: 0.75; }
marquee img:hover { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; }
#mainContent { 
	overflow: auto;
	height: 105px;
	width: 512px;
	margin-right: 50px;
	padding-left: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
} 
#footer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	font-size: 12px;
	color: #231F20;
	margin-left: auto;
	margin-right: auto;
}

#footer a { color: #231F20; }

#footer a:hover { color: #FFFFFF; }

.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;
}
#formBox {
	height: 598px;
	width: 598px;
	background-image: url(../images/bg_adress.jpg);
	border: 1px solid #000000;
	background-repeat: no-repeat;
	text-align: left;
}
#formContent {
	overflow: auto;
	height: 105px;
	width: 238px;
	margin-top: 307px;
	margin-bottom: 25px;
	padding-left: 80px;
	margin-right: 50px;
}
#pressImage {
	float: left;
	width: 230px;
	margin-top: 245px;
	text-align: center;
	overflow: hidden;
}
#pressBox {
	height: 598px;
	width: 598px;
	border: 1px solid #000000;
	background-image: url(../images/bg_press.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
