body {
	background: url(../images/bg.gif) repeat-x white;
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	
	height: 100%;
	width: 100%;
	position: absolute;
}

a{
	color:#660033;
	font-weight: bold;
}
#content a:visited{	color:#450c29; }

a:hover{ text-decoration: none;}


p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1{
	font-size: 18px;
	margin: 5px 0px -10px 0px;
	color:#660033;
}

h2{
	font-size: 16px;
	margin: 5px 0px -10px 0px;
	color:#660033;
}

h2{
	font-size: 14px;
	margin: 5px 0px -10px 0px;
	color:#660033;
}


#logo{
	position: relative;
	display: block;
	float:left;
	top:10px;
	margin:0px;	
}

#topContact{
	font-size:15px;
	float:right;
	padding: 60px 0 0px 0;
	display:block;
	position:relative;
}

/*
#nav{
	width:100%;
	left:0px;
	display:block;
	position:absolute;
	top:120px;
	
	color:white;
	text-align:center;
	z-index:10;
	font-size:14px;
}
*/

/*
.soWrapper{
	font-size:14px;
}
*/

#nav a{
	
	/*color:#FF0000;	
	text-decoration:none;
	padding:25px 15px 19px 15px;*/
}

#nav a:hover{
	/*
background:#FF9999;
color:#660033;	*/
	
}

#content{
	display:block;
	position:relative;
		
	text-align:left;
	padding: 160px 0 0px 0;
}

#footer{
	position:relative;
	bottom:0px;
	display:block;
	border:1px #999 dotted;
	width:100%;
	left:0px;
	
	
}