body {
 margin:0;
 padding:0;
 background: #ffffff url(images/layout_bg1.png);
 text-align: center;
 font: 12px Tahoma;
 letter-spacing: 2px;
 color: #ffffff;
}

p {
text-align: justify;
line-height: 23px;
padding: 8px 8px 1px 8px;
}

#outer {
 margin-top: 0px;
 width: 720px;
 text-align: center;
 background: #000000 url(images/layout_bg2.png);
}
#hdr {
 width: auto;
}
#nav {
 width: auto;
}
#cont {
 width: auto;
}
#ftr {
 width: auto;
}
.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
img { 
border-color: #fce101;
 }
b {
 color: #188b1d; 
 font-family: arial;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
 border-bottom: 2px dotted #f47f02;
}
i {
 color: #db0404;
 font-family: Century Gothic;
 letter-spacing: 2px;
}
li {
text-align: left;
}
table {
 text-align: justify;
}
blockquote {
 text-align: justify;
}

h1 {
font-family: georgia;
font-size: 20px;
line-height: 8px;
padding-left: 25px;
padding-bottom: 1px;
padding-top: 5px;
color: #42ea86;
text-transform: uppercase;
text-align: left;
letter-spacing: 8px;
}
h2 {
 font: 12px Times New Roman;
 color: #fce101;
 text-align: left;
 font-weight: bold;
 letter-spacing: 4px;
 text-transform: uppercase;
 line-height: 2px;
 padding-left: 28px;
 padding-bottom: 1px;
 padding-top: 18px;
}
.copyright
 {
 color: #ffffff; 
 font-family: georgia; 
 letter-spacing: 1px;
 font-size: 7px;
 font-weight: none;
 font-style: italic;
 padding: 0px; 
}
.dots
{
color: #db0404;
font-family: georgia; 
letter-spacing: 4px;
font-size: 32px;
font-weight: bold;
padding: 0px; 
}
a:link {
 color: #17a8cc; font-family: georgia; font-weight: bold; font-style: italic; text-decoration: none; letter-spacing: 2px;
}
a:visited {
 color: #17a8cc; font-family: georgia; font-weight: bold; font-style: italic; text-decoration: none; letter-spacing: 2px;
}
a:hover {
color: #0ec4f1; font-family: georgia; font-weight: bold; font-style: italic; text-decoration: none; letter-spacing: 2px;
}
.stats {
border: 1px dashed #ffffff;
padding: 10px;
line-height: 20px;
background-color: #000000;
width: 500px;
margin: 0 auto 0 auto; 
}
.nav a,.nav a:link,.nav a:active,.nav a:visited {
	color: #FBA809;
	font-family: times new roman;
	font-size: 22px;
	text-transform: lowercase;
        font-weight: none;
        font-style: italic;
	text-decoration: none;
}
.nav a:hover {
	color: #A87004;
	font-family: times new roman;
	font-size: 22px;
	text-transform: lowercase;
        font-weight: none;
        font-style: italic;
	text-decoration: none;
}
input, textarea, select, button {
 font-family: 12px verdana;
 letter-spacing: 2px;
 color: #000000;
 background-color: #FFFFFF;
 border: 2px dotted #000000;
 line-height: 12px;
 margin: 0;
 padding: 2px; }