body	{
text-align: center;
margin: 0;
padding: 0;
border: 0;
background-image: url(images/tile.gif);
background-attachment: fixed;
}

img {
border: 0;	
}

img.menu {
padding: 2px;
}

/* typography a go go */

p   {
font-family: helvetica, sans-serif;
color: #000;
line-height: 16px;
font-size: 14px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 10px;
margin: 0;
}

p.title {
font-family: helvetica, sans-serif;
color: #666;
font-size: 25px;
font-weight: bold;
line-height: 25px;
margin-top: 15px;
margin-bottom: 10px;
padding: 0;
}

p.title2    {
font-family: helvetica, sans-serif;
color: #666;
font-size: 18px;
font-weight: normal;
line-height: 18px;
margin-top: 8px;
margin-bottom: 5px;
padding: 0;
}

p.list   {
font-family: helvetica, sans-serif;
color: #000;
line-height: 12px;
font-size: 10px;
padding-right: 10px;
margin: 0;
}

a:link, a:visited   {
text-decoration: none;
font-weight: bold;
color: #999;
}

a:hover, a:active   {
text-decoration: none;
color: #ccc;
}	

a:link.menu   {
text-decoration: none;
font-weight: normal;
color: #fff;
}

a:visited.menu   {
text-decoration: none;
font-weight: normal;
color: #fff;
}


a:hover.menu   {
text-decoration: none;
font-weight: normal;
color: #AF000A;
}	

a:active.menu   {
text-decoration: none;
font-weight: normal;
color: #C90A0B;
}	

  
/* navigation */

div#wrapper	{
background-color: #fff;
width: 690px;
margin: 0 auto;
padding: 0;
text-align: center;
min-height: 700px;
}

    
div#header {
background-color: #fff;
width: 690px;
height: 300px;
float: left;
}


div#menu    {
width: 670px;
height: 25px;
padding-left: 20px;
float: left;
border: 0px;
background-color: #E30202;
text-align: left;
font-size: 18px;
font-family: helvetica, sans-serif;
font-weight: bold;
line-height: 25px;
display: inline;
}

div#maincontent 	{
float: left;
width: 640px;
padding: 0px;
border: 0px;
margin-top: 0px;
margin-right: 30px;
margin-left: 20px;
margin-bottom: 0px;
padding-bottom: 20px;
background-color: #fff;
text-align: justify;
}	

div#footer p	{
background-color: #fff;
color: #000;
height: 50px;	
font-size: 10px;
line-height: 18px;
margin-top: 20;
display: inline;
padding: 0px;
font-family: helvetica, sans-serif;
}		

/* special stuff */



hr {
noshade border: 1px dotted;
color: #000;
width: 75%;
text-align: center;
height: 1px;
}