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

body{
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	font-size: 12px;
}

a:link {
	color: #e10062;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e10062;
}
a:hover {
	text-decoration: underline;
	color: #e10062;
}
a:active {
	text-decoration: none;
	color: #e10062;
}
ul{
	line-height:120%;
	font-size: 11px;
	font-weight:normal;
	list-style-position: inside;
	list-style-type: square;
}

li{
	line-height:1.6em;
}

#wrapper{
	padding:0;
	position:relative;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
h1{
	font-size:14px;
	font-weight:bold;
}
h2{
	font-size: 12px;
	font-weight:normal;
	line-height:120%;
}
h3{
	font-size:28px;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 180px;
}
h4{
	font-size:10px;
	color:#333;
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}
h5{
	font-size:12px;
	font-weight:bold;
	color: #e10062;
	margin-top: 300px;
}
h6{
	font-size: 18px;
	font-weight:bold;
}
.background1{
	background-image:url(images/background.gif);
	background-position:top center;
	background-repeat: no-repeat;
}
.background2{
	background-image:url(images/background2.gif);
	background-position:top center;
	background-repeat: no-repeat;
}
.background3{
	background-image:url(images/background3.gif);
	background-position:top center;
	background-repeat: no-repeat;
}
.footer{
	background-image:url(images/footer.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
}
.footer2{
	background-image:url(images/footer2.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
}
#body-text{
	height:250px;
	left:260px;
	position:relative;
	top:130px;
	width:400px;
	z-index:1;
}
#body-text2{
	height:250px;
	left:260px;
	position:relative;
	top:130px;
	width:550px;
	z-index:1;
}
#side-text{
	height:70px;
	left:50px;
	position:relative;
	top:-20px;
	width:170px;
	z-index:1;
	font-size:10px;
}

#header{
	height:25px;
	left:240px;
	position:relative;
	top:110px;
	width:400px;
	z-index:2;
}
#pictures{
	height:400px;
	left:240px;
	position:relative;
	top:50px;
	width:670px;
	z-index:1;
}
#footer{
	height:15px;
	left:75px;
	position:relative;
	top:60px;
	width:600px;
	z-index:1;
}
