@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }

.text1 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: bold;
	font-size: 15px;
}
.text-black-small {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
}

.text-black-lg {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 26px;
}
.text2-orange {
	color: #cc3b22;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text3-darkgray {
	color: #353535;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.sub-bg {
	background-image: url(images/sires_03.jpg);
	width: 950px;
}
a {
	color: #000;
	text-decoration: underline;
}
a.orange {
	color: #cc3b22;
	text-decoration: underline;
}
a.white {
	color: #cc3b22;
	text-decoration: underline;
}
.border {
	border: 3px solid #cc3b22;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;}
#contact-subpage {
	padding: 5 15 5 15;}
