{
	padding:0;
	margin:0;
}

body
{
	margin: 0 auto;
	background: #ffffff url('../images/bg.jpg') repeat-x;
	font-size:80%;
	font-family: verdana, arial, sans-serif;
	color: #006666;
	text-align: center;
    padding: 0;
}

a
{
color: #CA2260;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

p
{
margin-bottom:10px;
text-align: justify;
text-align: left;
}



h2
{
font-size:130%;
color: #633063;
text-align: center;
}

h3
{
font-size:110%;
color: #CA2260;
padding:0;
margin:0;
}

h4
{
font-size:100%;
color: #633063;
padding:0;
margin:0;
}

/*#outer
{
position: relative;
width: 747px;
margin-left: auto; 
margin-right: auto;
padding:0;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('../images/upbg.jpg') no-repeat;
width: 747px;
height:100%;
z-index: 1;
}*/

#inner
{
position: relative;
margin: 0 auto;
width: 715px;
/*padding: 0 0 0 15px;*/
z-index: 2;
border:1px solid #633063;
}

#header
{
background: #FFFFFF url('../images/header.jpg') no-repeat;
width: 715px;
height: 168px;
padding-left: 0 auto;
padding-right: 0 auto;
margin: 0 auto;
}

#menu
{
position: relative;
background: #FFFFFF url('../images/menu.jpg') repeat-x;
height: 37px;
width:100%;
padding: 0;
margin: 0;
text-align: center;
color: #FFFFFF;
font-size: small;
font-weight: bold;
border-top:1px solid #633063;
}


#menu ul
{
height:30px;
margin-top:5px;
}

#menu ul li
{
display: inline;
padding-left: 3px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px  12px 8px 12px;
font-size: 100%;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#menu ul li a:hover
{
color: #FFFFFF;
margin:0 auto;
padding:0 auto;
text-decoration: underline;
}

/* Content area -------------------------------------------------------------------------------------------*/

#primarycontent
{
position:relative;
width: 715px;
text-align: left;
background-color : #FFFFFF;
border-top:1px solid #FFFFFF;
}

#primarycontent .content
{
padding: 0 15px 0 15px;
}

#primarycontent .content img
{
float:left;
padding: 3px;
margin: 0 10px 10px 0;
display:inline;
background: #FFFFFF;
border: 1px solid #633063;
}

#primarycontent .content img.noborder
{
float:right;
padding: 0;
margin: 10px 0 10px 25px;
display:inline;
background: #FFFFFF;
border: none;
}

#primarycontent .content img.noborderleft
{
	float:left;
	padding: 0;
	margin: 0 0 10px 0;
	background: #FFFFFF;
	border: none;
}

#footer
{
position:relative;
clear:both;
background: #CA2260 url('../images/menu.jpg') repeat-x;
width:100%;
height: 37px;
padding: 0;
margin: 0;
text-align: center;
line-height: 30px;
color: #F7C3D6;
}

#footer a
{
color: #FFFFFF;
}

#affil
{
	position:relative;
	clear:both;
	background: #FFFFFF;
	height: 40px;
	padding: 5px 30px 5px 30px;
	margin: 0;
	text-align: center;
}

#affil img
{
	border: none;
	padding-right:30px;
}

