html, body{
	padding:0;
	margin:0;
}

body{
	background-color:#606060;
	font-family:Cochin,'Times New Roman',serif;
	color: #666;
}

a{
	color: black;
}

.wrapper{
	width:700px;
	margin:0 auto;
	background:#606060 url(/images/homepage/body-bg.jpg) repeat-y;
}
div#innerwrapper{
	padding:30px 55px;
}

div#menu > ul {
	margin: 0;
	padding: 0 0 10px 0;
	height: 2.3em;
	display: block;
    border-bottom:2px solid white;
}
div#menu > ul > li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
div#menu > ul > li > a{
	display: block;
	margin-right: 15px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	padding: 3px 10px;
	-moz-border-radius:2px;
}
div#menu > ul > li > a > i{
	display: block;
	font-style: normal;
	color: #777;
	font-size: 13px;
}


div#menu > ul > li > a.selected, div#menu > ul > li > a:hover{
	background-color: #666;
	color: white;

	
}
div#menu > ul > li > a.selected > i, div#menu > ul > li > a:hover > i{
	color: #ccc;
}


div#pictures{
	width: 594px;
	height: 299px;
	background: transparent url(/images/homepage/pictureholder.gif) no-repeat center center;
	margin-top: 20px;
	position: relative;
}

div#pictures > div{
	position: absolute;
}
div#picture_1, div#picture_2{
	width: 156px;
	height: 116px;
}

div#picture_1{
	left: 11px;
	top: 12px;
}
div#picture_2{
	top: 172px;
	left: 11px;
}
div#picture_3{
	width: 360px;
	height: 275px;
	left: 222px;
	top: 12px;
}

div#realcontent{
	background: transparent url(/images/homepage/content-bg.jpg) repeat-y;
	padding:10px 85px;
}

DIV.left{
	float: left;
}



DIV#leftcolumn{
	width: 160px;
}

DIV#leftcolumn > p{
		padding: 4px;
}

div.testimonial{
	text-align: center;
}
div.testimonial > p.entry{
	font-family:'Verdana-Italic','Verdana',sans-serif;
	font-size: 14px;
	font-style: italic;
}

div#rightcolumn{
	margin-left: 180px;
	margin-top: 20px;
	border-left: 1px solid #999;
	padding-left: 20px;
}

