body
{
	margin: 0px;
	background-color: #dd9feb;
	font-family: verdana;
	font-size: 12px;
}

h1
{
	font-family: verdana;
	color: #fff;
	font-size: 20px;
	float: left;
	margin:35px 0px 0px 10px;
}

#wrapper
{
	width: 774px;
	margin: 0px auto;
}

#header
{
	width: 774px;
	height: auto;
	float: left;
}

#top_border
{
	width: 774px;
	height: 20px;
	float: left;
	background: url(../images/top_border.jpg) left top no-repeat;
}

#logo_cont
{
	width: 774px;
	height: 90px;
	background: url(../images/logo_bg.jpg) left top repeat;
	float: left;
}

#logo
{
	width: 387px;
	height: 90px;
	float: left;
	background: url(../images/logo.jpg) left top no-repeat;
}

#logo_text
{
	width: 296px;
	margin: 40px 0px 0px 50px;
	float: left;
	color: #85578f;
	text-align: center;
}

#logo_pictures
{
	width: 361px;
	height: 90px;
	float: right;
	background: url(../images/logo_pictures.jpg) right top no-repeat;
}

#menu
{
	width: 774px;
	float: left;
	background-color: #e8bef1;
}

#menu ul
{
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#menu ul li 
{
	list-style-type: none;
	float: left;
	margin-right: 3px;
	background: url(../images/menu_item.png) left top no-repeat;
}

#menu ul li a
{
	text-decoration: none;
	color: #111e29;
	float: left;
	width: 84px;
	height: 29px;
	padding-top: 5px;
	text-align: center;
}

#menu ul li a:hover
{
	text-decoration: underline;
	color: #125433;
}

#content_wrapper
{
	width: 774px;
	height: auto;
	float: left;
	padding-bottom: 20px;
	background-color: #e8bef1;
}

#what_is_it
{
	width: 375px;
	margin: 6px 0px 0px 12px;
	height: auto;
	float: left;
	background-image: url(../images/what_is_it.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#how_it_works
{
	width: 375px;
	margin: 6px 0px 0px 12px;
	height: auto;
	float: left;
	background-image: url(../images/how_it_works.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#create_now
{
	width: 742px;
	margin: 6px 0px 0px 12px;
	height: auto;
	float: left;
	background-image: url(../images/create_now.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#create_content
{
	float: left;
	width: 725px;
	border: 1px solid #000;
	background-color: #ffeaff;
	margin-top: 5px;
}

.ss_screen
{
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	height: auto;
	text-align: center;
	float: left;
}

.main_text
{
	margin: 35px 0px 0px 24px;
	color: #111e29;
	line-height: 1.5;
	text-align: justify;
}

#slideshow
{
	width: 270px;
	height: 230px;
	float: left;
	margin-left: 20px;
}

#links
{
	width: 335px;
	margin: 6px 0px 0px 12px;
	height: auto;
	float: left;
	background-image: url(../images/cool_sites.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer
{
	width: 774px;
	height: auto;
	float: left;
	margin-top: 0px;
	background-color: #e8bef1;
	background-image: url(../images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer p
{
	float: right;
	margin: 15px 10px 10px 0px;
	font-family: verdana;
	font-size: 9px;
	color: #85578f;
	text-transform: uppercase;
}

#disclaimer
{
	font-family: verdana;
	font-size: 11px;
	padding: 5px 5px 5px 15px;
	width: 500px;
}

a
{
	color: #111e29;
}

a:hover
{
	text-decoration: underline;
	color: #125433;
}

.slide_input
{
	margin: 5px;
}

.error
{
	font-family: verdana;
	font-size: 10px;
	color: #ff0000;
	margin-bottom: 5px;
}