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


/*----------Global Default Settings-----------*/
* {
margin:0;
padding:0;
line-height: 100%;
}
br, tr, td, table, div, form{
line-height: 100%;
border:none;
}

body {
	background:url(../images/ll_bg.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#19000e;
	color:#CCCCCC;
	}
	
a:hover {
	color:#d936a4;
}

a:visited {
	color:#d936a4;
}

	
/*----------General Site Container-----------*/
.container {
	width:1000px; 
	background:url(../images/ll_container_bg.gif);
	background-repeat:repeat-y;
}
.container a {
	text-decoration:none;
	color:#d936a4;
	
}

.header{
	width:1000px;
	height:123px;
	background:url(../images/ll_header.jpg);
	background-repeat:no-repeat;
}

.nav_bar{
	width:1000px;
	height:27px;
	background:url(../images/ll_nav_bg.gif);
	background-repeat:no-repeat;
}

.title_bar01{
	width:1000px;
	height:20px;
	background:url(../images/ll_title_bar01.gif);
	background-repeat:no-repeat;
	font-size:12px;
	padding-top:2px;
	margin-bottom:-2px;
	color:#FFFFFF;
}

.title_bar02{
	width:1000px;
	height:37px;
	background:url(../images/ll_title_bar02.gif);
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bolder;
	padding-top:9px;
	margin-bottom:-9px;
	color:#FFFFFF;
}

.divider01{
	width:1000px;
	height:2px;
	background:url(../images/ll_divider01.gif);
	background-repeat:no-repeat;
	}

.footer {
	width:1000px;
	height:35px;
	background:url(../images/ll_footer_bg.gif);
	background-repeat:no-repeat;
	font-size:10px;
}


/*----------Area-----------*/

.info{
	width:990px;
	height:auto;
	font-size:12px;
	padding-left:10px;
	padding-top:2px;
	margin-bottom:-2px;
	}

/*----------Others-----------*/

.input {
	border:0;
		}

.form {
margin:0;
padding:0;
border:0;
} 
