* { 
	margin:0; 
	padding:0;	
}

html,
body {	
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#content_wrapper{
	margin: 20px auto;
	border: 1px solid #d3d3d3;
	height: 700px;
	width: 1000px;
	/* display: block; */
}

/* content */
#content {
	padding-top: 20px;
	padding-bottom:10px;    
}
#content p {
	margin: 50px 180px;
	font-size: 14px;
	line-height: 22px;
}

.with_sidebar {
	margin-left: 220px;
}

#contentImg {
	padding: 5px;
	border: 4px solid #000;
}

/* header */
#header {
	position:relative;
	margin-top: 25px; 
	margin-left: 240px;
	height:70px;   /* Height of the footer */
	clear: both;
}
#logo {
	position:fix;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	margin-top: 25px; 
	margin-left: 35px;
	height:70px;   /* Height of the footer */
	clear: both;
}

/* Sidebar */
div#sidebar {
	position:absolute;
	margin: 0;
	padding-left: 40px;
	top:140px;
	width:150px; 
	text-align: left;
	background-color: black;
	color: white;
	height: 540px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}
#sidebar li  {
	margin: 0;
	padding-bottom: 4px;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
#sidebar p {
	font-size: 12px;
}

/* Footer */
#footer {
   position:fix;
   margin: -50px auto -20px auto;
   height:20px;   /* Height of the footer */
}
/* CLEAR FIX*/
.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 */


.clearfooter {
	height: 40px;
	clear: both;
}

.clearfloat {
	clear: both;	
}
a{
	font-size: 14px;
	color: #000;
	padding: 0 10px;
}
a img { 
	border:none; 
}
a:link, a:visited {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #999;
	text-decoration: underline;
}
#active{
	color: #999;
}