﻿/* CSS Document */

html, body {	
  	background-color:#bdcbe8;
}

body {
	color:White;
}

a, a:link, a:visited {
	color:black;
	text-decoration:underline;	
	}
a:hover {
	text-decoration:underline;	
	}
	
#contentRight
{
	width:230px;

	background-color:white;
	padding:10px;
	font-size:11px;
	}
	
#contentMain
{
	width:650px;
	float:left;
	text-align:right;
	background-color:transparent;
	}	
		
/* EDITOR CONTENT */
		
.editorSimpleContent, .editorContent, .editorTitle {
	color:#6A553C;	
}
