/*CSS for /websites*/


h2, h3, h4{
	margin-bottom: 1em;
}

.site p{
	margin: 10px 0px 0px 0px;
}

.site_image{
	height:181px;
}

.site_container p{
	padding: 0px 40px;
}

.site_container{
	float: left;
	width: 350px;
	margin: 0px;
}

.site, .site_top, .site_bottom{
	text-align: center;
}

.site{
	width: 350px;
	min-height: 350px;
	background: transparent url(./img/websitebg.gif) repeat-y scroll top left;
}

.site_top{
	width: 350px;
	height: 30px;
	background: transparent url(./img/websitebg_top.gif) no-repeat scroll top left;
}

.site_btm{
	width: 350px;
	height: 26px;
	background: transparent url(./img/websitebg_btm.gif) no-repeat scroll top left;
}

.imgborder{
	border: 1px solid black;
}
