/* BODY */
body {
background-color: #B686C6;
background: url('img/bg.jpg') repeat;
}

/* CONTAINER */
#container {
background-color: #ffffff;
width: 740px;
margin: auto;
background: url('img/content_bg.png') repeat;
}

/* NAVIGATION */

#headnav
{
margin-top: 10px;
text-align: center;
width: 586;
height: 92;
background-repeat: no-repeat;
vertical-align: bottom;
}
	
.a1 {	
background-color: #FF5280;
border-bottom: 5px solid;
border-color: #E7D8E2;
}

.a1:hover {
border-bottom: 10px solid;
border-color: #FF5280;
}

.a2 {
background-color: #B22C9F;
border-bottom: 5px solid;
border-color: #E7D8E2;
}

.a2:hover {
border-bottom: 10px solid;
border-color: #B22C9F;
}
			
#headnav a
{
display: compact;
margin-left: 5px;
height: 30px;
padding: 5px;
padding-left: 3px;
font-size:18px;
font-family:"century gothic";
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
color: #ffffff;
}
		
#headnav a:hover
{
background-color: #FFF;
color: #ed145b;
}


/* CONTENT */
#content {
font-family: Verdana, Generva, sans-serif;
font-size: 12px;
color: #808080;
line-height: 24px;
text-align: justify;
padding-left: 50px;
padding-right: 50px;
}

#content a {
color: #868686;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

h1 {
font-family: "Century Gothic", Tahoma, Arial; 
font-size: 22px;
color: #D267E3;
font-weight: normal;
text-transform: uppercase;
margin: 0 0 0 0;
background: url('img/h1.gif') no-repeat;
padding-left: 100px;
padding-top: 15px;
height: 50px;
}

#content h1:first-letter {  
color: #FB8989;
font-size:28px;
padding-left: 0px;
padding-top: 1px;
text-transform: uppercase;
padding-bottom: 1px;
}

h2 {
font-size: 8pt;
font-family: verdana;
text-align: left;
color: #D267E3;
margin: 0 0 -3 0;
padding: 0 0 0 0;
font-weight:bold;
letter-spacing: 1px;
background: url('img/h2.gif') no-repeat;
padding-left: 10px;
padding-top: 7px;
width: 100%;
height: 28px;
text-transform: uppercase;
}


#content blockquote {
text-align: justify;
background: #fff url(img/form.gif) no-repeat bottom right;
border: 5px dotted #FF7B7B;
padding: 7px 7px 15px 7px;
width: 345px;
padding-left: 5px;
}

i { 
font-size: 10;
font-family: verdana;
font-weight: italic;
color: #BA4379;
text-decoration: none;
}

s, strike { 
font-size: 10;
font-family: verdana;
color: #BA4379;
}

u { 
font-size: 10;
font-family: verdana;
color: #C8D18A;
border-bottom: 2px solid;
border-color: #A45B57;
text-decoration: none;
}

b { 
font-size: 10;
font-family: verdana;
color: #D267E3;
background-color: #FFE9E9;
text-decoration: none;
}

em {
color: #B22C9F;
font-size: 10;
font-family: verdana;
font-weight: italic;
}


/* DISCLAIMER */
#disclaimer {
background-color: #4C4C4C;
font-family: Verdana, Generva, sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
height: 26px;
background: url('img/footer.png') no-repeat;
}

#disclaimer a {
color: #868686;
text-decoration: none;
}