html {
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: auto;
	
	background-image: url("images/overall_background.png");
	
	text-align: center;
}
body {
	margin: 0px auto;
	padding: 0px;
	
	width: 1200px;
	height: auto;
	
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	
	text-align: left;
}

div#left_background {
	margin: 0px auto;
	padding: 0px;
	
	width: 125px;
	height: 600px;
	
	background-image: url("images/left_background.png");
	
	float: left;
}
div#right_background {
	margin: 0px auto;
	padding: 0px;
	
	width: 125px;
	height: 600px;
	
	background-image: url("images/right_background.png");
	
	float: left;
}
div#main {
	margin: 0px auto;
	padding: 0px;

	width: 950px;
	height: auto;
	
	background-image: url("images/main_background.png");
	background-repeat: no-repeat;
	
	float: left;
}
#mtc_bg{
background: url(../img/mtc_bg.png);
width: 200px;
text-align: center;
text-transform: uppercase;
}
.mtc_bg, .mtc_bg a, .mtc_bg a:hover, .mtc_bg a:visited, .mtc_bg a:active{
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
span.sotw-text {
	color: #fff;
	font-size: 10px;
}
span.sotw-highlight, span.sotw-highlight a {
color: #00bbff;
text-decoration: none;
}
div.cutgallery-navigation {
	margin: 10px 0px 0px 50px;
	float: right;
}
div.cutgallery-navigation a {
	color: #fff;
}
div.cutgallery-navigation a:hover {
	color: #000;
}
}
.clear {
	clear:both;
}
