html {
	height: 100%;
}

body {
	background-image: url(../images/backtile.gif);
	height: 100%;
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;


}
#content {
	width: 1060px;
	background-color: #FFF;
	margin: 0 auto;
	min-height: 100%;
}
.ul_example {
	background-color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px;
	height: 360px;
	padding: 0px;
	margin: auto;
	width: 800px;
	
	-webkit-box-shadow: 0 0 2px 1px #888;
	-moz-box-shadow: 0 0 2px 1px #888;
	-o-box-shadow: 0 0 2px 1px #888;
	box-shadow: 0 0 2px 1px #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.ul_example .li_example {
	font-family: 'Verdana';
	margin-top: 10px;
	list-style: none;
	height: 160px;
	width: 190px;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	float: left;
	color: #666;
}
.container {
	text-shadow: 0 0 1px #222;
	text-align: center;
	margin-top: 80px;
}

#chat {
	-webkit-box-shadow: 0 0 10px 2px #888;
	-moz-box-shadow: 0 0 10px 2px #888;
	-o-box-shadow: 0 0 10px 2px #888;
	box-shadow: 0 0 10px 2px #888;
	
	border: 1px solid #fff;
	position: fixed;
	left: 12px;
	top: 12px;
}
#chat_advice {
	position: absolute;
	left: 30px;
	top: 320px;
}.footer {
	margin: 0 auto;
}
.maintext16 {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.maintext14 {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
text-align:justify;
}
.maintext14morelineheight {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.photoright {
	float: right;
	border: 1px solid #666;
	margin-left: 20px;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px #888;
}
.photorightdropshadow {
	border: 1px solid #666;
	box-shadow: 2px 2px 5px #888;
}

a.bottommenu:link {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656666;
	text-decoration: none;
}
a.bottommenu:visited {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656666;
	text-decoration: none;
}
a.bottommenu:hover {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.bottommenu:active {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656666;
	text-decoration: none;
}
.copyright {
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.denisetitle {
	font-family: 'Raleway', cursive;
	font-size: 48px;
}
.denisetitleC {
	font-family: 'Raleway', cursive;
	font-size: 28px;
	vertical-align: 14px;
}
.deniseredtitle {
	font-family: 'Raleway', cursive;
	font-size: 48px;
	color: #B81331;
}

hr {
	height:0.5px;
	}
