
@import "reset.css";
@import "typography.css";

html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	word-wrap: break-word;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f1f1ec; /* Website backgroundcolor */
	background-image:url("../img/bg.gif");
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; /* Website font*/
	font-size: 14px;
}

#menu
{
	float:left;
	width:10px;
	height:100%;
}

#container
{
	opacity: .0;
	filter: alpha(opacity=0);
	-khtml-opacity: .0;
	-moz-opacity: .0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#pagebody{
	width:900px;
	}

#grid
{
	position: absolute;
	width:900px;
	background-color:red;
}

#grid .item, .item2
{
	position: absolute;
	background: #000000; /* Item backgroundcolor */
	text-decoration:none;
}

#grid .item .body, .item2 .body
{
	padding: 3px; /* Item padding */
}

#grid .item .body span, .item2 .body span
{
	color: rgb(192, 54, 0);
	font-size: 16px;
	display:block;
	border-bottom: 1px solid rgb(206, 205, 198);
	border-top: 3px solid rgb(143, 139, 134);
	padding: 2px 0;
}

#grid .item .body h3, .item2 .body h3
{
	font-size: 12px;
	line-height:13px;
	margin:2px 0;
	color:#000;
}

#grid .item .body h5, .item2 .body h5
{
	color: rgb(142, 139, 134);
	font-size: 11px;
	font-weight: normal;
}

#grid .item .body p, .item2 .body p
{
	color: #555251; /* Item color */
	font-size: 11px;
	margin-top:20px;
}

#grid .item .body img, .item2 .body img
{
	margin: 3px 0;
	bottom: 0px;
	position: absolute;
}








.special
{
	height:178px !important;
	background:none !important;
	margin:0px !important;
}

.special p
{
	border-top:solid 20px #444;
	margin-top:-6px !important;
	font-size:18px !important;
	padding:3px !important;
}

.special p strong
{
	color:#000;
}
