/* CSS Document */

/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.6em;
	margin: 0;
	padding: 0;
}
a {
color:#993300;
	text-decoration:none;
}
a:hover {
color:#3366CC;	
}

/*---------
layout for article
---------*/

#titleimage {
margin: 0 auto 5px auto;
}
#textbox {
margin: 0 auto 0 auto;
width:740px;
background-color:#FFFFCC;
background-image:url(img/vertical.gif);
background-repeat:repeat-y;
}
#article {
padding-left:50px;
margin-top:0px;
width:640px;
}
#pages {
width: 200px;
float:right;
position:relative;
bottom:-10px;
}
p {
margin-top:15px;
}


#maps {
width:740px;
margin: 0 auto 0 auto;
height:185px;
}
#maps img {
padding:10px;
}
.footer {
position:static;
bottom:0px;
}

/*----
homepage 
-----*/

#index {
background-image:url(img/backgrnd.jpg);
background-position:center top;
background-repeat:no-repeat;
width:960px;
height:600px;
}
#indextext {
width:460px;
margin:auto;
}
