﻿body {
	text-align: center;
	background-image: url('../images/sunsetbk1.jpg');
}

#wrapper {
	margin-top:10px;
	margin-left:-475px;
	left:50%;
	margin-bottom:0;
	padding:0;
	top:0;
	position:absolute;
	width:944px;
	bottom:35px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	background-color: #553D2B;
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	behavior: url('../styles/border-radius.htc');
}

#content {
	position:absolute;
	top:172px;
	bottom:20px;
	left:135px;
	right:0;
	text-align:center;
	overflow: auto;
}

#content2 {
	position:absolute;
	top:172px;
	bottom:20px;
	left:0px;
	right:0;
	text-align:center;
}

#head {
	position:absolute;
	margin-left:-475px;
	top:0px;
	left:50%;
	display:block;
	width:944px;
	height:162px;
	text-align:center;
	border-top: 0px solid silver;
	border-left: 0px solid silver;
	border-right: 0px solid silver;
}

#footer {
	position:absolute;
	margin-left:-475px;
	bottom:10px;
	left:50%;
	display:block;
	width:950px;
	height:35px;
}

#left {
	position:absolute;
	left:0px;
	top:172px;
	bottom:0px;
	width:130px;
	z-index:4;
	background-repeat:no-repeat;
	padding-left: 5px;
}

* html #left {
	height:100%;
	top:0px;
	bottom:0;
	margin-left:5px;
	border-top:660px solid #fff;
	border-bottom:0px solid #fff;
}

#table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#EDDBC9;
	font-weight:normal;
	text-align:center;
}

.style1 {
	border-width: 0;
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #EDDBC9;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #EDDBC9;
}

.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #EDDBC9;
}

.style5 {
	font-size: large;
	color: #D9B38C;
}

.style6 {
	text-align: right;
}

.style7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	color: #D9B38C;
	font-weight:bold;
}
.style8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #D9B38C
}

.style9 {
	font-family:Arial, Helvetica, sans-serif;
	color: #D9B38C;
	font-size: xx-large;
}

.style10 {
	font-size: large;
	color: #FF0000;
}

.style11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #EDDBC9;
}

.style12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color:#D9B38C;
}

.style13 {
	font-size: medium;
	color:#D9B38C;
}

.style14 {
	font-size: large;
	color: #008000;
}

.style15 {
	text-align: center;
}

.style17 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: red;
}

.style18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: red;
}

.style19 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.style20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #D9B38C;
	font-weight: bold;
}

.style21 {
	font-family: Papyrus;
	font-weight: bold;
	font-size: medium;
	color: #FF0000;
}

.style22 {
	font-weight: bold;
}

.style23 {
	font-family: Papyrus;
	font-weight: bold;
	font-size: large;
	color: #FF0000;
}

.style24 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #EDDBC9;
}

.style25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #00FF00;
}

.style26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF0000;
}

a {
	color: #FFFFFF;
}
a:visited {
	color: #C0C0C0;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #C0C0C0;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #fff;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: white;
  } 

img {
	border-style:none;
}

