/* GENERAL STYLES */
html, body 
{
	background:#0070b2 url(../Data/Assets/LiquidImage/DefaultTheme/images/background.jpg) no-repeat;
	background-attachment:fixed;
	font-family:Arial;	
	font-size:12px;
	}

img { border:none; }

#header
{
	width:800px;
	height:100px;
	margin:0px auto;
	padding:30px 0px 20px 0px;}

#navigation
{
	width:800px;
	margin:0px auto;
	height:38px;
	margin-bottom:10px; 
	filter: alpha(opacity=70); /* for IE */
	opacity: 1.0 ;/* CSS3 standard */
	background-color: #0070b2;}

#main-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;}

#main-menu li
{
	display: inline;
}

#main-menu a
{
	display: block;
	float:left;
	width:120px;
	height:20px;
	padding:15px 15px 10px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color:#BBFEFF;
	text-align:center;}

#main-menu a:active
{
	 color: #ffffff;
}

.content
{
	width:800px;
	margin:0px auto;
      /*opacity: 0.7;  For web browsers who care */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);/* For IE 5-7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* For IE 8. Don't miss the added quotes */
	z-index; 2;
        display:block;

}

.content .left-column
{
opacity: 1.0; 
background-color:#0070b2;

	padding:20px;
	/*float:left;*/
	width:410px;
	/*position: relative;*/
	color: #ffffff;
        display: block;
}
	
.content .right-column
{
	/*float:left;*/
	/*position: relative;*/
	opacity:0.8; /* CSS3 standard */
        display: block;
        padding-left:30px;
}

.content p
{
	color:#ffffff;
}

#footer 
{
	width: 800px;
	height:70px;
	margin: 0px auto;
	clear: both;
	padding: 1em;
	font-size: 10px;
	color: #ffffff;
	padding-top: 20px;
}


#footer a
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}


/* EDITOR PROPERTIES */
