/* CSS Document */

body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

.style1 {font-size: 14px; font-weight: normal; font-family: font-family: MS Gothic;}

.style2 {font-size: 14px; font-weight: bold; font-family: font-family: MS Gothic;}

.style3 {font-size: 14px; font-weight: bold; font-family: font-family: MS Gothic; color: #CC3300;}

.style4 {font-size: 12px; font-weight: normal; font-family: font-family: MS Gothic;}

.style5 {font-size: 18px; font-weight: bold; font-family: font-family: MS Gothic; color: #CC3300;}

.tag {font-size: 11px; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

.list1 {font-size: 14px;  font-weight: bold; font-family: font-family: MS Gothic; color: #CC3300; margin: 5px 0px 0px 0px; padding: 2px 0px 2px 0px; list-style-type: disc;}

.list2 {font-size: 12px;  font-weight: normal; font-family: font-family: MS Gothic; color: #000000; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: disc;}

.feature {margin: 0px; padding: 20px 20px 20px 20px;}

.feature2 {margin: 0px; padding: 5px 20px 5px 20px;}

.picture {border: 1px solid #FFFFFF;}

div.copy {
    float: left;
	margin:0px 10px 0px 10px;
}

div.copy:after {
    clear: both;
	float: left;
}

#sub {
    float: right;
	margin:0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background-color:#CCCCCC;
}

#sub:after {
	clear: both;
	float: right;
}

html, body, #entire {
     width: 100%;
     height: 100%;
}

html>body, html>body #entire {
     height: auto;
}

#entire {
     position: absolute;
     top: 0;
     left: 0;
} 

#footer {
	width:100%;
	background-image:url(../images/footer_background.gif);
    position:absolute;
	bottom:0px;
	left:0px;
}

a:active {color:##CC3300;}

a:link {color:##CC3300;}

a:visited {color:##CC3300;}
