body {
	margin: 0px;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body, table, tr, td, h1, h2, h3, p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
}

p, ul {
	font-size: 85%;
}

h1 {
	font-size: 130%;
	color: #0083D0; 
}

h2 {
	font-size: 100%;
	color: #0083D0; 
}

h3 {
	font-size: 85%;
	color: #0083D0; 
	font-style: italic;
}

a:link, a:visited {
	color: #0083D0;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

hr {
	color: #FFEF6B;
	background-color: #FFEF6B;
	border: 1px solid #0083D0;
	height: 4px;
}

#toptable {
	width: 100%;
	height: 100px;
	background-color: #FFFAD3;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #0083D0;
	border-top: 2px solid #0083D0;
}

#toptd {
	font-size: 30px;
	color: #0083D0;
	font-weight: bold;
	padding-left: 10px;
}

#main {
	padding-top: 20px;
	padding-left: 10px;
	width: 100%;
}

#quote {
	float: right;
	width: 138px;
	margin: 5px;
}

#free {
	float: right;
	width: 80px;
	margin: 5px;
}

#right {
	padding: 5px;
}

#offers {
	width: 300px;
	background-color: #FFFAD3;
	border: 2px solid #0083D0;
	margin-bottom: 10px;
	padding: 5px;
}

#hints {
	width: 300px;
	background-color: #FFFAD3;
	border: 2px solid #0083D0;
	padding: 5px;
}

#frame {
  margin-right:auto;
  margin-left:auto;
  margin-top:20px;
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  margin-top:3px;
  float:left;
}
	
#contentright {
  width:160px;
  padding:0px;
  margin-top:3px;
  float:left;
  background:#fff;
}
	
#contentheader {
  background:#fff
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
	color: #000;
}

.raised {
	position: relative;
	top: -22px;
	left: 12px;
	padding: 4px;
	background:#fff;
	border: 1px solid #000000;
	font-size: 85%;
}

table.calendar {
	margin-left: 10px;
	font-size: 85%;
}

#headlines {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFAD3;
	border: 2px solid #0083D0;
}


