html {
    width:                  100%;
}

body {
    width:                  100%;
	background-color:		rgb(32,32,32);
    background-image:       url("bg.jpg");
    background-repeat:      repeat-y;
    background-position:    50% 0%;
    padding:                0px;
	margin:                 0px;
	text-align:				center;
	font-family:			arial, sans-serif;
	font-size:		    	10pt;
	color:					rgb(255,255,255);
}

* {
	font-family:			arial, sans-serif;
	font-size:		    	10pt;
	color:					rgb(255,255,255);
}

*.small, *.small a {
	font-size:				8pt;
}

*.large, *.large a {
	font-size:				12pt;
}   

*.title {
	padding-top:			15px;
	padding-bottom:			5px;
	font-size:		    	12pt;
	font-weight:            600;
	letter-spacing:		    3pt;
	text-transform:         uppercase;
}

div#content 
{
    width:                  701px;
    margin:                 0 auto;
}

div#header
{
	background-color:		rgb(32,32,32);
	padding-top:			5px;
}

table#menu
{
    width:                  640px;
    margin-left:            30px;
    margin-right:           30px;
    border:                 0;
	font-weight:            600;
	letter-spacing:		    1pt;
	text-transform:         uppercase;
}

table#menu a
{
	text-decoration:        none;
}

table#menu a:hover,
*.current-section
{
	color:                  rgb(255,255,255);
	border-bottom:          solid 1px rgb(255,0,0);
}

div#main
{
	text-align:				center;
	padding-left:			15px;
	padding-right:			15px;
	padding-bottom:			5px;
}

a:link,
a.small:link,
a.large:link,
a.medium:link,
a:visited,
a.small:visited,
a.large:visited,
a.medium:visited
{
	color:                  rgb(255,255,255);
}

a:active,
a.small:active,
a.large:active,
a.medium:active
{
	color:                  rgb(255,64,64);
}  

a:hover,
a.small:hover,
a.large:hover,
a.medium:hover
{
	color:                  rgb(255,64,64);
	text-decoration:        none;
}


