/* CSS Document */
body {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto; 
	padding: 0; 
	}

A:link {text-decoration: none; font-weight: bold; color: #4e4844; }
A:visited {text-decoration: none; font-weight: bold;  color: #4e4844;}
A:hover {text-decoration: none; font-weight: bold;  color: #4e4844;}
A:active {text-decoration: none; font-weight: bold;  color: #4e4844;}


a.WordPress:link {text-decoration: none; font-weight:normal; padding-right: 0; color: #999999; }
a.WordPress:visited {text-decoration: none; font-weight:normal; padding-right: 0; color: #999999; }
a.WordPress:hover {text-decoration: none; font-weight:normal; padding-right: 0; color: #999999; }
a.WordPress:active {text-decoration: none; font-weight:normal; padding-right: 0; color: #999999; }

a img {
	border: none;
	}
	
#header {
	width: 700px; 
	border: none;
	padding: 27px 0 0 0;
	margin: 0 auto;
	}
	
#menu {
	height: 22px; 
	width: 700px; 
	border: none;
	padding: 58px 0 0 0;
	margin: 0 auto;
	}
	

#page {
	margin: 0px auto;
	padding: 30px 0 0 0;
	width: 700px;
	}
	
#content {
	text-align:center;
	margin: 0px auto;
	padding: 30px 0 0 0;
	width: 900px;
	}	
	
.alignright {
	float: right;
	width: 18px;
	font-size: 18px;
	text-align: right;
	}
	
.alignleft {
	float: left;
	text-align: left;
	font-size: 18px;
	}
	
.thumbs {
	margin: 0;
	width: 110px;
	float: left;
	}
	
.thumbsVer {
	margin: 0;
	border: 1px solid #000000;
	width: 200px;
	float: left;
	}
	
.IMGthumbs {
	margin: 0;
	padding:0 14px 14px 0;
	}
	
#pages {
	width: 700px; 
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	}
	
#footer {
	border: none;
	clear: both;
	height: 55px; 
	width: 700px; 
	padding: 40px 0 0 0;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	}


