@charset "UTF-8";
body {
	font: 10pt Book Antiqua, Georgia, Palatino, serifArial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtr #container {
	width: 925px;
	height:730px;
	background-image: url(../grad.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:auto;
}
.oneColFixCtr #header {
	padding: 0 0px;
	height: 150px;
}
.oneColFixCtr #stripe {
	height: 45px;
	background-color: #900;
}
.oneColFixCtr #main {
	height: 500px;
}
.oneColFixCtr #nav {
	height: 400px;	
	width: 205px;
	float: left;
	padding: 4px 0px 0px 0px;
}
.oneColFixCtr #text {
	width: 365px;
	height: 450px;
	float: left;
	padding: 23px 0 0 13px;

}
.oneColFixCtr #photo {
	height: 400px;
	width: 300px;
	float: right;
	padding: 18px 15px 0px 0px;
}
.oneColFixCtr #photo p {
	font-size: 10px;
}
.oneColFixCtr img {
	padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	height: 20px;
	width: 925px;
	float: left;
	text-align:center;
	padding: 15px 0 0 0;
}

