/* PAGE LAYOUT */

html, body, #wrap { height: 100%; margin: 0; padding: 0; }

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }

h1, h2, h3, h4, h5, h6, p {  margin: 0; padding: 0; }

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	background-color: #fff;
	border: 1px solid #ccc; 
	clear: both;
	height: 30px;
	margin-top: -30px; /* negative value of footer height */
 	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	text-align: center;
	width: 960px;
} 

#wrap {
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	margin: 0 auto; 
	width: 960px; 
}

#header {
	background-color: #fff;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	height: 90px;
	padding: 20px;
	width: 920px;
}

#content { float: left; padding: 20px; width: 720px; }
#contentMiddle { float: left; padding: 20px; width: 520px; }

#sidebarRight { float: left; padding: 20px 20px 20px 0; width: 180px; }
#sidebarLeft { float: left; padding: 20px 0 20px 20px; width: 180px; }

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* MENU */

#menu {
	padding: 0;
	margin: 0;
	width: 180px;
}

#menu li {
	list-style: none;
	margin: 0;
}

/* STYLES AND COLORS */

body { 
	color: #000;
 	font: normal 13px/18px Verdana, Arial Times New Roman, Times, Serif; 
/*	font: normal 16px/26px Georgia, Times New Roman, Times, Serif; */
	word-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #7786b5;
	font-weight: normal;
	letter-spacing: 1px; 
	line-height: 1.1em;
	margin: 0; 
}

h1 { color: #666; font-size: 350%; }
h2 { color: #666; font-size: 190%; }
h3 { font-size: 150%; }
h4 { color: #7786b5; font-size: 110%; font-weight: bold; margin: 1.5em 0 .5em; }

a, a:link, a:active, a:visited { color: #e48302; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

ul { list-style-type: square; }

blockquote { 
	background: transparent url(img/blockquote.gif) no-repeat 0 0;
	font-size: 110%; 
	font-style: italic; 
	letter-spacing: 1px;
	padding-left: 42px; 
}

code, pre { color: #090; }

#side p { color: #777; font-size: 85%; }

.thumb {
  height: auto;
  float: left;
  margin: 0 5px 10px 0;
  width: 200px;
}

.thumb:hover { 
  cursor: pointer;
  opacity:.60; 
  filter: alpha(opacity=60); 
  -moz-opacity: 0.60; 
}



