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

body{
	background-image: url(../images/alm_background.gif);
}

#container{
	position: relative;
	margin: 0px auto;
	top:0px;
	background-image: url(../images/page_opener.jpg);
	width:1050px;
	height:800px;
	overflow: hidden;	
}

#logo{
	position:absolute;
	width:200px;
	height:58px;
	left: 441px;
	top: 309px;
}

#nav{
	position:absolute;
	width:223px;
	height:193px;
	left: 584px;
	top: 399px;
}

#quote{
	position:absolute;
	width:223px;
	height:37px;
	left: 584px;
	top: 255px;
	color: #900;
	font-weight: bold;
	overflow: hidden;
}

.nav{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#900;
	text-decoration:none;
	line-height: 25px;
}

.quote{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#900;
	font-style:italic;
}