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

*, div, h1, h2, h3, span, p{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	}

.clear{
	clear: both;
	}

.white{
	color: #FFFFFF;
	}
.gray{
	color: #666666;
	}
.red{
	color: #990000;
	}
.centered{
	text-align: center;
	}
.lefty{
	float: left;
	margin: 0 10px 10px 0;
	}
.righty{
	float: right;
	margin: 0 20px 10px 10px;
	}
ul{
	list-style: none;
	}
ul.bullets{
	list-style:disc;
	padding-left: 60px;
	color: #3C2752;
	padding-right: 20px;
	}
p{
	line-height: 18px;
	}
table{
	color: #3C2752;
	}
#content p{
	margin-bottom: 20px;
	padding: 0 20px;
	color: #3C2752;
	}
#content h1{
	font-size: 18px;
	padding: 0 20px;
	margin-bottom: 20px;
	color: #3C2752;
	}
a{
	color: #5f6043;
	text-decoration: underline;
	}
a:hover{
	color: #639;
	text-decoration: underline;
	}
/*-----------------------*/

body{
	background-color: #2e1944;
	background-image: url(images/bodybg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#nav{
	width: 900px;
	height: 36px;
	margin: 0 auto;
	margin-top: 35px;
	background-image: url(images/top_nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
#nav ul li{
	float: left;
	padding: 12px 28px;
	}
#nav ul li a{
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#nav ul li.last{
	margin-left: 36px;
	}

#wrap{
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #c9aae5;
	}

#content{
	width: 700px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #e2dfe6;
	min-height: 693px;
	}

#sidebar{
	color: #3C2752;
	width: 180px;
	float: right;
	background-color: #c9aae5;
	background-image: url(images/topside.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	min-height: 500px;
	}
#sidebar #form{
	width: 148px;
	margin: 0 auto;
	}
.form_object {
	font-family: Tahoma;
	font-size: 11px;
	color: #39372b;
	padding: 2px;
	border: 1px solid #71645B;
	}
#sidebar p.sidy{
	padding: 0 16px;
	}
	
/*FOOTER*/
div#footer{
	padding: 0;
	border: none;
	width: 900px;
	height: 160px;
	margin: 0 auto;
	background-image: url(images/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	}
	
/*-----------CONTENT-------------*/

div#smile{
	width: 700px;
	height: 349px;
	background-image: url(images/smile.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
	}
#aboutus {
	position:absolute;
	left:25px;
	top:24px;
	width:173px;
	height:93px;
	z-index:8;
	}
#gallery {
	position:absolute;
	left:25px;
	top:126px;
	width:173px;
	height:93px;
	z-index:9;
	}
#news {
	position:absolute;
	left:25px;
	top:228px;
	width:173px;
	height:93px;
	z-index:10;
	}
div.picture{
	width: 285px;
	padding: 4px;
	background-color: #eedaff;
	text-align: center;
	margin: 0 auto;
}
div.picture img{
    overflow: hidden;
	margin-bottom: 4px;
}
div.picture p{
	font-size: 10px;
	font-style: italic;
	line-height: normal;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	float: left; 
	width: 160px;
	padding: 10px;
	text-align: center;
}

#footer ul li a{
	color: #999;
	text-decoration: none;
	text-align: center;
	}
#footer ul li a:hover{
	color: #CCC;
	}
#footer a{
	color: #999;
	text-decoration: none;
	text-align: center;
	}
#footer a:hover{
	color: #CCC;
	}