/* CSS Document */

body 
{
text-align: center;
margin-top: 0px;
background-color: #616161;
}

/*------- Links -------*/

a:link {
color: #f18e00;
list-style-type:none;
list-style-image:none;
text-decoration: none;
}

a:visited {
color: #f18e00;
text-decoration:none;
}

a:hover {
text-decoration: underline;
}
	
a:active {
text-decoration: none;
}

/* Global */

#wrapper 
{
margin: 0 auto;
width: 969px;
text-align: left;
} 

/* Header */

#topimage
{
width: 969px;
height: 276px;
}

#menubar
{
width: 969px;
height: 27px;
background-color: #3f3f40;
margin: 0px;
padding-left: 0px;
}

/* Body */

#bodywrap
{
margin-top: 20px;
width: 969px;
background-color: #ffffff;
overflow: auto;
} 

/* Left Column */

#leftcolumn
{
float: left;
width: 635px;
}

/* Right Column */

#rightcolumn
{
float: right;
width: 334px;
}

/* Footer */

#menubarfooter
{
width: 969px;
height: 27px;
background-color: #3f3f40;
}

#details
{
width: 969px;
height: 27px;
margin-top: 10px;
text-align: center;
}




