@charset "UTF-8";

/* DIVS. */
 
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: #190201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #190201;
	background-image: url(../images/background);
	background-repeat: no-repeat;
	background-position: center top;
}
h1{
margin:0 0 20px 0;
}
h2, h3{
	margin:0 0 3px 0;

}
a{
	color: #190201;
}
.oneColFixCtr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #logo {
	padding-top: 15px;
	padding-bottom: 10px;
}
.oneColFixCtr #menucontainer {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.oneColFixCtr #mainimage {
	float:left;
	text-align: left;
}
.oneColFixCtr #maintext {
	float:left;
	width: 346px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}


/* FONTS. */

p {
	font-size: 12px;
	line-height: 18px;
	color: #200F0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
}
