/*------------------- COMMON -----------------------*/

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
form {
	margin: 0px;
}

/*-------------------- MAIN ------------------------*/

body {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #E7E7E6;
	padding-bottom: 30px;
}

.wrapper {
	width: 1004px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
}
.main {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	text-align: right;
	vertical-align: bottom;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 605px;
	font-size: 24px;
	color: #666666;
	padding-right: 15px;
	padding-bottom: 10px;
}
.header strong {
	color: #FF3300;
}

.link {
	background-image: url(images/linkbg.gif);
	background-repeat: repeat-x;
	height: 52px;
}
.link h1 {
	font-size: 25px;
	color: #66A0C4;
	margin: 0px;
	padding-left: 10px;
}
.link a {
	font-family: "Arial Narrow";
	font-size: 21px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 17px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 2.1em;
	padding-top: 9px;
	padding-bottom: 8px;
}
.link a:hover {
	color: #FF9900;
}
.link span {
	font-family: "Arial Narrow";
	font-size: 21px;
	color: #FF9900;
	padding-right: 10px;
	padding-left: 17px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 2.1em;
	padding-top: 9px;
	padding-bottom: 8px;
}
.picture {
	vertical-align: top;
	width: 339px;
}
.content {
	vertical-align: top;
	height: 500px;
}
.content p {
	padding-right: 5px;
	padding-left: 20px;
}
.content h1 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
}
.content span {
	font-size: 18px;
	color: #1B70AC;
}
.content h1 strong {
	color: #FF3300;
	font-weight: normal;
}
.content b {
	color: #FF3300;
}

.contact {
	background-image: url(images/contactbg.gif);
	padding: 20px;
	background-color: #E6E7E6;
	background-repeat: repeat-x;
	color: #666666;
}
.contact h2 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
}
.contact p {
	margin: 0px;
}
.contact span {
	color: #FF3300;
}

.footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6E7E7;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 974px;
    }
