html, body {
	color: #000000;
	background-color: #e8ebef;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
}

img {
	border: 0;
}

h1 {
	color: #cbbe97;
	font-size: 30px;
	font-weight: bold;
}


a {
	outline: none;
	text-decoration: none;
	color: #cb3000;
}

#wrapper {
	text-align: left;
	width: 944px;
	height: 1300px;
	margin: 0px auto;
	background: #e8ebef url(bg_wrapper.gif) repeat-y;
	padding: 0px 13px 0px 13px;
}

#header {
	width: 887px;
	height: 55px;
	margin-left: 29px;
	padding-top: 30px;
	text-align: center;
}


#content {
	overflow: hidden;
}


.box {
	float: left;
	width: 200px;
	margin: 0px 0px 29px 29px;
}

	.box .top {
		background: transparent url(bg_box_top.gif) no-repeat top center;
		height: 4px;
		overflow: hidden;
	}

	.box .content {
		padding: 6px 2px;
		background-color: #e8ebef;
		overflow: hidden;
		text-align:center;
	}

	.box .contenttop {
		height: 35px;
		padding: 0px 15px 6px 15px;
		background-color: #e8ebef;
		overflow: hidden;
	}

	.box .contentimg {
		padding: 8px 5px;
		background-color: #ffffff;
		overflow: hidden;
	}

	.box .contentbottom {
		padding: 16px 15px 8px 15px;
		background-color: #e8ebef;
		overflow: hidden;
		text-align:right;		
	}
	
	.box .contentHigh {
		padding: 6px 15px;
		background-color: #e8ebef;
		overflow: hidden;
		height: 180px;
	}
	
		.box .content p, .box .contentHigh p {
			font-size: 11px;
			line-height: 14px;
			margin-bottom: 0px;
		}
		
	.box .bottom {
		background: transparent url(bg_box_bottom.gif) no-repeat top center;
		height: 4px;
		overflow: hidden;
	}

.boxClean {
	clear: both;
}


.boxfull {
	float: left;
	width: 887px;
	margin: 0px 0px 29px 29px;
}

	.boxfull .content {
		padding: 6px 17px 12px 17px;
		background-color: #e8ebef;
		overflow: hidden;
		text-align:center;
	}

.boxfull .top {
		background-color: #e8ebef;
		height: 4px;
		overflow: hidden;
	}
.boxfull .top .topleft {
		background: transparent url(bg_box_top.gif) no-repeat top;
		float: left;
		height: 4px;
		width:200px;
		overflow: hidden;
	}
.boxfull .top .topright {
		background: transparent url(bg_box_top.gif) no-repeat top;
		float: right;
		height: 4px;
		width:200px;
		overflow: hidden;
	}
.boxfull .bottom {
		background-color: #e8ebef;
		height: 4px;
		overflow: hidden;
	}
.boxfull .bottom .bottomleft {
		background: transparent url(bg_box_bottom.gif) no-repeat top;
		float: left;
		height: 4px;
		width:200px;
		overflow: hidden;
	}
.boxfull .bottom .bottomright {
		background: transparent url(bg_box_bottom.gif) no-repeat top;
		float: right;
		height: 4px;
		width:200px;
		overflow: hidden;
	}
