/* CSS copyright 2006 Gautama Payment - http://www.gautama.ca */

body {
	background-color: #111111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #FFFFFF;
	
	text-align: center;
	margin:0px;
}


/* MAIN DIVS */

#holder {
width:900px;
background-image:url(Images/bkg.jpg);
background-repeat:no-repeat;
background-color: #1d2429;
text-align:left;
}

#main {
width:510px;
text-align:left;
padding-top:190px;
margin-left: 30px;
}

#right {
float:right;
width:260px;
margin-right: 40px;
}

#seal {
text-align:center;
}

#footer {
width:900px;
height:24px;
background-image:url(Images/footer.jpg);
background-repeat:no-repeat;
background-color: #1d2429;
}


/* TEXT */

h1 {
color: #dddddd;
font-size:16px;
}

h2 {
color: #b0b0b0;
font-size:14px;
line-height:14px;
}

h3 {
color: #7b7b7b;
font-size: 12px;
}

.med {
color: #b0b0b0;
font-size: 13px;
line-height:15px;
}

.small {
color: #7b7b7b;
font-size: 11px;
line-height:15px;
}

.stats {
color: #b0b0b0;
font-size: 12px;
line-height:16px;
}

p {
color: #b0b0b0;
font-size:14px;
}

a:link {
text-decoration: none;
font-weight:bold;
text-decoration: none;
color: #dddddd;
}

a:visited {
font-weight:bold;
color: #dddddd;
}

a:hover {
text-decoration: underline;
font-weight:bold;
color: #dddddd;
}

a:active {
text-decoration: none;
font-weight:bold;
color: #dddddd;
}
