/* elements */

body {		
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*background:#ececec url(bg.gif);*/
	background-color:#32251D;
}
blockquote { 
	padding-right:40px;
	border-left:1px solid;
	border-color:#cccccc;
}
form {
	margin:0;
	padding:0;
}
img {	
	border: 0;
}
input {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	margin:0px;
}
li, ul {
	list-style-type: disc;
}
code { 	
	font-family:  verdana, arial, sans-serif; 
	background-color:#ececec;
	line-height: 11px;
	font-size: 11px;
	margin:0;
}
select {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}
table,td,th {
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	border : 0px;
}
textarea {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

hr {	
	color: #5e4f45;
	height: 1px;
	width:100%;
	border: 1px solid;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 8px;
}
	
/* classes */

.title {
	font-size: 13px;
}
.head1 { 
/* Dates */
	color: #c2a794;
	font-size: 11px;
	padding: 0 0 5px 0;
}
.head2 { 
/* Titles */
	color: #d9b178;
	font-weight:bold;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.post {	
	font-size: 11px;
	padding: 5px 0 5px 0;
}

.post img {
	border: 1px solid white;
	margin : 2px 10px 20px 10px;
}
.posted { 
	font-size: 11px;
	padding: 5px 0 5px 0;
}

img.imgBorder  {
	border:1px solid;
	padding:5px;
	border-color: #cccccc;
	margin: 5px;
}
.input1 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 111px;
}
.input3 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.login {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 95px;
}
.txt {
  font-family:  verdana, arial, sans-serif;
  font-size : 11px;
  color : #000;
  line-height : 11px;
}
.txtcenter {
	/*text-align: center;*/
}
.txtform {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.txtright {
	text-align: right;
}
.txtfooter { 
/* Dates */
	color: #7e6f65;
	font-size: 9px;
	padding: 0 0 5px 0;
}
.txtsmall {
  font-family:  verdana, arial, sans-serif;
  font-size : 9.50px;
  color : #000;
  line-height : 11px;
  background-color : transparent;
}
a {
  color : #ffffff;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:hover {
  color : #ffffff;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited {
  color : #cccccc;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited:hover {
  color : #dddddd;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}

.calBdr {
	margin: 0px 0px 0px 0px;
}
.cal_title {
	height:20px;
	text-align: center;
	background-color:#5c4f45;
}
.cal_day_head{
	width: 22px;
	text-align: center;
	background-color:#5c4f45;
}
.cal_day {
	text-align: center;
	background-color:#5c4f45;
}
.cal_day_current {
	text-align: center;
	background-color:#7b695c;
}

a.toplinks {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	size: 11px;
	text-decoration: none;
}
a.toplinks:visited {
	color: #ffffff;
	text-decoration: none;
}
a.toplinks:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* id */

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	text-align:left;
	border: none; /*1px dotted;*/
	border-color: #999999;
	/* background-color: #fff; */
}

#contentcenter {
	width:440px;
	padding: 5px 15px 5px 5px;
	float:left;
	/* background-color:#fff; */
	margin-bottom:0;
	border:0;
}

#contentright {
	width: 185px;
	padding: 5px 5px 5px 0px;
	margin-bottom: 5px;
	float:left;
}

#contentheader {
	padding: 5px;
	background-color: #ececec;
	border: none;
	/*border-bottom: 1px;
	border-style: dotted;
	border-color: #999999;*/
}

#contentfooter {
	clear: both;
	overflow:hidden;
	width: 640px;
	height:15px;
	padding: 5px;
	/* background-color:#fff; */
	border: none;
	/* border-top: 1px;
	border-style: dotted;
	border-color: #999999;*/
}
#divleft {
	text-align:left;
	width: 150px;
	float:left;
}
#divright {	
	text-align:right;
	width: 150px;
	float:right;
}

	