@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	font-weight: bold;
	color: #000000;
	background:url(../images/BR_Raised_gry_BG.gif) center repeat-y;
	}
#continerBorder{
	border:double thick #000000;
	padding:15px 15px;
	width:965px;
	margin:10px auto;
	background-color: #FF0000;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FF3333;
	color:#000000;
	padding: 0 10px 10px  20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 10px;
	border: double medium #000000;
}
#headerTagline{
	border:solid thin #000000;
	padding:3px 3px;
	font-family:"Script MT Bold", "French Script MT";
	font-size:medium;
	margin:20px 10px 15px 5px;
}

#headerAdress{
	font-size:small;
	text-align: justify;
	padding: 5px 5px;
	margin:0px 0px 10px 5px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav{
	margin:0 auto;
	width:800px;
	color:#CCCCCC;
	border:2px solid #000000;
	align:center;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FF0000;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ff3333;
	color:#000000;
	border:double medium #000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mtsAdress{
	border:solid thin #000000;
	padding:3px 3px;
	font-family:"Script MT Bold", "French Script MT";
	font-size:medium;
	margin:20px 10px 1px 5px;
}
#footerAdress{
	font-size:small;
	text-align: justify;
	padding: 5px 5px;
	margin:0px 0px 10px 5px;
}
.fltRite{
	float:right;
	clear:left;
}
.fltLft{
	float:left;
	
}
.clearBoth{
	clear:both;
}
.style1 {
	font-family: "Cooper Black", "Cooper Std Black";
	text-transform: capitalize;
}
.style2 {font-size: large}
.imgBdrDoub{
	border:double medium #000000;
}

.oneColFixCtrHdr #continerBorder #container #mainContent a
{
	color: #CCCCCC;
}
