/* Based on the ThrashBox at http://www.vertexwerks.com/tests/sidebox/ */
/* And, ALA style from Glish http://glish.com/css/9.asp */

body {
	background-color: black;
}

#header {
	color: white;
}

#main {
	background-color: #F4EDC9;
}
	/* Show only to IE PC \*/
* html .boxHead h2 {height: 1%;} /* For IE 5 PC */
* html .boxFoot h5 {height: 1%;} /* For IE 5 PC */

/* Main Content Bod */
#mainContent {
	float: left;
	margin: 10px;
	width: 67%; /* % so it will grow */
	background: url(../images/slideBack.jpg);
	font-size: 100%;
}

.boxHead {
	background: url(../images/patternSlide_02.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxHead h2 {
	background: url(../images/patternSlide_01.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxBody {
	background: url(../images/slideBack.jpg);
	margin: 0;
	padding: 5px 10px 10px;
}

.boxFoot {
	background: url(../images/patternSlide_03.jpg) no-repeat bottom right;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.boxFoot h5 {
	background: url(../images/patternSlide_04.jpg) no-repeat bottom left;
	margin: 0;
	padding: 22px 30px 5px;
}

/* Links Box */
.links {
	padding-top: 10px;
}

.links a {
	color: red;
	text-decoration: none;
}
.links a:hover {
	color: white;
	background-color: red;
}