/*********************************************
Author: SAnderson
Created: May 2007
*********************************************/

body
{
	text-align:center;
	font-family: arial, verdana;
	color: rgb(110, 74, 98);
}

h1.headliner{
	margin:4px 4px;
	padding:5px 4px 6px 17px;
	font-size: .8em;
	white-space: pre;
	width: 600px;
	text-align: left;
/*	border: 1px solid blue;*/
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
/*	color: rgb(110, 74, 98);*/
}

.disclaim
{
	font-family: verdana;
	font-size: .7em;
	color: rgb(221, 204, 216);
/*	border: 1px solid blue;*/
}

#container
{
	margin: 5px auto;/* firefox center*/	
/*	position: relative;
	float: none;*/
/*	border: solid yellow 1px;*/
	width: 740px;
	height: 475px;
}

#images
{
	float: left;
/*	border: solid red 1px;*/
	width: 100px;
	height: 465px;
	background-repeat: no-repeat;
	padding: 0px;
	margin:0px;
}

#text_img
{
	float: left;
	position: relative;
	top:0px;
	left:0px;
/*	border: solid green 1px;*/
	width: 575px;
	height: 385px;
	padding: 0px;
	margin:0px;
	background: white url(../images/ring_back.jpg) no-repeat bottom right;
/*	background-image: url(../images/ring_back.jpg);*/
}

#footer
{
/*	border: solid black 1px;*/
	width: 740px;
	height: 10px;
}

#bott_image{
	position: relative;
	bottom: -130px;
/*	border: 1px solid red;*/
}

#top_image{
	position: relative;
	top:15px;
/*	border: 1px solid red;*/

}

.bodytext{
	font-family: arial, verdana;
	color: rgb(110, 74, 98);
	font-size: .8em;
	line-height: 1.5em;
	white-space:pre;
	text-align: left;
	padding:4px 0 25px 7px;
	margin-left:15px;
}

.enter, .enter:hover, .enter:link, .enter:visited, .enter:active, .enter:hover
{
	font-family: arial, verdana;
	color: rgb(110, 74, 98);
	font-size: .8em;
	line-height: 1.5em;
	text-decoration: none;
}