body {
/*background-image:url(../images/body-bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#6c2c00;*/
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #258874;
	margin:0;
	}

h1 {
	color: #bb3a60;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	}
	
h2 {
	color: #6c2c00;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}

h3 {
	color: #bb3a60;
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	}

a:link, a:visited {
	color: #bb3a60;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	}


p
{	padding:0px 320px 0px 0px;
margin:0px;
}
	
#background
{
height:100%;
position:fixed;
top:0;
width:100%;
background-image:url(../images/background.jpg);
background-position: center;
background-repeat:no-repeat;
overflow:scroll;
}


#container {
	background-color: #f7edd9;
	border: 2px solid  #fff;
	margin:20px auto;
	width: 835px;
	padding:310px 10px 10px 10px ;
	background-image:url(../images/container-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	
}

#linkList 
{
	float:left;
	width: 240px;
	margin-right:20px;
	background-color:#FFFFFF;
	margin-bottom:85px;
}

#linkList h1 
{	font-size:14px;
	color:#FFFFFF;
	background-color:#bb3a60;
	width: 230px;
	padding:5px;
	font-weight:bold;
	margin:0px;
}


#linkList ul 
{
	margin: 0;
	padding:5px;
	list-style: none;
}

#linkList li
	 {	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFf;
	color:#6c2c00;
	line-height:25px;
	}


#linkList a:link, #linkList a:visited {
	font-size: 11px;
	color: #bb3a60;
	font-weight:bold;
	}

#linkList a:hover, #linkList a:active {
	color: #6c2c00;}
	
	

#rightbox
{ float:right;
width:270px;
padding-right:15px;
margin-top:70px;

}

#img a
{	border: #FFFFFF 0px;
text-decoration:none;
}

#footer {
		text-align:center;
}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #990000;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}

