body	{
text-align: center;
margin: 0;
padding: 0;
border: 0;
background-color: #383838;
}

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: normal;
line-height: 25px;
margin-top: 5px;
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: #ccc;
}	

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

  
/* navigation */

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

div#wrapper2	{
background-color: #383838;
width: 690px;
margin: 0 auto;
padding: 0;
text-align: center;
min-height: 700px;
}
    
div#header {
background-color: #fff;
width: 690px;
height: 149px;
float: left;
}


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

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

div#maincontent2 	{
float: left;
width: 690px;
padding: 0px;
border: 0px;
margin-top: 80px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-bottom: 20px;
background-color: #383838;
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;
}