body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-attachment: scroll;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}


#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
height: 225px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
}

#footer{
clear: left;
width: 100%;
background: #ffcc33;
color: #000000;
text-align: center;
padding: 4px 0;
border-top: 10px solid #cccccc;
}

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.photo		{border:10px solid #cccccc}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	line-height: 2.0ex;

}

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	background-image: url(orange.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 92px;
	width: 190px;
	vertical-align: baseline;
	line-height: 1.10em;
	padding-top:20px;
}

.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	background-image: url(grey.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 92px;
	width: 190px;
	vertical-align: baseline;
	line-height: 1.10em;
	padding-top:20px;
}


.bluegrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	background-image: url(bluegrey2.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 92px;
	width: 190px;
	vertical-align: baseline;
	line-height: 1.1em;
	padding-top:20px;
	color: #FFFFFF;
}





a.white:link {color:#fff;}      /* unvisited link */
a.white:visited {color:#fff;}  /* visited link */
a.white:hover {color:#ffcc33;}  /* mouse over link */
a.white:active {color:#fff;}  /* selected link */





.postit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	background-image: url(postit.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 240px;
	width: 195px;
	vertical-align: baseline;
	line-height: 1.10em;
	padding-top:100px;
}

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

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

a:hover {
	color: #000000;
	cursor: hand;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#form {
	padding: 20px;
	background-color: #f5f5f5;
	border: 3px dashed #CCCCCC;
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
