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

body {
	font: 100% Helvetica, sans-serif;
	margin: 0; 
	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 */
	background-image: url(Lucky-Locks-images/Lucky-Locks-Splashpage/Background-Pattern_01.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
}
.oneColFixCtrHdr #header {
	background-image: url(Lucky-Locks-images/Lucky-Locks-Navigations/Lucky-Locks-Top-Nav.jpg);
	Height: 57px;
}
.oneColFixCtrHdr #mainContent {
	height: 510px;
	background-image:url(Lucky-Locks-images/Lucky-Locks-Home/Lucky-Locks-Home-Main.png);
}
.oneColFixCtrHdr #mainContent2 {
	height: 510px;
	background-image:url(Lucky-Locks-images/Lucky-Locks-Home/Lucky-Locks-Home-Main-empty.png);
}
.oneColFixCtrHdr #righttext {
	text-align: top;
	margin: 0px;
	width: 430px;
	position: relative;
	left: 0px;
	top: 130px;
	height: 350px;
	float: right;
	padding: 0px 20px 0px 0px;
}	
.oneColFixCtrHdr #lefttext {
	text-align: top;
	margin: 0px;
	width: 380px;
	position: relative;
	left: 20px;
	top: 130px;
	height: 360px;
	float: left;
}	


.oneColFixCtrHdr #secondnav {
	background-image: url(Lucky-Locks-images/Lucky-Locks-Navigations/Lucky-Locks-Second-Nav.jpg);
	position: relative;
	height: 57px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#6BBFF7;
	height: 76px;
}
.oneColFixCtrHdr #footer3 {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#6BBFF7;
}
.oneColFixCtrHdr #footer2 {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#6BBFF7;
	height: 150px;
	position:relative;
}

.bodyfontbrown9 {
	font-size: 9px;
	color: #000000;
	font: Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 90%;
	align: center;

}
.bodyfontbrown10 {
	font-size: 10px;
	color: #000000;
	font: Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 90%;
	align: center;

}
.bodyfontlightblue10 {
	font-size: 10px;
	color: #D3F3FC;
	font: Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 90%;
	align: center;

}
.bodyfontbrown12 {
	font-size: 12px;
	color: #000000;
	font: Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 90%;
	align: center;

}
.bodyfontbrown16 {
	font-size: 16px;
	color: #000000;
	font: Helvetica, sans-serif;
	line-height: 95%;
	letter-spacing: 90%;
	align: center;
	
}
.bodyfontbrown16bold {
	font-size: 16px;
	font-weight: bold;
	font-style: condensed;
	color: #000000;
	font: Helvetica, sans-serif;
	line-height: 95%;
	letter-spacing: 80%;
	align: center;

}
.bodyfontred16bold {
	font-size: 16px;
	font-weight: bold;
	color: #D0202E;
	font: Arial, Helvetica, sans-serif;
	line-height: 90%;
	letter-spacing: 90%;
	align: center;

}

.bodyfontred30bold {
	font-size: 30px;
	font-weight: bold;
	color: #D0202E;
	font: Arial, Helvetica, sans-serif;
	line-height: 88%;
	letter-spacing: 90%;
	align: center;

}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #D0202E;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

