
body{
	background:#ccc url('../images/ljs_body_bg.png') repeat-x;
	font: 78%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#333;
}

#wrap{
	margin:0 auto;
	width:760px;
	height:500px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	color:#900;
}
a:hover{
	color:#600;
	border-color:#600;
}

#head{
	background:#ccc url('../images/ljs_top.png') no-repeat;
	height:130px;
}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}

#head h1.title{
	position: relative;
	top: 30px;
	left: 130px;
	color:#FFF;
	width:500px;
	font: 20pt 'Times New Roman',Verdana,sans-serif;

}

#head h2.title{
	position: relative;
	top: 16px;
	left: 165px;
	color:#FFF;
	width:500px;
	font: 14pt 'Times New Roman',Verdana,sans-serif;

}

#main{
	background: url('../images/main_bg.png') center repeat-y;
	margin:0px auto;
	width:759px;
	padding: 0 0px 0 1px;
	overflow:hidden;
}

#logo{
	position:relative;
	margin: 0 65px;
	top:20px;
	background-image:url('../images/ljs_badge.jpg');
	width:500px;
	height:130px;
	overflow:hidden;
	background-repeat:no-repeat;
}


#splash{

		padding-top:16px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	background-position: 48% 0%;
}
#content h2{
	color:#900;
	margin:5px 10px 0 0;
	line-height:20px;
	background: url('../images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;
}

#content h3{
	color:#900;
	margin:5px 10px 0 0;
	line-height:20px;
	padding: 0px 0 0 15px;
}

#footer{
	clear:both;
	background: url('../images/bottom.png') center no-repeat;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}


#content div.box1{
	margin: 30px 15px 10px 10px;
	float:left;
}

#content div.box2{
	width:330px;
	margin: 30px 15px 20px 15px;
	float:left;
}

