BODY
{
	background-color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	min-height: 650;
	background-image: url(kneelingflaggirl.jpg);
    background-position: center;
    background-repeat: no-repeat;

}

P
{
	font-size: 11px;
	line-height: 125%;
	letter-spacing: 4px;
}

td {
	font-family: TrebuchetMS;
	font-size: 11px;
	line-height: 125%;
}

A:link
{
	color: #FF0066;
	text-decoration: none;
	font-size: 100%;
}

A:visited
{
	color: #FF0066;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
    border: 0;
}

#title {
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    top: 170;
    z-index: 100;
}

#navigate {
    background-color: #FF0066;
    height: 71px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 248px;
    z-index: 10;
}

#navmenu {
    position: absolute;
    height: 71px;
    left: 490px;
    top: -10px;
}

#navmenu a {
    color: #FFFFFF;
	text-decoration: none;
	font-size: 76px;
	letter-spacing: 6px;
}

#navmenu a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

#navmenu a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

#dropmenu li li a {
	display: block;
	padding-right: 0;
	color: #FFFFFF;
	font-size: 28px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#dropmenu li li a:hover {
	padding-right: 0;
	color: #FF0066;
	text-decoration: none;
	background-color: #FFFFFF;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
    width: 40em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	border: 0;
	margin-right: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	border: 0;
    background-color: #FF0066;
    padding-bottom: 10px;
    margin-top: -8px;
    width: 40em;
}

li:hover ul, li.over ul {
	display: block;
	float: left;
}