

/* Generic Selectors */

body {

text-align: center;
font-family: Century Gothic, Arial, Times Roman Bold, serif;
font-size: 14px;
color: #606060;
background-image:
url('images/leopardc.jpg');
background-repeat: repeat

}
 

p {
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
margin-bottom: 15px;


}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}


h1 {

font-family: Century Gothic, Arial, Times Roman Bold, serif;
font-size: 18px;
font-weight: bold;
color: #EF00F4;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px

}

h2 {
font-family: Century Gothic, Arial, Times Roman Bold, serif;
font-size: 16px;
font-weight: bold;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px

}




/**************** Pseudo classes ****************/

a:link {

color: #EF00F4;
text-decoration: underline;
font-weight: bold;

}

li :link {

color: #EF00F4;
text-decoration: underline;
font-weight: bold;

}

a:visited {
color: #EF00F4;
text-decoration: underline;
font-weight: bold;

}

li a:visited {
color: #EF00F4;
text-decoration: underline;
font-weight: bold;

}

a:hover {

color: #808080;
font-weight: bold;
text-decoration: underline;

}

li a:hover {
color: #808080;
font-weight: bold;

}

a:active {

color: #808080;
font-weight: bold;

}

img.floatleft {
    float: left;
    border: solid 0px
    margin-top: 5px;
    margin-left: 5px;

}

img.floatright {
    float: right;
    border: solid 0px;
    margin-top: 5px;
    margin-right: 5px;



}


/************************* ID's *************************/


#wrapper {
position: relative;
top: 245px;
width: 675px; 
height: 620px;
margin: auto; 
text-align: left; 
background-color: #F7E3FC;
border-style: solid;
border-left-width: 0px;
border-top-width: 5px;
border-right-width: 0px;
border-bottom-width: 5px;
border-color: #606060;

}

#contenta {
position: absolute;
left: 0;
top: 0px;
width: 165px; 
height: 550px;
margin-left: 0 auto;  
background-color: #F7E3FC;
font-size: 14px;
font-color: #404040;

}


#picsa {
position: absolute;
left: -105px;
top: -250px;
width: 105px; 
height: 100percent;
margin-left: 0 auto;  
border-color: #404040;


}

#picsb {
position: absolute;
left: 675px;
top: -250px;
width: 105px; 
height: 100percent;
margin-left: 0 auto;  
border-color: #404040;


}

#contentb {
position: absolute;
left: 165px;
top: 0;
width: 510px; 
height: 550px;
margin-left: 0 auto; 
text-align: left; 




}

#stripea {
position: absolute;
left: 0px;
top: -250px;
width: 675px; 
height: 20px;
background-image: url(images/stripea.jpg);


}

#stripeb {
position: absolute;
left: 0px;
top: -75px;
width: 675px; 
height: 20px;
background-image: url(images/stripeb.jpg);


}

#menu {
position: absolute;
left: 1px;
top: -55px;
width: 675px; 
height: 50px;
background-image: url(images/bar.gif);


}

#contact {
position: absolute;
left: -50px;
top: 550px;
width: 800px; 
height: 50px;
font-size: 16px;
color: #424242;


}

#design {
position: absolute;
left: -50px;
top: 625px;
width: 800px; 
height: 20px;
font-family: Futura, Times Roman Bold, serif;
font-size: 12px;
color: #424242;


}

#logo {
position: absolute;
left: 87.5px;
top: -225px;
width: 500px; 
height: 143px;
background-image: url(images/swag.jpg);

}

#logobg {
position: absolute;
left: 0;
top: -250px;
width: 675px; 
height: 180px;
background-color: #F7E3FC;

}






/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;		
	top: 0;
	left: 0;
	}

#menuh
	{
	font-size: 14;
	font-family: Futura, Times Roman Bold, serif;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #003EBE;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #0297D1;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #96FF38;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

	