
* {
	padding: 1px;
	margin: 1px auto;
}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    margin:0; 
    font:12px Tahoma; 
    color:#000000; 
    background:url(../images/bg1.jpg) 50% 0 #151921 repeat-x;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
    outline: none;
    text-align: left;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #FF0000;
    outline: none;
    text-align: left;
}

#MainHeader {
	width: 1024px;
	height: 30px;
}

#MainHeaderText {
    font:16px Tahoma; 
    font-weight: bold;
    color: #000000;
    outline: thin;
    text-align: center;
	padding: 5px;
}

#MainBody {
	width: 1024px;
	height: 580px;
}

#MainBodyText {
    font:12px Tahoma; 
    font-weight: normal;
    color: #000000;
    outline: thin;
    text-align: left;
	padding: 5px;
}


#MainFooter {
	width: 1024px;
	height: 30px;
}

#MainFooterText {
    font:16px Tahoma; 
    font-weight: bold;
    color: #000000;
    outline: thin;
    text-align: center;
	padding: 5px;
}

.border3d {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.float {
	float: both;
}
.floatnone {
	float: none;
}

.floatleft  {  
	float: left;  
} 

.floatright {
	float: right;
} 

.clear {
    clear: both;  
}

.clearnone {
	clear: none;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}


.parchment {
    background:url(../images/parchment-light2.jpg);
}

.border {
    background:url(../images/border1.gif) bottom repeat-x;    
    height: 20px;
    clear: both;
}
