body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height: 100px;
	Padding-Bottom: 20px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:150px;
	width:995px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:50px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:720px;
	margin:0 auto;
}
div#sidebar {
	width:180px;
	float:left;
}



/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#dddddd;
	background:#666666;
}
div#header,
div#footer {
	clear:both;
	background:#666666;
	color:#dddddd;
	text-align:center;
}
div#middle,
div#sidebar {
	background:#eee;
}

h1,
h2 {
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
}

h1 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:48px;
	text-align:center;
	padding-top:5px;
}
h2 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:36px;
	text-align:left;
	padding-top:5px;
	color: #FFFFFF;
}

h3 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:28px;
	text-align:left;
	color: #FFFFFF;
}

h4 { 
	font-family: Monotype Corsiva, Times New Roman;
	 font-style: italic;
	 font-size: 36px;
	 text-decoration: underline;
	 color: #f9f2d9;
}

img { float: left;
	  border: solid #000000 1px;
	  margin: 0 25px 0 0;
}

p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}
a {
	border-bottom: 0px solid #f9f2d9;
	text-decoration: none;
	color: #f9f2d9;
}
a:hover {
	border-bottom: 2px solid #8a8a8a;
	font-style: italic;
	color: #ccff99
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #666666; /*menu strip background*/
border: 0px solid gray;
padding: 4px 0;
border-width:  0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleftblackedge.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 2px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.5;
-moz-opacity: 0.5;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroblack.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblackedge.gif');
}

.black a.aero span{
background-image: url('images/aeroblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

/* Current Page Button */
.aerobuttonmenu2{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #dddddd; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu2{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero2{ /*aero button CSS*/
background: transparent url('images/aeroleftblackedge.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 2px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 1;
-moz-opacity: 1;
}

.aerobuttonmenu a.aero2:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero2 span{
background: transparent url('images/aeroblack.gif') no-repeat top right;
color: #66ff99;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.black a.aero2{
background-image: url('images/aeroleftblackedge.gif');
}

.black a.aero2 span{
background-image: url('images/aeroblack.gif');
}




/* Posts */


.post {
	margin-bottom: 10px;
	padding: 1px 10px 2px 35px;
	background: #888888;
	border: 1px solid #dddddd;
	font-size: 18px;
	color: #DDDDDD;
}

.post h2, .post h3 {
	margin-left: -30px;
}
#content {
	width: 990px;
	margin: 0 auto;
	padding-top: 130px;
}
#contentmain {
	width: 990px;
	margin: 0 auto;
	padding-top: 330px;
}
#colOne {
	float: left;
	width: 350px;
	margin: 42px 0 0 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
}

#colTwo {
	float: right;
	width: 60%;
	margin: 0 3px 0 0;
}
	