@charset "UTF-8";
body, #wrap  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
	height: 100%;
}

body a:hover h3 {
	color:#000;
	size: 15px;
}
body a:link h3 {
	color: #0F0;
	size: 13px;
}

#navbar {
	position:relative;
	z-index:232;
	margin-top:5px;
	margin-right: 5px;
	font-size:15px;
	width: 100%;
}

#stripe {
	/*background-color:#06C; */
	background-color:#06C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 13px solid #F60;
	border-right: 13px solid #F60;
	position: relative;
	z-index: 15;
	width: 800px;
	min-height: 1100px;
	}



#home {
	background-color:#F00;
	width:200px;
	height:200px;
	z-index:999;
	display:none;
}

#contact {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #06C;
	z-index:100;
	text-align:left;
}

#contacttext {
	padding: 5px;
}

#contacttext a:link{
	color: #0F0;
	size: 15px;
}
#sale {
	width:160px;
	height:460px;
	margin-right: auto;
	margin-left: auto;
	background-color:#F60;
	border: 2px solid #FFF;
}


#banner {
	float:right;
}

/* 
THIS IS THE MAIN BOX W/ BOARDER
*/
#content { 
	width: 800px;   /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background-color:#06C; */
	background-color:#06C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 15;
	/*padding-bottom: 137px;*/
} 

#kelly {
	background-color:#06C;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position:relative;
	z-index:16;
	font-size: 1em;
}

#kelly a:link {
	color: #0F0;
}

#jason {
	background-color:#06C;
	width: 800px;
	margin: 0 auto;
	position:relative;
	z-index:22;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#jason a:link {
	color:#0F0;
}

#michaelone {
	background-color:#06C;
	width: 800px;
	min-height: 880px;
	margin: 0 auto;
	position:relative;
	z-index:22;
}

#michaeltwo {
	background-color:#06C;
	width: 800px;
	min-height: 880px;
	margin: 0 auto;
	position:relative;
	z-index:22;
}

#michaelthree {
	background-color:#06C;
	width: 800px;
	min-height: 880px;
	margin: 0 auto;
	position:relative;
	z-index:22;
}

#texttext {
	padding-left: 10px;
	padding-right: 10px;
}

#michael {
	background-color:#06C;
	width: 800px;
	min-height: 880px;
	margin: 0 auto;
	position:relative;
	z-index:22;
}

#header { 
	background-color:#06C;
	color:#FFF;
	position:relative;
	width: 800px;
	margin: 0 auto;
	z-index:123;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#sidebar2 {
	float: right; 
	width: 27%; /* since this element is floated, a width must be given */
	background-color:#06C; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0; top and bottom padding create visual space within this div */
	margin-right:5px;
	height: 100%;
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p .thrColElsHdr, .thrColElsHdr h3 {
	font-size: 1em;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
 	 /*  margin: 0 12em 0 12em; the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color:#06C;
	float:left;
	width:68%;
	margin-left:1%;
	position:relative;
	font-size: 17px;
	overflow: hidden;
} 

#mainContent a:link {
	color: #0F0;
}

#createform {
	width: 780px;
	overflow: hidden;
}

#footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #06C;
	color: #00F;
	text-align: center;
	text-transform: lowercase;
	width: 800px;
	height: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-left: 13px solid #F60;
	border-right: 13px solid #F60;
	position:relative;
	z-index:3;
	margin-bottom: -20px;
} 


.thrColElsHdr #legal {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #FFF;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 13px solid #F60;
	border-right: 13px solid #F60;
	position:relative;
	z-index:100;
} 

.thrColElsHdr #legaltext {
	font-size:9px;
}

.thrColElsHdr #black {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #FFF;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 13px solid #F60;
	border-right: 13px solid #F60;
	position:relative;
	z-index:100;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
