/* Stylesheet for Stefanie Lueck Design */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C9EA0;
	background: url('../images/bg-pattern2.jpg');
}

img {
	border: 1px solid #9c9ea0;
}

a {
	color: #c5c966; 
	text-decoration: none;
}

a:hover {
	color: #9c9ea0; 
}

h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.cb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mainContainer {
	width: 805px;
	margin: 7% auto;
}

#navigation {
	position: relative;
	width: 150px;
	height: 458px;
	border: 1px solid #9c9ea0;
	background-color: #fff !important;
	background: url('../images/navimg-home.jpg');
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
	float: left;
	margin-right: 11px;
	font-family: "Courier New", monospace;
	font-size: 15px;
}

#navigation a {
	color: #c5c966;
	font-weight: bold;
	display: block;
	margin-bottom: 9px;
}

#navigation a:hover {
	color: #9c9ea0;
}

.navLinks {
	margin-left: 25px;
	margin-top: 20px;
}

.contentArea {
	position: relative;
	width: 640px;
	height: 458px;
	border: 1px solid #9c9ea0;
	background: #fff;
	float: left;
}

.luckLogo {
	position: absolute;
	top: -22px;
	right: 44px;
	width: 195px;
	height: 44px;
	background-image: url('../images/luck-logo.png');
	_background-image: url('../images/luck-logo.png');
	border: none;
}

.contentBox {
	margin: 60px 45px 0 45px;
}

.imgRibbon {
	position: absolute;
	bottom: 20px;
	left: 8px;
}

.imgRibbon img {
	float: left;
	margin-right: 5px;
}

.pdfthumb {
	display: block;
	float: left;
	margin-right: 15px;
	text-align: center;
}

.linkRow {
	margin-bottom: 10px;
}

