#page {
	background-image: url(/images/frontend/page_simple/background.jpg);
	height: 637px;
}

#menu {
	top: 94px;
}

#page #content {
	height: 606px;

}
#page #search {
	position: absolute;
	top: 610px;
	left: 810px;
}

#page h1 {
	position: absolute;
	top: 185px;
	left: 70px;
	font-size: 23px;
	font-weight: bold;
	color: #3e67a6;
	
}
#page #text
{
	position: absolute;
	top: 210px;
	width: 950px;
	height: 380px;
	overflow: auto;
	left: 30px;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
	color:#3A58A5;
}

body.mceContentBody table
{
	min-width: 100px;
}
body.mceContentBody table td
{
height: 23px;

}
body.mceContentBody table thead
{
	background-color: #006699;
	font-weight: bold;
}
body.mceContentBody table thead td
{
	color: white;
	padding-left: 5px;
}
body.mceContentBody table thead tr
{
	background-color: #006699;
}

body.mceContentBody table tbody tr
{
	background-color: #F0F8FF;
}
body.mceContentBody table tbody tr:hover
{
	background-color: #E3EBFF;
}

/* Wysywyg */
body.mceContentBody p
{
	color: #3e67a6;
	font-size: 11px;
}
