/* CSS Document */
body 
{
    padding:0 auto;
    margin:0 auto;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #CCCCCC;	
	background-color: #000000;      
}
    
#myContent
{
    margin:0 auto;
    padding:0 auto;
    width:980px;     
}

#myContent .inner
{
    margin:0 auto;
    width:735px;
    background-image:url(background.jpg);
    background-position:center top;
	background-repeat:no-repeat;    
	text-align:left;
}

#myContent .center
{
    text-align:center;
}

.menu
{
    text-transform:uppercase;   
}

.menu .d
{
    padding:0 9px;
    display:inline;
}

h1 {
	font-size: 20px;
	font-weight:lighter;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
}

h1:hover {
	text-decoration: none;
}



h2 {
	font-size: 20px;
	font-weight:lighter;
	margin-top: 0px;
	padding-top: 0px;
	color: #7d1f29;
} 

a {
	color: #FFFFFF;
	text-decoration: none;
	border-width:0px;
}

a:visited {
	 TEXT-DECORATION: none;
}

a:hover {
	TEXT-DECORATION: underline;
	color: #999999;
}

a:active {
	TEXT-DECORATION: underline;
}

