/* Default CSS Doc for Andree McRae. Created for MellonTech.com */

/*Page elements ------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:repeat-x;
	}

/*Divs --------------------------------------------------------*/
#wrapper{
	width:700px;
	margin:0 auto;
	padding:0;
	}
#masthead{
	margin:28px 0 0 0;
	padding:0;
	background-repeat:no-repeat;
	}
#midsection{
	margin:0;
	padding:20px 20px;
	background-image:url(../images/contnet_bg.png);
	background-repeat:repeat-y;
	width:660px;
	overflow:auto; 
	}
#navigation{
	float:left;
	margin:0 0 0 10px;
	width: 150px;
	}
#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#navigation li{
	margin:5px 0;
	padding:0;
	}
#navigation a{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}
#content{
	float:right;
	margin:0 10px 0 10px;
	width:460px;
	}
#bottom{
	margin:0;
	padding:0;
	height:22px;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	font-size: 9px;
	text-align:center;
	}

#navigation2{
	margin:0;
	padding:0px 20px 0px 200px;
	background-image:url(../images/contnet_bg.png);
	background-repeat:repeat-y;
	width:660px;
	overflow:auto; 
	}
#navigation2 ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#navigation2 li{
	margin:5px 0;
	padding:0;
	display:inline;
	}
#navigation2 a{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	}
/*Classes -----------------------------------------------------*/
.clearit{
	clear:left;
	height:0;
	}

.post h2 a{
	font-size:18px;
	font-weight: normal;
	text-decoration: none;
}

