BODY {
font-size : 11px;
font-family : Arial, Helvetica, sans-serif;
background-color : #AAB8DC;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
}

#wrapper{
	width:730px;
	margin:0 auto;
	text-align:left;
	position:relative;
	height:1200px;
	background-color:#FFF;
	background-image : url(images/background.jpg);
	top: 3px;

}

a {
color : #00A;
text-decoration : none;
}

a:hover {
color : #000;
text-decoration : underline;
}

#flash
{
background-color : #00F;
position : absolute;
visibility : visible;
left : 16px;
top : 0px;
width : 698px;
height : 75px;
}

#nav
{
padding-top : 6px;
background-color : #FFF;
font-size : 12px;
font-weight : bolder;
position : absolute;
visibility : visible;
left : 16px;
top : 74px;
width : 698px;
height : 19px;
}

#content
{
position : absolute;
visibility : visible;
left : 18px;
top : 93px;
width : 698px;
}

#text
{
line-height : 18px;
position : relative;
visibility : visible;
left : 84px;
top : 10px;
width : 530px;
}

p{
margin : 0 0 10px 0;
}
