@charset "utf-8";
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #c06;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(image/grad.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: 105%;
}

h1 {
	font-size: 120%;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 120px;



}
.oneColFixCtrHdr #header h1 {
	margin: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #navbar {
	height: 50px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	
}
.oneColFixCtrHdr #mainContent {
	padding: 50px;
	border-left: 1px solid #ffffff;
	margin-top: -20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.picleft {
float: left;
margin-tight: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.picright {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 70%;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFCCFF;
	text-decoration: underline;
}
a:active {
	color: #FFCC99;

td {
	font-size: 14px;
}

.quote {
	width: 350px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 90%;
	font-style: italic;
}

