/* 
INWERS CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
#wrapper {
	width:630px;
	margin:auto
}

ul.list-200 {
	list-style:none;
	margin:0;
	padding:0;
}

ul.list-200 li {
	width:200px;
	height:150px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

ul.list-200 li a {
	display:block;
	position:relative;
}

ul.list-200 li a img {
	position:absolute;
	z-index:1;
}

ul.list-200 li span {
	display:block;
	height: 210px;
	width: 210px;
	position:absolute;
	z-index:2;
}

.larger
{
	font-size: 15px;
}
.col2_sidebar ul { list-style-type: none; }

.medium_col ol { color: #4b4b4b; font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif; list-style: decimal; margin:0px 0px 10px 20px; }
.medium_col ul { color: #4b4b4b; font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif; list-style: square; margin:0px 0px 10px 20px; }
