body { background-color: #fff; color: #333; min-width: 1000px;}
h1 { font-size: 18pt; font-weight: bold; }
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 14pt; font-weight: bold; }
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   14px;
  line-height: 18px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
a { color: #CC0033; }
a:visited { color: #CC0033; }
a:hover { color: red; text-decoration: none; }
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#ErrorExplanation {
  width: 400px;
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/** global style **/
#nav {  
  height:40px;	
  margin: 0 200px 10px;
}
#logo {
  margin: 0 200px 10px;
}
#side1 {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 160px;
	padding: 0px;
}
#main {
	margin: 0px 200px 10px 200px;
	padding: 0px 5px 0px 5px;
}
#side2 {
	position: relative;
	float: right;
	width: 180px;
}
#donate {
  position: absolute;
  top: 0px; 
  left: 10px;
}
#intro{	font-size: 20px; }
.subscribe {
	line-height: 25px;
	margin-bottom: 20px;
}
#footer{
	clear:both;
	margin-top: 20px;
	text-align: center;
}
#bottom {
	margin: 10px auto 10px auto;
	border: 1px solid black;
	width: 730px;
}
#notice{
   color:green;
   font-size:14pt;
   font-weight: bold;
}
#error_notice{
   color:red;
   font-size:14pt;
   font-weight: bold;
}
#sponsor1 {
  position: absolute; top: 70px; right: 20px;
	text-align: center;
}
#sponsor2 {
  position: absolute;
  top: 300px;
  right: 20px;
  text-align: center;
}
#featured{
  background: #ffffcc;
  position: absolute;
  top:0px;
  right: 20px;
  padding: 10px;
}
