@charset "utf-8";
/* CSS Document */

body { background: #EBEBEB; margin:0px; padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;}
#main {
	width: 950px;
	margin: 100px auto;
	height: 500px;
	background: url(images/placeholder.png) no-repeat;
	padding: 0px;
}

#main_container {
	padding-top: 0px;
}
#indexmenu-content li {
	list-style:none;
}
#indexmenu-content li {
	position:relative;
	background:#fff;
	border:1px solid #ccc;
	width:520px;
	float:right;
	margin-top:20px;
	
}

/* The following takes out the right margin on the right index items */

#indexmenu-content li.indexmenu-item3, #indexmenu-content li.indexmenu-item6, #indexmenu-content li.indexmenu-item9 {
	margin-right:0;
}
	
.indexmenu-item {
	position:relative;
}
.indexmenu-item img {
	width:500px;
	height:150px;
}

img {
	border: none;
} 
.indexmenu-description {
	padding:10px;
	background:#000;
	width:480px;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 80px;
}
.indexmenu-description * {
	margin-bottom:10px;
	color:#fff;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #3A5C82;
	margin: 0px;
	padding: 0px;
}