.container {
	margin: auto auto 0;
	height: 100%;
	width: 910px;
	
}
.header {
	height: 20px;
	width: 900px;
	background-image: url(../gfx/header_back_test.png);
	padding-right: 10px;	
}
.banner {
	height: 400px;
	width: 910px;
}
.menu {
	background-image: url(../gfx/menu_back_test.png);
	height: 25px;
	width: 900px;
	padding-top: 5px;
	padding-left: 10px;
}
.content_intro {
	height: 100%;
	width: 910px;
	padding: 10px;
}

.content_templates {
	height: 245px;
	width: 875px;
	background-image: url(../gfx/templates_back_test.png);
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

.content_templates_content {
	height: 245px;
	width: 400px;
	float: left;	
}

.content_templates_design {
	height: 245px;
	width: 440px;
	float: right;	
}

.footer {
	height: 20px;
	width: 910px;
	background-image: url(../gfx/footer_back_test.png);
}


/*----------------------------------*/


.thumbnail{
	padding: 1px 1px 1px 1px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}	
