h1, h2, h6, h4, h5, p {
	margin:0;
	 padding:0;
}
h1{
	font-size:18px;
	color:#1b4582;
	font-weight:600;
}

h2{
	margin : 10px 10px 0 10px;
color : #cccccc;
font : 14pt Arial, sans-serif;
letter-spacing : -1px;
font-weight : bold;
}

#main-container{
	width:100%;
	background:url(../images/background-main.png) no-repeat center top;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:990px;
}

#container{
	width:990px;
	height:auto;
}

.homegallery{
	height:286px;
	width:148px;
	float:left;
	margin-left:10px;
}
/* Sliding Boxes */

.boxgrid a{
	color:#FF0033;
	text-decoration:none;
	float:right;
}
.boxgrid a:hover{
	
	text-decoration:none;
	float:right;
}
.boxgrid{ 
	width: 148px; 
	height: 286px; 
	margin:0px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-image: url(images/image6.gif);
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background:#333333;
	height: 286px;
	/*text-align:justify;*/
	width: 146px;
	margin-left:1px;
	 
	/* For IE 5-7 */
	/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
*/}
.caption .boxcaption{
	/*top: 220;*/
	left: 0;
}