/************** main look *****************/

body{
background: #333333 url("layout/bg.gif") repeat right top ;
background-attachment: fixed;
font-family:Arial, Helvetica, sans-serif;
text-align: justify;
}

a, a:link, a:visited, a:active  {
text-decoration: underline;
color:  #ff00ff; 	
font-weight: bold;
}

a:hover {
color:#990066;
}

/************** layout *****************/


#container{ 
width: 930px;
margin: 0 auto;
text-align:justify;
border: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: small;
}

#header { 
height:250px;
width:930px; 
background: url(layout/header2.png) no-repeat left top;
background-color:transparent; 
}

#top{ 
height:38px;
width:930px; 
background: url(layout/top.jpg) no-repeat left top;
background-color:transparent; 
}


#main {
width:930px;
margin: 0px;
background: url(layout/mid.jpg) repeat-y;
background-color:transparent; 
font-family: Arial, Helvetica, sans-serif; 
font-size: small;
}

#text {

width:900px;
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
background-color:#ffffff;
text-align: justify;
padding-right: 10px;
padding-left: 10px;
margin-left:5px;
}

#footer { 
height:30px;
width:930px; 
background-color:#ffffff; 
background: url(layout/footer2.jpg) no-repeat left top;
}

/************** pics & map *****************/

#map {
float:right;
padding-right: 50px;
}

img
{
padding:4px;
border:0px;
}


/************** styles & headings *****************/


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
border-bottom-style:groove;
border-width:2px;
margin-bottom:20px;
border-color:#000000;
padding: 3px;
margin-top:0px;
width: 100%;
color: #000000;
text-align:left;
}

.style1 {
	color: #FF00FF;
	font-size: xx-small;
	text-align:center;
	margin-top: 1px;
	font-weight: normal;
}



/************** menu *****************/

#menu{
  padding-left: 0px;
  padding-top: 1px;
  width: 100%;
  height: 30px;
  text-align:center;
  border: 2px; 
}

#menu a{
  width: 145px;
  line-height: 25px;
  background: #ff99ff;
  color: #000000;
  font-size: 11pt;
  float: left;
  text-decoration: none;
  margin:3px;
  border: 2px outset #FF99FF;
}

#menu a:hover{
  width: 145px;
  line-height: 25px;
  background: #FF00CC;
  color: #000000;
  font-size: 11pt;
  float: left;
  text-decoration: none;
  border: 2px outset  #FF00FF;
}


