
* {
	margin: 0;
}

body {
	text-align: center;
	min-width: 600px;
	font: 62.5%/1.3 verdana, 'Lucida Grande', arial, sans-serif; 
	text-align:center; 
	background:#fff; 
	color:#111;
}

#wrapper {
	width: 920px;
	height: 875px;
	text-align: left;
	/*border: 1px dashed #ccc;*/
	padding: 0 10px;
	margin: 0 auto;
}

#mainSidebar {
	
}

#header {
	margin: 40px 0 5px 0;
	
}

#header h1 {
	padding: 35px 20px 0 -20px;
	color: Olive;
	font-size: 35px;
	font-variant: small-caps;
	font-weight: 600;
	margin-bottom: 5px;
}

#header p {
	color:#666666;
	font-size:13px;
	font-style:italic;
	line-height:1;
	margin-top:-10px;
	padding:0 0 10px -20px;
	margin-bottom: 5px;
}

.bigOne {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

#imageArea {
	float: left;
	width: 260px;
	height: 500px;
}

#imageArea a.hiddenLink {
	display: none;
}

#imageArea a {
	display: block;
	color: white;
	background-color: white;
}

#imageArea a:hover {
	background-color: red;
}

h1, h2, h3 {
	font-weight:normal; 
	font-family:'trebuchet MS', verdana, arial, sans-serif; 
	letter-spacing:-0.3px;
}

h1 {
	padding: 0;
}

h2 {
	margin: 3px;
	font-size: 14px;
}

h3 {
	margin: 10px;
	color: Olive;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

ul {
	margin: 5px 10px;
	font-size: 10px;
}

li {
	padding: 5px;
}

#boxes {
	
}

.info{
	float: left;
	height: 360px;
	width: 350px;
	padding: 2px;
	background-color: White;
}

.info2 {
	float: left;
	height: auto;
	width: 600px;
	padding: 2px;
	background-color: White;
	margin-left: 25px;
}

a.hiddenLink {
	display: none;
}
