/* light house design */

body{
    font-size:95%;
	background-color:#000000;
	width:800px;
}

#masthead{
    font-size:120%;
	width:100%;
}

h1{font-size:120%;
}

#bg{
	z-index:1;
	position:relative;
	height:480px;
	width:640px;
	left: 11px;
}

#bg div{
    z-index:2;
	position:relative;
	height:480px;
	width:640px;
}

#bg div.title{
    position:absolute;
	height:26px;
	width:400px;
	right:10px;
	top:10px;
	font-size:48px;
	font-style: italic;
	font-family:"ces";
	font-weight: bold;
	color:#000000;
	text-align:right;
}

#bg div.item{
	position:absolute;
	height:270px;
	width:135px;
	left:5px;
	top:100px;
	color:#483d8b;
	font-weight: bold;
	text-align:right;
}

#bg div.article{
	position:absolute;
	height:270px;
	width:307px;
	left:140px;
	top:100px;
	color:#483d8b;
    font-weight: bold;
	text-align:left;
}

#bg div.link{
    position:relative;
	color:#FFFFFF;
	top:440px;
	height:20px;
	width:620px;
	background-color:#000000;
	filter:alpha(opacity=70,style=0);	
}

