@charset "utf-8";
body {
	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: #000000;
	background-color: #F3E4F3;
	background-image: url(Images/floral-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr #container {
	width: 500px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 245px;
	text-align:right;
	width: 260px;
	color:#660099;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	clear: both;
}

#picbox {
	float:right;
	width:160px;
	height:160px;
	margin-top:45px;
	margin-left:10px;
	border: medium groove #EDD37C;
	padding-left:5px;
	padding-top:5px;
}

#picbox2 {
	width:134px;
	height:103px;
	float:left;
	border: medium groove #EDD37C;
	margin-right: 10px;
	padding-left:5px;
	padding-top:5px;
}

.smallbox {
	height: 100px;
	width: 100px;
	border: medium groove #EDD37C;
	float:right;
	margin-right:42px;
	padding-top: 4px;
	padding-left: 4px;
	margin-top:10px;
	margin-bottom:15px;
}

.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footer p {
	font-size:9px;
	position: absolute;
	text-align:right;
	width: 510px;
	top:822px;
}

img {
	border-style: none;
}

#header {
	color: #660099;
	text-decoration:none;
	width: 230px;
	padding-left: 280px;
}

#header.navbar{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
}

ul.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 0px;
	padding-left: 8px;
	margin-top: 25px;
	left:auto;
	right:auto;
}

ul.nav li {
	float: left;
	margin-bottom: 0px;
	width: 90px;
	height: 50px;
	display:inline;
	list-style:none;
}

ul.nav a {
	color: #673839;
	font-size:12px;
	border-bottom-style: none;
	text-decoration: none;
	float:left;
	width: 80px;
	background: url(Images/buttons-template.jpg) no-repeat;
	padding: 12px 10px;
}

ul.nav a:link {
	color: #673839;
	float:left;
}

ul.nav a:visited {
	color: #CC0000;
	float:left;
}

ul.nav a:hover {
	color: #CC0000;
	float:left;
}

ul.nav a:active {
	color: #A60004;
	float:left;
}

#form {
	font-size:1em;
	font-weight: bold;
}

