/*---------------------------------------------------
MyPeePee Bottle
Copyright 2007 MyPeePeeBottle
Site Design by Billie Anthony @ WeAssist4U
----------------------------------------------------*/
/*---------------------------------------------------
				TAKING CARE OF BUSINESS STYLES
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
  background-color: #F69CBF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #E41280;
  font-size: 28px;
  font-weight: bold;
  line-height: 14px;
  line-height: 1;
}

h2 {
	color: #E41280;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align:center;
}
test { margin-left: 15%; }

/*---------------------------------------------------
				BODY LINKS
----------------------------------------------------*/
a,  a:link {
  color: #0767A1;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #E41280;
  text-decoration: underline;
}
a:focus {
  color: #F59EC1;
}
a:active {
  color: #E41280;
}


/*---------------------------------------------------
				MAIN STYLES
----------------------------------------------------*/


.body2 A:link {color: #0767A1; text-decoration: none;}
.body2 A:visited {color: #0767A1; text-decoration: none;}
.body2 A:active {color: #0767A1; text-decoration: none;}
.body2 A:hover {color: #0767A1; text-decoration: none;} 



#outerWrapper {
  position: relative;
  background-color: #FFF;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
  background-image:url(../assets/menu_bg2.jpg);					/*Menu Background*/ 
  background-repeat:repeat-x;
}

#outerWrapper #header {
	background-color: #F69CBF;
	background-image: url(../assets/header.JPG);
	height: 240px;
	width: 810px;
	background-repeat: no-repeat;
}

#outerWrapper #header #text{
	color: white;
	position:absolute;
	font-family:'Sand', 'Comic Sans MS', cursive;
	text-align:left;
	left: 363px;
	top: 203px;
	font-size:30px;
	font-weight: bold;
	line-height: 40px;
	width: 300px;
}

#outerWrapper #contentWrapper #leftColumn1 {					  /* Menu are here */
	float: left;
	padding: 5px;
	width: 210px;
	height: 100%;
	color: #FFF;
	font-family:'Sand', 'Comic Sans MS', cursive;
	font-size:18px;
	font-weight:bold;
}


#outerWrapper #contentWrapper #content {						/*Main content here */
	margin: 0 0 0 220px;
	padding: 10px;
	background-color:#FFFFFF;
}

#content #col1{
	float: left;
	width: 235px;
	height: 100%;
}

#content #col2{
	margin: 0 0 0 235px;
	padding: 10px;
}

#content #info2{
	float: left;
	width: 200px;
	background-color:#FFF;
}

 #content #images{
	float: right;
	width: 350px;
	background-color:white;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #contentWrapper #moveDown{
	margin-top: 10px;
}

#outerWrapper #contentWrapper .caption{
	position: absolute;
	float: left;
	font-size:9px;
	font-style:italic;
	width: 400px;
	margin-left: 3px;
	display:block;
	left: 225px;
	top: 440px;
}



#outerWrapper #footer {											/*Footer Here */
	background-color: #0767A1;
	color: #FFF;
	padding: 10px 10px 10px 10px;
}

#outerWrapper #footer a{
	color: #FFF;
	text-decoration:none;
}

#outerWrapper #footer a:hover{
	color:#FF99FF;
}
	




