body {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background: #ccb887;
	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;
}
img.floatR 
{
float:right;
border:#666666; 
border-style:solid;
border-width:2px;
margin-left:20px;
margin-bottom: 15px;
margin-top:0px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(http://floralaura.com/slices/images/box_w_shadow.png);
	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. */
}
#leftcolumn {
width: 480px;
float: left;
}
.oneColFixCtrHdr #header {
    height:98px;
}
.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 {
	padding: 0 38px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0px;
}
#footer {
	background:url(http://floralaura.com/slices/images/bottom.png);
	height:63px;
	width:780px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar {
width: 280px; 
float: right;
border: medium rgb(250,0,255);
margin-top: 50px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 0px;
padding: 0px;
}
#header img {
border:none;
padding:0;
}	
#title img {
border:none;
padding:0;
}
.photobox {width:720px; margin-left:42px; #margin-left:2px;}
#photobox img {border-width:2px; margin-top:18px; border-color:#ffffff; width: 200px; height:200px;}
#photobox img:hover {border-width:2px; border-color:#FFFFFF}
#photobox ul {list-style-type : none; width:720px; padding:0; text-align:center; }
#photobox li {float : left; width: 240px; height: 240px;}
li#even {background-color: #e79bdf;}
li#empty_even {background-color: #e79bdf;}
li#even:hover {background-color: #a4258e}
li#odd {background-color: #bd7cb6;}
li#empty_odd {background-color: #bd7cb6;}
li#odd:hover {background-color: #a4258e}
#photobox a {color:#FFFFFF; }
#photobox a:hover {color:#ffffff;}

.clearer {clear: both;} 
.clearer {font-size: 0;}

A.newsLink {font: normal 1.6em serif,sans-serif;}
A.newsLinkAlt {font: normal 1.6em serif,sans-serif;}
A.chanLink {font: normal 1em serif,sans-serif;}
