html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	min-width: 850px;
	min-height: 50px;
	background: #f8f8f8;
}
#container{
	margin-left: auto ;
	margin-right: auto ;
	width:850px;
	height:auto;
	background: url("images/containerbkg.gif") center repeat-y;
}
#header{
	width: 800px;
	height: 93px;
	padding-left: 25px;
	background: url("images/headerbkg.gif") right no-repeat;
}
#content {
	width:800px;
	padding-left: 25px;
	height: auto;
	text-align:center;
	font-size:12px;
	color: #666;
}
#footer {
	margin-left: auto ;
	margin-right: auto ;
	vertical-align: bottom;
	text-align:center;
	font-size:10px;
	line-height:10px;
	color:#999;
	width:850px;
	height:50px;
	background: url("images/footerbkg.gif") center no-repeat;
}




a.contact:link {
	color: #FFF;
	text-decoration: none;
}
a.contact:visited {
	color: #fff;
	text-decoration: none;
}
a.contact:hover {
	color: #000;
	text-decoration: none;
}
a.contact:active {
	color: #000;
	text-decoration: none;
}
.contact {
	font-size:14px;
	color: #fff;
}
.title1 {
	color: #999;
	font-size:24px;
	text-decoration: none;
}
.title2 {
	color: #ed7487;
	font-size:24px;
	text-decoration: none;
}
a.title1:link {
	color: #999;
	font-size:24px;
	text-decoration: none;
}
a.title2:link {
	color: #ed7487;
	font-size:24px;
	text-decoration: none;
}
a.title1:visited {
	color: #999;
	font-size:24px;
	text-decoration: none;
}
a.title2:visited {
	color: #ed7487;
	font-size:24px;
	text-decoration: none;
}
a.title1:hover {
	color: #ed7487;
	font-size:24px;
	text-decoration: none;
}
a.title2:hover {
	color: #999;
	font-size:24px;
	text-decoration: none;
}
a.title1:active {
	color: #ed7487;
	font-size:24px;
	text-decoration: none;
}
a.title2:active {
	color: #9999;
	font-size:24px;
	text-decoration: none;
}

.greylink {
	font-size:10px;
	color: #999;
}
a.greylink:link {
	color: #999;
	text-decoration: none;
}
a.greylink:visited {
	color: #999;
	text-decoration: none;
}
a.greylink:hover {
	color: #ed7487;
	text-decoration: none;
}
a.greylink:active {
	color: #ed7487;
	text-decoration: none;
}
.pinklink {
	font-size:10px;
	color: #ed7487;
}
a.pinklink:link {
	color: #ed7487;
	text-decoration: none;
}
a.pinklink:visited {
	color: #ed7487;
	text-decoration: none;
}
a.pinklink:hover {
	color: #999;
	text-decoration: none;
}
a.pinklink:active {
	color: #999;
	text-decoration: none;
}
.content {
	font-size:14px;
	color: #666;
}
.headline {
	font-size:24px;
	color: #ed7487;
