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

body {
	
	background-image: url(images/bg_body.png);
	background-repeat: repeat-y;
	width:650px;
	
}

#wrap {
	position: absolute;
	width:1024px;
	height: 768px;
	margin:0px auto;
	border-left:1px solid #0D130D;
	border-right:1px solid #0D130D;
	left: 302px;
	top: 23px;
	}

#header {
	width: 750px;
	height: 222px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:12px 10px;
	background-repeat:no-repeat;
}

#navigation {
	height: 30px;
    width: 750px;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
	align: center;
}

div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 30px;
    
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#000000;
}
div#navigation li a:link {
    color: #FFF:
}
div#navigation li a:visited {
    color: #666;
}
div#navigation li a:hover {
    color: #FC0;
	background-image:url(images/bg_navigationhover.gif);
}
	
#content {
	position:absolute;
	background-image:url(file:///Mac%20HD/Users/fionametcalfe/Desktop/Belle%20Aire/website/images/bg_body.png);
	height: 1000px;
	width: 750px;
	align: center;
}

#info {
	position: absolute;
	height: 50px;
	width: 600px;
	size: 8px;
	left: 92px;
	top: 1224px;
}

