body, html { 
padding : 0; 
margin : 0; 
}

body { 
background: #CED4BC url(bg.png) repeat;
text-align: center;
color: #404040;
font-size: 11px;
font-family: tahoma;
} 

.container { 
margin : 0 auto; 
text-align : left; 
width: 600px;
margin-top: 50px;
background : #CED4BC;
} 

.header {
height:106px;
background: #CED4BC;
text-align:center;
}

.content {
width: 400px;
padding: 5px;
float: left;
text-align: justify;
}

.sidebar { 
width: 140px;
float: right;
text-align: justify;
padding: 5px;
} 


p {text-indent: 0px;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 20px;}
	
	
h1 {color: #27919E;
  background-color: ;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font: 20px times new roman;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
	text-indent: 0px;
	width:95%;
	letter-spacing: 0px;
	border-bottom:;
	text-transform: lowercase;
	}
	
h2 {color: #27919E;
  background-color: ;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font: 20px times new roman;
	font-weight: normal;
	text-align: right;
	line-height: 22px;
	text-indent: 0px;
	width:100%;
	letter-spacing: 0px;
	border-bottom:;
	text-transform: lowercase;
	}
	
h3 {color: #64ABA8;
  margin-top: 0px;
	margin-bottom: 1px;
	font: 20px times new roman;
	line-height: 19px;
	letter-spacing: -1px;
	text-transform: lowercase;
	}

	
	
a:link, a:visited, a:active {
color: #000000;
text-decoration: none;
font-family: verdana;
letter-spacing: 0px;
font-size: 11px;
font-weight: bold;
}

a:hover {
color: #303030;
font-family: verdana;
letter-spacing: 0px;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	display: block;
	width: 135px;
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-indent: 5px;
	text-transform: uppercase;
	height: 16px;
  margin-top: 1px;
	padding: 1px 3px 1px 0px;
	border-right: 3px solid #b6bba4;
	letter-spacing: 2px;
	text-align : right;
}

.sidebar a:hover  {
	display: block;
	width: 130px;
	color: #000000;
	font-family: tahoma;
	font-weighI't: normal;
	font-size: 10px;
	text-decoration: none;
	text-indent:;
	text-transform: uppercase;
	height: 16px;
  margin-top: 1px;
	padding: 1px 3px 1px 0px;
	border-right: 3px solid #b6bba4;
	text-align : right;
}

input, textarea, select, option {
	background-color: #E2E2E2;
	border: 1px #A7A7A7 solid;
	color: #404040;
	font-size: 10px;
	font-family: verdana;}
	
.wysiwygmenu {display: none;}