* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	color: #FFFEF0;
	background: #FFFEF0;
	font-family: Arial, Verdana;
	font-size: 13px;
}

#flower_bottom_bg {
	width: 770px;
	background: url('/bottom_right.gif') right bottom no-repeat #763132;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;

}

#flower_top_bg {
	background: url('/top_left.gif') left top no-repeat;
	width: 770px;
	text-align: left;
}

#header {
	position: relative;
	text-align: right;
	height: 150px;
	width: 770px;
	margin-bottom: 11px;
}

#header h1 {
	padding-top: 25px;
	font-size: 23px;
	width: 300px;
	margin-left: auto;
	margin-right: 32px;
}

#dateline {
	font-size: 16px;
	padding-left: 15px;
	margin-right: 32px;
	margin-left: auto;
	width: 300px;
	clear: both;
}

html>body #dateline {
	margin-right: 47px;
}

#header img {
position: absolute;
left: -84px;
top: -72px;
z-index: 1;
float: left;
}

#header ul {
	list-style: none;
	margin-top: 14px;
	padding-right: 30px;
	
}

#header li {
	list-style: none;
	display: inline;
	
}

#header li a {
	color: #FFFEF0;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

#header li a:hover {
	color: #763132;
	background: #FFFEF0;

}


#navigation {
	padding-bottom: 75px;
	padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
	display: inline;
	margin-left: 30px;
	float: left;
	width: 220px;
	z-index: 1001;
	text-align: center;
	background: url('/top_left.gif') no-repeat;
   background-position: -30px -161px;
}

html>body #navigation {
width: 200px;
}

#navigation a {
color: #FFFEF0;
}

#navigation h2 {
margin-top: 20px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	list-style: none;
}

#master {
        clear: both;
	background: url('/master_bg.gif') 29px repeat-y;
}

#content {
	background: url('/bottom_right.gif') bottom right no-repeat;
	z-index: 1000;
	width: 770x;
}

#content input {
margin-bottom: 4px;
font-size: 16px;
padding: 3px;
}

#content select {
margin-bottom: 4px;
font-size: 16px;
padding: 3px;
}

#content textarea {
margin-bottom: 15px;
font-size: 16px;
padding: 3px;
}

#posts {
	margin-left: 300px;
	width: 440px;
padding-bottom: 70px;
}



#content h2 {
	font-size: 24px;
	margin-bottom: 4px;
}

#content h3 {
	font-size: 16px;
	margin-top: 10px;
	
}

#content p {
	margin-top: 10px;
	margin-bottom: 15px;
}

#navigation h2 {
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	margin-bottom: 4px;
	height: 20px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 24px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash #dateline {
	visibility: hidden;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

a {
color: #FFFEF0;
}

