
body {
	margin:0px;
	padding:0px;
	background-color:#EAEAEA;
	font:11px/16px verdana, arial, helvetica, sans-serif; 
	letter-spacing:0.5px;
	line-height:1.5;
	text-align:center;
}

#header {
	width:800px;
	height:200px;
	margin:0px auto;
	padding:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#ffffff;
}

#content {
	margin:auto;
	width:750px;
	padding:0px 25px 0px 25px;
	text-align:left;
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.main {
	float:left;
	width:450px;
	background-color:#fff;
}	

.right {
	float:right;
	width:230px;
	background-color:#fff;
}

.sidebox {
	width:220px;
	text-align:left;
	padding:5px 0px 10px 10px;
	border:1px solid #C5C5C5;
}

.sidebox2 {
	width:220px;
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 20px 0px;
	border:1px solid #C5C5C5;
}

.messagebox {
	width:220px;
	text-align:left;
	margin:20px 0px 20px 0px;
	padding:5px 0px 0px 10px;
	border:1px solid #C5C5C5;
}

.picfloat {
	float:left;
	width:50%;
}

.picturecontainer {
	width:330px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:10px;
}

.picleft {
	float:left;
	width:100px;
	text-align:center;
}

.picright {
	float:right;
	width:220px;
}

#footer {
	width:800px;
	height:17px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

div.spacer {
  clear: both;
 }

p.divide {
	border-bottom:1px dotted #000000;
}

div.center {
	text-align:center;
}

.forminput {
	background:#FFFFFF;
	border:1px solid #6F6F6F;
	color:#966F41;
	font:11px verdana, arial, sans-serif;
}

.formbox  {
	padding:2px 0px;;
}

a:link { 
	font:11px/16px verdana, arial, helvetica, sans-serif; 
	color:#966F41;
	border-bottom:1px dotted #966F41;
	text-decoration:none;
}

a:visited { 
	font:11px/16px verdana, arial, helvetica, sans-serif; 
	color:#966F41;
	border-bottom:1px dotted #966F41;
	text-decoration:none;
}

a:hover { 
	color:#FFBE4D; 
	border-bottom:1px solid #FFBE4D;
}


h1 {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	height:14px; 
	color:#FF8A00;
	/*border-bottom:1px dotted #000000;*/
	font:14px Georgia;
	font-weight : bold;
}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:14px; 
	background-color:#FFFFFF;
	color:#000000;
	font:12px Georgia;
	font-weight : bold;
}

.blog {
	font:11px verdana,sans-serif;
	color:#000000;
	letter-spacing:0.5px;
	line-height:1.5;
	text-align:justify;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ol {
	margin:0px 0px 0px 5px;
}

ul {
	margin:0px 0px 0px 20px;
}

li {
	margin:0px 0px 0px 20px;
	padding:0 0 0 0;
}

.smalltxt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	}

.comments-auth {
	font-weight : bold;
}


