/* CSS Document */
body {
	background-color:#949494;
}

/*links*/
a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#000000;
}

/*fonts*/
#pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	
}

#back {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	float:left;
}

#smallpagetitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
	
#pagetext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
#pagetextpad {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	padding-right:5px;
	padding-left:5px;
}

#pagetextpadright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	padding-right:5px;
	padding-left:5px;
	float:right;
}

#subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#credits {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
		padding-right:5px;
	padding-left:5px;

}

/*Positioning*/

#banner {
background-image:url(images/banner.gif);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
width:754px;
height:107px;
}

#icons {
background-image:url(images/iconback.gif);
width:750px;
padding-top:7px;
padding-bottom:2px;
border-bottom:2px;
border-bottom-color:#000000;
border-bottom-style:dotted;
margin-left:auto;
margin-right:auto;
border-right:2px;
border-right-color:#000000;
border-right-style:solid;
border-left:2px;
border-left-color:#000000;
border-left-style:solid;
border-top:2px;
border-top-color:#000000;
border-top-style:dotted;

}

#contenthomepage {
background-image:url(images/flambackhome.gif);

width:750px;
padding-top:20px;
border-bottom:2px;
border-bottom-color:#000000;
border-bottom-style:dotted;
margin-left:auto;
margin-right:auto;
border-right:2px;
border-right-color:#000000;
border-right-style:solid;
border-left:2px;
border-left-color:#000000;
border-left-style:solid;
}
#content {
background-image:url(images/flamback.gif);
width:750px;
padding-top:20px;
border-bottom:2px;
border-bottom-color:#000000;
border-bottom-style:dotted;
margin-left:auto;
margin-right:auto;
border-right:2px;
border-right-color:#000000;
border-right-style:solid;
border-left:2px;
border-left-color:#000000;
border-left-style:solid;
}

#footer {
background-image:url(images/footer.gif);
height:40px;
width:754px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}

.bob {
padding-right:5px;
padding-left:5px;
}
