html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	background:url(/static/antville/rollinhand/layouts/untitled/bg_body.gif);
	font-family:sans-serif, verdana, helvetica, arial;
	font-size:12px;
}

#wrapper {
	position:absolute;
	width:800px;
	min-height:100%;
	left:50%;
	margin:0px 0px 0px -400px;
	padding:0px;
	background:url(/static/antville/rollinhand/layouts/untitled/bg_wrapper.jpg) repeat-y;
}

#header {
	top:0px;
	width:100%;
	min-height:200px;
	max-height:200px;
	background:url(/static/antville/rollinhand/layouts/untitled/bg_header.jpg) no-repeat 50px;
}

#searchbox {
	position:absolute;
	right:48px;
	top:0px;
	min-height:45px;
	width:202px;
	background:url(/static/antville/rollinhand/layouts/untitled/bg_search.gif) no-repeat 100%;
}

#searchbox * {
	margin:5px;
}

#navi {
	position:relative;
	left:50px;
	width:702px;
	min-height:31px;	
	background:url(/static/antville/rollinhand/layouts/untitled/bg_navi.jpg) repeat-x 100%;
}

#content {
	position:relative;
	top:0px;
	left:50px;
	margin:0px;
	padding:0px;
	background-color:#3d4669;
	width:702px;
	height:100%;
}	

#column1 {
	width:479px;
	padding:5px;
	background-color:#FFF;
	margin-right:10px;
	border-right:1px solid #333;
	min-height:100%;
}

#column2 {
	width:202px;
	float:right;
	padding:3px 8px 3px 8px;
top:0px;
}

#navi_contribute {
	position:relative;
	margin:0px;
	padding:0px;
	width:490px;
	height:20px;
	float:left;	
}

#navi_contribute li {
	list-style-type:none;
	display:inline;
	float:left;	
	width:91px;
	text-align:center;
	padding:6px 0px 0px 6px;
	margin:0px;
	min-height:25px;
	border-right:1px solid #333;
}

#navi_contribute li a{	
	color:#333;
	font-weight:bold;
}

#navi_contribute li a:hover {	
	color:#FF9900;
	font-weight:bold;
}

#navi_admins {
	position:relative;
	margin:0px;
	padding:5px;
	width:190px;
	height:20px;	
	float:right;
text-align:right;
}

#navi_admins li {
	list-style-type:none;
	display:inline;
	float:left;	
	padding:0px 2px 0px 2px;
}


.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

a {
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;	
}

#navi a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

h1,h2,h3 {
   font-family:times;
   font-weight:bold;
}

h1 { font-size: 16px }
h2 { font-size:14px; }
h3 { font-size: 13px; }

#column2 h3 {
  background:url(/static/antville/rollinhand/layouts/untitled/bg_caption.gif) no-repeat 100%;
  line-height:25px;
  text-align:center;
}

#column2 h3 li {
  list-style-type:square;
}

.dayHeader {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #959595;
   font-weight: bold;
   margin-bottom:10px;
   text-align:right;
   border-bottom:1px solid #959595;
}

.historyItem {
   color:#FFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding-bottom: 0.3em;
   padding-left:10px;
   width:180px;
}

/* calendar */

.calHead {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   color:#FFF;
}

.calDay {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
 color:#FFF;
}

.calSelDay {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: 1px solid #ff9900;
   text-align: center;
}

.calFoot {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
 color:#FFF;
}

#column2 table {
   padding-left:15px;
}

/***** STORY CSS ******/
.storyDate {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #959595;
   margin-bottom: 6px;
}

.storyTitle {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 16px;
   color: #3d4669;
   font-weight: bold;
}

