body {
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #900;
	background-image: url(../images/web.jpg);
	background-repeat: no-repeat;
	width: 80%;
}
/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	width: 100%;
	clear: both;
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-left: 20px;
}
/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/
/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: transparent;
	font-size: 2.1em;
	margin-bottom: 0px;
}
.width100-1 {
background-color: transparent;
}
.title {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}
.title2 {
	height: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	padding-left: 20px;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #900;
	font-weight: bold;
}
.title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #900;
	font-weight: bold;
}
.title5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bold;
}
.title6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
}
.width100-2 {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
background-color: transparent;
}
.width2 {
	height: 90%;
	width: 65%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	font-weight: bold;
}
.width3 {
	height: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}
table {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
td {
	height: auto;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4";
	font-size: 0.8em;
	color: #900;
	line-height: 15px;
	background-color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
a {
	color: #000;
	text-decoration: underline;
} 
a:hover {
	color: #333;
} 
.floatRight {
	float: right;
	vertical-align: bottom;
}
.floatLeft {
	float: left;
	
}
#footer {
	width: 123%;
	clear: both;
	background-color: #900;
	padding-bottom: 20px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	padding-top: 27px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
}

#footer a {
	color: #fff;
}
#footer a:hover {
  color: #000;
}


