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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	color: #DEDEDE;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 19px;
	background-image: url(template/elements/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 1px solid #7E7E00;
	background-color: #000000;
}

#header {
	padding: 0px;
	background-image: url(template/elements/LL_header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E7E00;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFF00;
	margin: 0px;
	padding: 5px;
	float: right;
	border: 0; !important

}

#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 472px;
	width: 160px;	
}


#topnav {
	margin: 0px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #E0E000;
	text-align: left;
	font-variant: small-caps;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topnav a {
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #666666;
}
#topnav a:link, #topnav a:visited {
	color: #DCDC00;
	background-color: #1F1F1F;
}
#topnav a:hover, #topnav a:active {
	color: #000000;
	background-color: #DCDC00;
}

.share {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 16px;
	width: 140px;
}


#content_area {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#name {
	/*background-image: url(template/elements/LL_name.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 60px;
	padding-bottom: 15px;
}
#name h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	/*width: 290px;*/
}

#content p {
	margin-bottom: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.cap {
	clear: both;
	height: 1px;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(template/elements/LL_footer.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#footer p {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 90px;
	text-align: left;
	padding-left: 150px;
	margin: 0px;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.copyright {
	font-size: 10px;
}



#ee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#ee a:link, #ee a:visited {
	text-decoration: none;
	color: #333333;
}
#ee a:hover, #ee a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
