@charset "utf-8";
body {
	background-color: #330000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.textbg {
	background-image: url(images/text-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	line-height: 22px;
}
.contactbg {
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.imagefloat {
    float: left; 
    margin: 8px; 

}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-indent: 10px;
}

.tooldbarbg {
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-color: #590D0D;
}
.sidebg {
	background-image: url(images/side-bg.gif);
	background-repeat: repeat-y;
	background-color: #590D0D;
}
h1 {
	font:bold 24px "Times New Roman", Times, serif;
	padding-top: 10px;
}
.contactus {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
}
