body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:calibri, Verdana;
	color: #061C37;
	background: #014D5D url(images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}
 
 h1 {
	font-size: 1.4em;
	padding-left: 10px;
	font-weight: normal;
}
 h2 {
	font-size: 1.1em;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 8px;
}
 h3 {
	font-size:1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
 h3 img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 {
	font-size: 1em;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
 
#page
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	padding-left: 20px;
	border: 3px solid #FFFFFF;
	margin-top: 5px;
	z-index: 100;
}

.topNav
{
	text-align:center;
	margin-top:30px;
	font-size:16px;
	margin-left:auto;
	height: 35px;
	line-height: 35px;
	color:#CEEAEE;
	margin-right: auto;
	display: inline;
	position: relative;
}


.topNav a
{
	text-decoration:none;
	color:#CDE2FC;
	padding-right: 9px;
	padding-left: 9px;
}

.topNav a:hover
{
	text-align:center;
	color:#333333;
	display: inline;
	height: 35px;
	line-height: 35px;
	padding-right: 9px;
	padding-left: 9px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#headPicture
{
	width:770px;
	height:345px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#headPicture .picture
{
	width:750px;
	height:325px;
	top:10px;
	background-image:url(images/villa.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top: 10px;
	position: relative;
}

#header
{
	position:relative;
	top:10px;
	left:10px;
	font-size:25px;
	color:#043D7A;
	width: 300px;
	margin-left: 0px;
}

#headerSlogan
{
	position:relative;
	top:15px;
	left:15px;
	font-size:16px;
	color:#043D79;
	font-family: calibri, Verdana;
	width: 300px;
	margin-left: 0px;
	font-weight: bold;
}

#email img {
	position: absolute;
	top: 140px;
	left: 630px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	position: absolute;
	top: 190px;
	left: 618px;
	font-size: 0.7em;
}

.content
{
	width:770px;
	height:auto;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.content .innerBox
{
position:relative;
width:750px;
height:auto;
top:10px;
margin-left:10px;
background-image:url(images/content_back.png);
background-repeat:repeat-x;
padding-bottom:35px;
}


.contentText
{
	font-size:15px;
	line-height:24px;
	margin-left:13px;
	margin-right:13px;
}
.contentText a {
	color: #391C36;
}
#paypal {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	border: 1px solid #02446D;
	padding: 10px;
	margin-bottom: 15px;
}

#footer {
	width: 770px;
	height:26px;
	text-align:center;
	font-family:calibri, Verdana;
	color:#FFFFFF;
	padding-top:5px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer a
{
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
}
#footer2 {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 11px;
}
#footer2 a {
	color: #FFFFFF;
	font-size: 11px;
}

html, body {
text-align: center;
}
p {text-align: left;}

/* the overlayed element */ 
.simple_overlay {
	/* must be initially hidden */ 
    display:none;
	/* place overlay on top of other elements */ 
    z-index:10000;
	/* styling */ 
    background-color:#ffffff;
	width:675px;
	min-height:200px;
	border:1px solid #000;
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/overlay/close.png);
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}