/* CSS Document */

html {
    overflow: scroll;  
}

body {
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	background: url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
	font-family: arial, helvetica, sans-serif;
	color: #590404;
}

#wrapper {
	margin: 0px;
    margin: 0 auto;
	padding: 0px;
	border: 0px;
	width: 842px;
	height: 1%;
	min-height: 856px;
    background:  url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
	border: 0px solid blue;
}

#header {
    margin: 0 auto;
	margin-top: 0;
	background: url('../images/main-img.jpg') no-repeat center;
	height: 441px;
	width: 842px;
	border: 0px solid red;	
}

#header #navwrap{
	clear: both;
	float: left;
	margin-top: 150px;
}

#header #logo{
	float: left; 
    margin-top: 19px;
    padding-left: 3px;
	width: 221px;
	height: 114px;
	border: 0px solid black;
} 

#logoimg {
	border: none;
}

#left-box {
	float: left;
	background:  url('../images/logo.gif') no-repeat center;
	background-color: #F18E05;
	width: 220px;
	height: 306px;
	padding-bottom: 0px;
	margin-top: 1px;
	border: 0px solid black;
}

#left-box	p {
	margin: 252px 0 10px 10px;
	left: 10px;
	bottom: -252px;
	font-size: 11px;
	color: #000;	
}

#leftcolumn {
    float: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#pragerimg {
    background:  url('../images/michael-prager-img.jpg') no-repeat center;
	width: 220px;
	height: 150px;
}

.leftsidemenu {
    position: relative;
	width: 220px;
	height: 350px;
	z-index: 1000;
}

#rightcolumn {
    float: right;
	width: 621px;
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
}

#imageheader {
    float: left;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	border: 0px solid blue;
}

.headertext {
    position: relative;
	margin: 15px 0 0 10px;
	left: 0;
	top: 0;
}

#maincontent {
    float: left;
	font-size: 12px;
	padding: 15px;
	margin: 0px;
	color: #590404;
	text-align: justify;

	
}

h1, h2, h3 {	
    color: #f18e05;
	text-align: left;
}
#maincontent h1 {
    font-size: 17px;
}
#maincontent h2 {
    font-size: 16px;
	width: 460px;
	margin-top: 20px;
	padding: 0;
	border-bottom:  1px dashed #CCCCCC;
}
#maincontent h3 {
    font-size: 15px;
}
#maincontent h4 {
    font-size: 10px;
	color: #f18e05;
	margin-top: -15px;
}
#maincontent a {
     color: #E17B0B;
	 font-weight: 500;
	 text-decoration: none;
}
#maincontent a:hover {
    text-decoration: underline;
}
.subtext {
    font-size: 12px;
	color: #000;
}
.left-aligned-img {
    float: left;
	margin: 0 10px 0 0;
	 }
.right-aligned-img {
    float: right;
	margin: 0 0 0 10px;
	border: 0px solid black;
}
.center-img {
    position: relative;
    left: 20%;
}
.catagory-img-left {
     float: left;
	 width: 100px;
	 height: 120px;
	 margin: 0 10px 0 0;
	 border: none;
}
.cellulite-img-left {
     float: left;
	 width: 110px;
	 height: 130px;
	 margin: 0 10px 0 0;
	 }
.cellulite-img-right {
     float: right;
	 width: 110px;
	 height: 130px;
	 margin: 0 10px 0 0;
}
#threewomen {
     float: right;

}
 #leftcontent {
     float: left;
     width: 280px;
	 border-right: 0px solid #CCC;

}
 #rightcontent {
     float: right;
     width: 280px;
	 }
#stretchcontent {
	 float: left;
	 margin-top: 20px;
	 clear: both;
	 width: 590px;
}
#footer {
    background:  url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
	position: relative;
	width: 842px;
	height: 20px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #ccc;
	z-index: 100;  
}
.orange {
color: #f18e05;
font-size:19px;
}
#mini-map {
    float: left;
     margin-left: 10px;
	}
#mini-map img{
    border: 1px solid #999999;

	}
