@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
}
A:link, A:visited, A:active
	{	text-decoration:  none		}
A:hover
	{	text-decoration:  underline	}
#logo {
	position:absolute;
	left:65px;
	top:0px;
	width:818px;
	height:100px;
	z-index:10;
	background-image: url(img/ct_bg.png);
}
#nav {
	position:absolute;
	left:470px;
	top:34px;
	width:432px;
	height:64px;
	z-index:11;
}
#banner {
	position:absolute;
	left:65px;
	top:100px;
	width:818px;
	height:204px;
	z-index:2;
	background-image: url(img/ct_bg.png);
}
#ct_bg {
	position:absolute;
	left:65px;
	top:304px;
	width:818px;
	height:auto;
	z-index:3;
	background-image: url(img/ct_bg.png);
}
#content {
	position:relative;
	left:11px;
	top:5px;
	width:395px;
	height:auto;
	z-index:4;
	font-size: 11px;
}
#content2 {
	position:relative;
	left:11px;
	top:5px;
	width:795px;
	height:auto;
	z-index:4;
	font-size: 11px;
}
#pictures {
	position:absolute;
	left:529px;
	top:20px;
	width:252px;
	z-index:4;
}
#ct_footer {
	position:relative;
	left:0px;
	top:0px;
	width:818px;
	height:18px;
	z-index:5;
	background-image: url(img/content_footer.png);
	background-color: #FFFFFF;
}
#footer {
	position:relative;
	left:0px;
	top:0px;
	width:818px;
	height:174px;
	z-index:6;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #595959;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #595959;
}
#menu ul{width:auto;float:left;margin:0px;padding:3px;background:#FFFFFF;list-style:none;}
#menu a {
	font-family: Times, serif;
	font-size: 1.3em;
	font-weight:200;
	color: #ed1093;
	margin-left:40px;
}
.clear{clear:both;height:0px;}

