/* Author of Document: Mike Miklavic */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Helvetica,sans-serif;
	font-size: 12px;
	background-color: #CFC4BA;
	color: #333333;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
}

.fontfamily2{
	font-family:'lucida sans unicode',Helvetica,sans-serif;
	text-align: left;
}

a:link, a:visited, a:hover, a:active{
	color: #1AAAB2;
	text-decoration: none;
}
a:hover {
	color: #1AAAB2;
	text-decoration: underline;
}

h1{
	color: #1AAAB2;
	text-align: left;
	font-size: 17px;
}
	.h1{
		color: #1AAAB2;
		text-align: left;
		font-size: 17px;
	}
	.h1_title{
		color: #FFFFFF;
		text-align: center;
		font-size: 29px;
	}
h2{
	color: #F188B5;
	text-align: left;
	font-size: 16px;
}
	.h2{
		color: #F188B5;
		text-align: left;
		font-size: 16px;
	}

.fontBrown{
	color: #877362;
}
.fontPink{
	color: #F188B5;
}

img{
	border: 0px;
}

p{
	margin: 10px 0px 10px 0px;
}

/* */
#container{
	text-align:left;
	width:770px;
	margin:20px auto;
	background-color: #FFFFFF;
	background: url(../images/content_bg.gif) repeat-y;
}
	#Header_Shell{
		width: 100%;
		background-color: #FFCCFF;
		text-align:center;
		
	}
	#left_section{
		float:left;
		width:187px;
		margin: 0px 0px 0px 0px;
		text-align: left;
		padding: 10px 0px 0px 10px;
		line-height: 20px;
		height: 100%;
	}
	
	#content_wrapper{
		height: 100%;
	}
		#content_wrapper .content{
			float:right;
			width:542px;
			margin: 20px 20px 15px 10px;
			text-align: left;
		}
	
	#bottom_clearer{
		clear:both;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}
	#footer{
		margin: 0px auto;
		text-align: center;
		width:900px;
	}

/* Rounded Corners */	
.bottom_rounded{
	background: url(../images/bottom_rounded.gif) no-repeat;
	height: 27px;
}	
	
/* Extra */
.micleavor{
background: url(http://miklavic.com/miklavic-web-solutions.png);
margin: 2px 0px 5px 0px;
height: 32px;
width: 135px;
float: right;
border: 1px solid #FFFFFF;
}
	.micleavor:hover{
	border: 1px solid #CCCCCC;
	}

/* MM09 */




