@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

/* ------------------body-----------------------*/

body {
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#72c5bd;
}


/* -------------------wrapper-------------------- */

#wrapper {
width:950px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}


/*------------------- header---------------------*/

#header {
	width:950px;
	height:219px;
	background-image:url(images/header_bubbles.jpg);
	background-repeat:no-repeat;
}



/*------------------- content ---------------------*/

#content {
width:950px;
background-image:url(images/repeat.jpg);
background-repeat:repeat-y;
color:#000000;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
text-align:left;
float:left;
}

#left {
width:200px;
padding-left:90px;
margin-right:15px;
float:left;
}


#right {
width:545px;
padding:15px 55px 0px 40px;
clear:right;
float:right;

}

#bottom {
width:790px;
height:38px;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
background-color:#72c5bd;
color:#000000;
font-family:Verdana, Helvetica, sans-serif;
font-size:9px;
padding:40px 60px 0px 100px;
float:left;
clear:both;
}



/*------------------- text ---------------------*/

h1+p {
margin-top:0px;
}

h1 {
color:#663399;
font-size:18px;
font-family:Verdana, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:normal;
text-decoration:none;
margin-bottom:0px;
}

h2 {
color:#FF9900;
font-size:12px;
font-family:Verdana, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:normal;
text-decoration:underline;
margin-bottom:0px;
}


h3 {
color:#FF9900;
font-size:11px;
font-family:Verdana, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:lighter;
text-decoration:none;
margin-bottom:0px;
}



/*-----------------links-------------------*/

a:link, a:visited {
color:#72c5bd;
text-decoration:none;
font-weight:bold;
}

a:hover, a:active {
color:#fca941;
text-decoration:none;
font-weight:bold;
}


#bottom {
color:#ffffff;
text-decoration:none;
}

#bottom a:link, #bottom a:visited {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#bottom a:hover, #bottom a:active {
color:#000000;
text-decoration:none;
font-weight:bold;
}







