@charset "utf-8";
body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/header_cakeage2.jpg) repeat-x top left;
	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;
}

.clear{
clear:both;
}

.oneColFixCtrHdr #content {
width:100%;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*Navigation */

#navcontainer{
text-align:right;
}

ul#navlist
{
margin-left: 0;
padding-right:0px;
padding-top:18px;
padding-left:50px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist li #current
{
color: #68b3bf;
}

#navlist a { padding: 6px 8px 6px 27px; }

#navlist a:link, #navlist a:visited
{
font: 13px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color: #084858;
text-decoration: none;
}

#navlist a:hover
{
font:13px Georgia, "Times New Roman", Times, serif;
background:url(images/nav.gif) no-repeat left top; 
color: #b33256;
font-weight:bold;
text-decoration: none;
}


.oneColFixCtrHdr #mainContent {
    background:url(images/logo.png) no-repeat left top;
	padding: 120px 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #084858;
	margin:0;
}

.oneColFixCtrHdr #mainContent .full{
padding-top:160px;
width:800px;
float:left;
}

.oneColFixCtrHdr #mainContent .left{
padding-top:160px;
width:330px;
float:left;
}

.oneColFixCtrHdr #mainContent .right{
padding-top:60px;
padding-right:50px;
width:320px;
float:right;
margin-left: 20px;
}


.oneColFixCtrHdr #mainContent p {
	padding-bottom: 7px;
}

.oneColFixCtrHdr #mainContent h1 {
font-size:24px;

}

.oneColFixCtrHdr #mainContent h3 {
font-size:18px;
margin-top:0;

}

#fadeshow1{

}
.oneColFixCtrHdr #footer {
	background:#ffffff url(images/footer.jpg) repeat;
	height:370px;
}
.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: 3px 20px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#084858;
	font: 9px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.oneColFixCtrHdr #footer a:link{
    color:#084858;
	font: 9px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
.oneColFixCtrHdr #footer a:visited{
    color:#084858;
	font: 9px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}

.oneColFixCtrHdr #footer a:hover{
    color:#084858;
	font: 9px Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
	
		
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

a:link{
color: #b33256;
text-decoration:none;
}

a:visited{
color: #b33256;
text-decoration:none;
}

a:hover{
color: #084858;
text-decoration:underline;
}

