body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	background-image: url(../images/IMG_7016b.jpg);
	color: #330033;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Page Div's */

#beige	{
	width:760px;
	height:auto;
	margin-top:20px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFCC;
	padding-top: 4px;
	padding-bottom: 4px;
			}

#header	{
	width:...;
	height:120px;
	margin-left:4px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-image: url(../images/header/rotate.php);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	background-position: right center;}
			
#main	{
	width:...;
	height:auto;
	margin-left:4px;
	background-color: #FFFFFF;
	padding: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-top:4px
	
			}
#text	{
	width:...;
	height:auto;
	padding-right: 40px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: .9em;
	margin-top: 12px;
	background-image: url(../images/main/rotate.php);
}

#text_index	{
	width:...;
	height:auto;
	padding-right: 40px;
	padding-left: 140px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: .9em;
	margin-top: 12px;
	margin-bottom:-14px;
	background-image: url(../images/back_index.jpg);
}

#text_in	{
	padding-left: 250px;
}

#index	{
	width:...;
	height:auto;
	font-size: 62.5%;
	font-size: .9em;
	margin-top: 12px;
	padding-top:4px;
	padding-bottom: 4px;
	
	background:#669966;
}

#footer	{
font-size: 62.5%;
font-size:.7em;
	text-align:center;
	}
	
/* Links */

.header a:link 
{
	color: #669966; 
	text-decoration: none;
}
.header a:hover {
	color: #996633;
	text-decoration: none;
}

.header a:visited {color: #669966; text-decoration: none;}

.header a:visited:hover  {
	color: #996633;
	text-decoration: none;
			}
			
A:link 
{
	color: #669966; 
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: none;
}

a:visited {color:#669966;
text-decoration: none;}

a:visited:hover  {
	color: #996633;
	text-decoration: none;
			}
