* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #FFFF66;
	margin: 0 auto;
	width: 700px;
	background-image: url(../images/background_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.frontpage {
	width: 400px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	position: static;
}
#frontlogo {
	position: absolute;
	top: 50%;
	width: 400px;
	height: 322px;
	margin-top: -161px;  /* half of height */
}
#titlelogo {
	position: absolute;
	top: 50%;
	width: 400px;
	height: 407px;
	margin-top: -203px;  /* half of height */
	text-align: center;
}
#menu {
	position: absolute;
	top: 10px;
	left: 0;
	width: 94px;
}
#bodytext {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	padding: 20px 26px 20px 20px;
	line-height: 150%;
}
h1 {
	font-size: 200%;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #2C67A5;
	text-align: center;
	background-image: url(../images/corner_slice.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: normal;
	margin-bottom: 20px;
}
h2 {
	font-size: 150%;
	color: #2C67A5;	
	margin-bottom: 10px;
	border-bottom: 3px solid #2C67A5;
	line-height: normal;
}
h3 {
	font-size: 130%;
	line-height: normal;
}
h4 {
	font-size: 100%;
	line-height: normal;
}
h5 {
	font-size: 85%;
	text-align: right;
	line-height: normal;
	margin-bottom: 10px;
}
td {
	padding: 0 5px 5px 0;
}
ul {
	padding-left: 18px;
	list-style-type: square;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
.bloggerfix {
	/* fricken Blogger - why'd you add DIVs? */
	height: 20px !important;
	height: 0px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	background-color: #FEFABD;
}

/* 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;
	letter-spacing: 0;
}


/* 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 #bodytext h1 {
	visibility: hidden;
	letter-spacing: -4px;
}
.sIFR-hasFlash #bodytext h2 {
	visibility: hidden;
	letter-spacing: -4px;
}