body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
html
{
	height:100%
}
body
{
	text-align:center;
	font-family: verdana;
	font-size: 10px; 
}
td
{
	vertical-align: top;
}

/***************************************************************************************************/

body
{
	background: #fff url(images/background.png) repeat-x;
	line-height:150%
}
a
{
	color: #000;
}
#container
{
	width: 965px;
	margin: 0px auto;
	clear:both;
}
#header
{
	height: 200px;
	background: #fff url(images/header.jpg) no-repeat;
	text-align: right;
}
#contacts
{
	width: 700px;
	text-align: right;
	margin: 0px 0px 0px auto;
	padding: 8px;
	padding-right:35px;
	font-weight: bold;
}
#navigation a
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10px;
	text-transform:uppercase;
	padding:4px;
	padding-right:8px;
	padding-left:8px;
}
#navigation
{
	margin-top: 135px;
	margin-right:35px;
}
/* left content bar */
#contentContainer
{
	padding-top: 30px;
}
#contentContainerLeft
{
	width: 210px;
}
#contentContainerRight
{
	background: #fff url(images/background.png) repeat-x;	
	float:right;
	margin-right: 35px;
	width: 720px;
	min-height: 400px;
}
#contentContainerRightHeader
{
	background: transparent url(images/content_header.png) no-repeat center top;
	height: 16px;
	position: relative;
	top: -16px;
}
.naojoEditor_plaintextSegment h2
{
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 5px;
}
.naojoEditor_plaintextSegment h3
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #555;
}
.naojoEditor_plaintextSegment table
{
	margin-bottom: 20px;
}
.naojoEditor_plaintextSegment table tr:hover
{
	background: #ddd;
}
.naojoEditor_plaintextSegment table tr td
{
	min-width: 90px;
	padding: 3px;
	text-align: left;
}
.naojoEditor_plaintextSegment
{
	padding: 10px;
	text-align: justify;
}
