
body {
	font-family:Tahoma, Arial, sans-serif;
	background: #272E38;
	font-size:68.5%;
	color:#fff;
	margin:0;
	padding:0;
}
#container {
	margin:0 auto;
	width:960px;
}
#header {
	height:86px;
	background: url(../gallery/images/layout/logo.gif) no-repeat;
}
#mainContent {
	background: url(../gallery/images/layout/mid.gif) repeat-y;	
	width:938px;
	height:638px;
}
#flashBox {
	padding:0 19px;
	clear:left;
}
.topLeft, .topMid, .topRight, .btmLeft, .btmMid,.btmRight { height: 19px; }
.topLeft, .topRight, .btmLeft, .btmRight { width: 19px; }
.topLeft {
	background: url(../gallery/images/layout/top_left.gif) no-repeat;	
	float:left;
}
.topMid {
	background: url(../gallery/images/layout/top_mid.gif) repeat-x;
	width:900px;
	float:left;
}
.topRight {
	background: url(../gallery/images/layout/top_right.gif) no-repeat;	
	float:left;
}
.btmLeft {
	background: url(../gallery/images/layout/btm_left.gif) no-repeat;	
	float:left;
}
.btmMid {
	background: url(../gallery/images/layout/btm_mid.gif) repeat-x;
	width:900px;
	float:left;
}
.btmRight {
	background: url(../gallery/images/layout/btm_right.gif) no-repeat;
	float:left;
}
#flashBox {
	width:900px;
	height:600px;
}
#textContent {
	background: url(../gallery/images/layout/mid.gif) repeat-y;	
	width:938px;
	main-height:20px;
}
* html #textContent {
	height:20px;
}
#text {
	padding:0 25px;
}
p {margin:0;}


