html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* CSS Document */

body {
	color: #000000;
	background: url(images/bg.jpg) repeat-x top left #262D3C;
	background-attachment: fixed;
	font: 14px "Helvetica", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{width: 800px;
background-color: #EEEEEE;
margin: 15px auto;
padding: 0;}

#header
{
background: url(images/header.jpg);
width: 800px;
height: 162px;}

#nav
{width: 190px;
float: left;
min-height: 1000px;
background: #000;}

#content
{width: 570px;
padding: 10px 20px;
float: right;}

#content a
{
color: #666666;
border-bottom: 1px dashed #aaaaaa;
text-decoration: none;
font-weight: bold;
}

#content a:visited
{
color: #666666;
border-bottom: 1px dashed #aaaaaa;
text-decoration: none;
font-weight: bold;
}

#content a:hover
{
color: #BBBBBB;
text-decoration: none;
border-bottom: 1px dashed #CCCCCC;
}

.pic1
{padding-right: 10px;}

.pic2
{padding-left: 10px;}

.td1
{background: #000000;
color: #FFFF33;
font-size: 16px;
padding: 0 10px 15px 10px;
border: 3px solid #F1D642;
font-weight: bold;}

.td2
{background: #eeeeee;
color: #000000;
font: 11px Verdana, Arial, Helvetica, sans-serif;
border: 2px solid #DDDDDD;}

.td2 a,a:visited
{color: #000000;
text-decoration: underline;}

.td3
{background: #000000;
color: #FFFFFF;
padding: 5px;
border: 3px solid #F1D642;}

#td3
{background: #000000;
color: #FFFFFF;
padding: 5px;
border: 3px solid #F1D642;
width: 70%;
margin: 0px auto;}

#td3 a
{color: #FFFFFF;
text-decoration: none;}

#td3 a:visited
{color: #FFFFFF;
text-decoration: none;}

#td3 a:hover
{color: #eeeeee;
text-decoration: none;}

h3
{font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 18pt;}

h4
{background: #575757;
border-bottom: 5px solid #000000;
padding: 10px;
color: #FFFF00;}

h5
{
font-size: 16px;
background: #575757;
color: #FFFF00;
padding: 6px;
border-bottom: 3px solid #000000;}

#footer
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
border-top: 0px dashed #aaaaaa;
color: #CCC;
padding: 0px 5px 0px 5px;
height: 40px;
clear: both;
background: #000 url(images/footer.jpg) no-repeat;
}

#footer a
{
color: #CCC;
text-decoration: none;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

#footer a:hover
{
color: black;
text-decoration: none;
}

