/* CSS Document */

*
{
margin: 0px;
padding: 0px;
}

body 
{
	padding: 0;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/star.gif);
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
}

#headerwrap
{
    width: 100%;
	height: 145px;
	margin: 0px;
	clear: none;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



        /***************************************************
                         *********************** Content **************
                         *****************************************************/
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	z-index: 1;
	position: relative;
	}
#right{
	float: left;
	width:178px;
	padding: 10px;
}	
		
#content
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 640px;
	z-index: 2;

}

#content h3 {
color: #cc0000;
}




                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
	clear: both;
	margin: auto;
	width: 740px;
	color: #666666;
	font-weight: normal;
	bottom: auto;
	position: relative;
	float: none;
	text-align: center;
	font-size: smaller;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

#footwrap a:link {
color: #CC0000;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #CC0000;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #CC0000;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #666666;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 10px 0px 10px;
}

#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
padding-left: 10px;
padding-right: 15px;
margin-left: 25px;
margin-right: 25px;
}



                         /***************************************************
                         *********************** Links Global ********************
                         *****************************************************/

a:link {color:#ffffff;text-decoration:none;}
a:visited {color:#ffffff;text-decoration:none;}
a:hover {color:#FF0000;text-decoration:underline;}
a:active {color:#ffffff;text-decoration:none;}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}



                         /***************************************************
                         *********************** Headings Global **************
                         *****************************************************/

h1
{
font-size: 16px;
padding-left: 5px;
color: #cc0000;
padding: 15px;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding-top: 5px;
padding-left: 10px;
margin-top: auto;
margin-bottom: auto;
text-align: left;
}

h3
{
display: block;
font-size: 16px;
font-weight: bold;
font-color: #CC0000;
padding-left: 18px;
padding-top: 16px;
margin-top: 6px;
margin-bottom: 10px;
text-align: left;
background: url(img/page.gif) 0px 17px no-repeat;
}

h3 a:link, h3 a:visited
{
color: #CC0000;
font-weight: bold;
}

h3 a:hover
{
color: #ff0000;
font-weight: bold;
}

h4
{
	margin-top: 15px;
	font-size: 18px;
	color: #CC0000;
	padding-bottom: 15px;
}

h5
{
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
}

h6
{
	margin-top: 15px;
	font-size: 16px;
	color: #CC0000;
	padding-bottom: 15px;
}
.date
{
float: right;
font-weight: bold;
background: url(img/date.gif) 0px 10px no-repeat;
padding-bottom: 20px;
margin-right: 15px;
text-align:center;
width: 35px;
color: #c00;
}
.style1 {
	font-size: small;
	color: #ffffff;
}
