h2 {
	color:#DD4DAB;
	font-style: italic;
}
#header {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
#header-top {
	background: url("../images/header.jpg") top center no-repeat;
	height: 177px;
	margin: 0;
	padding: 0;
	position: relative;
}
#logo {
	height:159px;
	width: 465px;
	position: absolute;
	top: 20px;
	left: 50px;
}
.navigation {
	background: #c51e85;
	height:40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#nav {float:left; list-style: none; height:40px; margin: 0; padding: 0 auto; color: #fff; font-size: 14px;}
ul#nav li{float: left; line-height: 40px; padding: 0 15px; color: #fff; font-size: 14px;}
ul#nav li a { text-decoration: none; color: #fff; font-size: 14px;}

ul#foot-nav {float:left; list-style: none; height:40px; margin: 0; padding: 0 100px;}
ul#foot-nav li{float: left; line-height: 40px; padding: 0 15px;}
ul#foot-nav li a{ text-decoration: none; color: #fff; font-size: 12px;}

#footer {position: relative;}
#star-fl {
	position: absolute;
	background: url("../images/star-fl.png") no-repeat;
	bottom: 63px;
	left: 0px;
	height: 144px;
	width: 154px;
	float: left;
}
#star-fr {
	position: absolute;
	background: url("../images/star-fr.png") no-repeat;
	bottom: 63px;
	right: 10px;
	height: 144px;
	width: 154px;
	float:right;
}
#copyright { font-size: 10px; text-align: center; margin: 10px 0; }

#fb {
	background: #ffd8e7;
	padding: 10px;
	margin: 10px 0;
}


/* Nivo */

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}

.theme-default #slider {
    margin:0 auto 50px auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}



.content-body {border: none;}

.clear {
	clear:both;
}