@charset "utf-8";
body {
	background: #000000;
	background-image:url(../images/bg_dl3.jpg);
	margin: 60px; /* 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: #FFF;
	height: auto;
	width: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 10px;
	line-height:20px;
	text-decoration: none;
	font-weight: 500;
}

a:link  {
	color: #aad6f5; /* Link */
	text-decoration: none;
}

a:visited  {
	color: #95cdf5; /* Link */
	text-decoration: none;
}

a:hover  {
	color: #E7B325; /* Link */
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #777;
	border-right-color: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/li_bg_plus.jpg);
	height: 680px;
}
.oneColFixCtr #container2 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	color: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #666;
	border-right-color: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/page_background.jpg);
	height: 593px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContent p {
	float: left;
	width: 300px;
}
#background {
	background-image: url(../images/layer_bg3.png);
	position: absolute;
	top: 180px;
	width: 300px;
	height: 280px;
}
#insert {
	position: absolute;
	top: 100px;
	width: 260px;
	height: 30px;
}
.rightContent {
	font-family:"Palatino Linotype", "Book Antiqua";
	font-size:24px;
	line-height:30px;
	text-align: left;
}
#footer {
	font-size: 10px;
	font-weight: 500;
	margin-top:30px;
	text-decoration: none;
	padding-top: 10px;
}
#footer2 {
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	margin-top: 1px;
	padding-top: 10px;
}

