/* page container margin auto - centres page */

#header {
 border: 0 solid white;
 height: 80px;
	float: none;
	display: inline-block;
	position: relative;
	background: none repeat-x fixed;
}

#wrapper {
 width: 1100px;
	height: 20px;
	margin: 10px auto 0;
	background: url(strip.gif) repeat-x fixed 0 1px;
}

/* body*/
body {background: #00689d url(bg.jpg) no-repeat fixed;
	 font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	 margin:0;
         padding:0;
}

h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 font-style: normal;
         font-weight: bold;
	 }
	
h1 {
	 font-size: 1.8em;
         line-height:35px;
         font-weight: bold;
	color: #7a420e;
}
h2 {
	 font-size: 1.6em;
         color: #797979;
         font-weight: bold;
	 }
h3 {
	 font-size: 1.4em;
         color: #797979;
         font-weight: bold;
	 }

h4, h5, h6 {
	 font-size: 1.0em;
	 }

/* paragraph */

p {
 color: #424242;
	font: 12px/175% 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.page {
background:#fff;
border-top: 2px solid #555;
 border-left: 2px solid #EFEEE4;
 border-right: 2px solid #EFEEE4;
	 width:990px;
	 position:relative;
margin-bottom: 50px;
	 padding:5px;
	 margin:0 auto;
	 text-align:left;
	 }

/**************************** Post *******************************************/
#centercolumn {
 display: inline;
 float: left;
 min-height: 300px;
	text-align: left;
	color: #000;
	font-size: 9pt;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 200%;
	width: 40%;
	padding: 2.5em;
	margin-top: -50px;
	margin-left: 250px;
	background-color: white;
	border-top: 2px solid #424242;
}

* html #centercolumn {height:300px;
	border-color: #CCCCCC;

} /* IE Min-Height Hack */
* html #rightcolumn {height:200px;
	border-color: #CCCCCC;
} /* IE Min-Height Hack min-height:200px;
	float: right;
	display: inline-block;
	width: 15%;
	background-color: white;

	margin-right: 200px;
	border-top: 2px solid #424242;*/ 
#rightcolumn { 
    margin:10px 0 0 10px !important;	
	padding: 2.0em;
	 position: relative;
	 overflow:hidden;
	 width:150px;
right:0px;
	background-color: white;
    margin-right: 200px;
    border-top: 2px solid #424242;
	top: -60px;
}

