body {
text-align:center;
}

p {
font-family:"trebuchet ms";
font-size:14px;
line-height:19px;
}

td { }

ol {
font-family:"trebuchet ms";
font-size:14px;
line-height:16px;
margin-left:10px;
}

ul {
font-family:"trebuchet ms";
font-size:14px;
line-height:16px;
margin-left:0px;
margin-top:-8px;
margin-bottom:10px;
}

li {
font-family:"trebuchet ms";
font-size:14px;
line-height:16px;
margin-left:0px;
}

a:link {
color:#BD0000;
text-decoration:none;
}

a:visited {
color:#BD0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1 { color: black; 
font-size: 32px ; 
font-family: "trebuchet ms"; 
text-align: left; margin-top: -5px;}

h2 { color: black; 
font-size: 20px ; 
font-family: "trebuchet ms"; 
text-align: left; margin-top: -5px;
margin-bottom:-20px;}

a:active { }

#filler{height:6px;}

#main1 {
border:solid 2px black;
width:796px;
margin:auto;
background-image:url(../img/blogbackground.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding:0 0 60px 0;
text-align:left;
}

#menu {
margin:-64px 0 0 352px;
height:64px;
}

#logo {
width:299px;
height:64px;
margin:0px 0 0 7px;
}

#imagebox{
width:366px;
height:349px;
float:right;
margin:0 10px 0 0;
}

#textbox{
margin:14px 0 0 24px;
text-align:left;
width:366px;
min-height:300px;
}

#copyright{
position:relative;top:60px;left:648px;
width:142px; 
height:22px;
}

#cssvalid{
width:796px;
margin:auto;
padding:4px;
text-align:right;
}

/* Menu css */
.form {
	border-width: 1px;
	border-style: solid;
	border-color:#000;
	padding: 10px;
	background-color:#FFFFFF;
}

.form p{
	padding: 0px;
	margin:0px;
}

.form input{
	margin:0px 0px 0 1px;
	border-width: 1px;
	border-style: solid;
	border-color:#000;
	color:#000;
	margin:2px;
	padding:2px;
	width:240px;
}

.form label {
display: inline-block;
width:90px;
}

.form .primaryAction {
	background-color:#000;
	border:1px solid #000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:5px 0px 0px 96px;
	width:auto;
}
.form .primaryAction:hover {
	background-color:#fdc600;
	border:1px solid #fdc600;
	color:#000;
}

/* Menu css */

/* 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 { color: black; visibility: hidden; font-size: 32px ; }
.sIFR-hasFlash h2 { color: black; visibility: hidden; font-size: 20px ; }

/* Carousel */
#carcontainer{
position:absolute;
margin: 0px 0 0 420px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 365px; /*Width of Carousel Viewer itself*/
height: 360px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
margin:0px;
padding:0px;
height:320px;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 365px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery-paginate {
width: 365px;
margin-top:0px;
text-align:center;
}

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(../img/calendar_icon.gif);
	border: 0;
	cursor: pointer;
	
	height: 16px;
	margin-right: 6px;
	width: 16px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 16px;
}

div.calendar {
	background: url(../img/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0px;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../img/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../img/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #000;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(../img/calendar-td.gif);
		color: #fff;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #fff;
	}
	div.calendar td.valid {
		background: url(../img/calendar-valid.gif);
		color: #000;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../img/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(../img/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(../img/calendar-valid.gif) 0 100%;
		color: #000;
		cursor: pointer;
	}