@charset "utf-8";
/* CSS For Satin Slcies by Mark Henry */

<style type="text/css">
<!--
.masterPanel
{
	width:900px; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto; 
	border:thin #666666 solid;
}

.row1
{
	width:900px;
	height:200px;
}

.menu
{
	float:left;
	width:50%;
	background-color:#908abd;
	height:200px;
}

.logo
{
	float:right; 
	width:50%; 
	background-color:#9cf55a; 
	height:200px;
}

body 
{
	margin-top: 0px;
}

.row2
{
	width:900px; 
	height:300px;
}

.the_norm{
	padding:10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:280px;
}

.message
{
	background-color:#FFFFFF;
	background-image:url(images/bgContent.jpg);
	background-repeat:repeat-y; 
	height:300px;
	float:left; 
	width:50%;
}

.image
{
	background-color:#FFFFFF;
	float:left; 
	width:50%;
}

.row3
{
	width:900px; 
	height:250px;
}

.subMenu
{
	float:left; 
	width:50%; 
	background-color:#CCCC66; 
	height:200px; 
}

.content
{
	float:left; 
	width:50%; 
	background-color:#9cf55a; 
	height:200px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
-->
</style>