@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	border: none;
}

body {
font-family: myriad, myraid pro, Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
font-size: 12px;
color: #333;
}

h1 {
font-weight: bold;
display: block;
font-size: 14px;
}

h2 {
font-weight: bold;
display: inline;
font-size: 12px;
color: #FF6600;
}


.main {
margin: auto;
background-image: url(img/bg.gif);
width: 780px;
height: 589px;
}

img {
border: none;
}

.logo {
width: 131px;
height: 77px;
padding-left: 80px;
padding-top: 50px;
}

.content {
width: 550px;
height: auto;
padding-left: 130px;
padding-top: 30px;
}

.contact {
padding-top: 20px;
padding-left: 20px;
}

#banners {
  margin: auto;
  width: 234px;
  padding-top: 14px;
}

#banners img { 
  border: 3px solid #E4E5E6; 
}