body {
font-family:Verdana, Geneva, sans-serif;
background:#FAE1F7 url(../images/bkg400.jpg) repeat-x;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:15px;
}

img {
	border:none;
}

/*////////////// CLASS /////////////////*/


.bottombox {
	height:175px;
	background:#FFF url(../images/225bkg.jpg) repeat-y;
	margin-left: 20px;
	text-align:center;
	padding:5px;
	border:#AC5CA3 1px solid;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bottombox img {
	margin-bottom: 1px;
}

.longbutton a {
	float: left;
	margin: auto 5px auto 5px;
	border:#36C 1px solid;
	background:#339;
	width:300px;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color: #F2B3EC;
}

.button {
	margin:0;
}

.bookbutton {
		margin:10px auto 15px auto;
}

.bookbutton a{
	margin: 10px auto 10px auto;
	border:#36C 1px solid;
	background:#339;
	width:175px;
	padding: 2px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color: #F2B3EC;

}

.button a {
	float: left;
	margin: auto 0px auto 0px;
	border:#36C 1px solid;
	background:#339;
	width:125px;
	padding: 2px;
	text-align:center;
	text-decoration:none;
	color: #F2B3EC;
}

.button :hover, .longbutton :hover, .bookbutton :hover {
	border:#339 1px solid;
	background:#36C;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.footer {
	clear:both;
	text-align: center;
	width:960px;
	position:absolute;
	top: 550px;
}

.5topmargin {
	margin-top:5px;
}

.white
{
	color:#FFF;
}

.zerotopmargin {
	margin-top:0px;
}

.zerobottommargin {
	margin-bottom:0px;
}

/*////////////// ID /////////////////*/

#bottomnav1 {
	position: absolute;
	top:50px;
	width:700px;
	left: 291px;
}

#bottomnav2 {
	position:absolute;
	top: 240px;
	width: 700px;
	left: 291px;
}

#continue{
	position: absolute;
	top:420px;
	left: 375px;
}

#main {
	background:url(../images/full400.jpg) no-repeat;
	position: absolute;
	width: 960px;
	height: 400px;
	top: 0;
	margin:0 auto;
}

#welcome {
	color:#FFF;
	width:400px;
	position:absolute;
	top: 381px;
	left: 0px;
	padding-left:90px;
}

#welcome p {
	font-weight:bold;
	line-height:1em;
}

	
