@charset "utf-8";
/* CSS Document */

body{
background-color:#000000;
background-image:url(images_jpg/stripes.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
text-align:left;
}

#page-container{
background-image:url(images_jpg/bg2.jpg);
background-repeat:no-repeat;
width:1000px;
height:auto;
margin:auto;
border-left:#333333 solid thin;
border-right: #333333 solid thin;
border-bottom:#333333 solid thin;
background-color:#000000;
}

body h1{
font-size:18px;
color:#FFFFFF;
}

body h2{
font-size:16px;
color:#FFFFFF;
}

body h3{
font-size:14px;
color:#FFFFFF;
}

body h4{
font-size:18px;
color:#FF0000;
}

#header{
width:1000px;
height:200px;
}


#nav{
float:left;
width:200px;
padding:20px;
height:450px;
text-align:center;
}

#content{
float:left;
width:720px;
padding:20px;
height:auto;
}

#ad{
width:720px;
height:auto;
}

#footer{
width:980px;
height:auto;
background-image:url(images_jpg/bg_footer.jpg);
background-position:top;
background-repeat:no-repeat;
text-align:center;
clear:both;
padding: 10px;
}

a {
	font-size: 12px;
	color: #FF0000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}

.tabledata{
font-size:12px;
color:#000000;
padding:10px 0 10px 0;
}

.tabledata h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}

.tabledata h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}