body
{
	margin:10px auto;
	text-align:center;
	font-family:"Century Gothic";
	font-size:16px;
}
ul
{
	margin:10px 0;
	list-style-type:none;
}
p
{
	margin:0;
	padding:10px 0;
}
h1,h2,h3,h4,h5,h6
{
	margin:0;
	padding:0;
}

#container
{
	width:842px;
	/*height:575px;*/
	border:1px solid #666666;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/left_body.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#logo
{
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}

#header
{
	height:62px;
	background-color:#b0ce92;
	position:relative;
	width:100%;
	border-top:10px #FFFFFF solid;
	border-bottom:10px #FFFFFF solid;
}
#header h1
{
	float:right;
	color:#FFFFFF;
	line-height:60px;
	padding-right:10px;
}
#header ul
{
	position:absolute;
	left:-10px !important;
	left:20px;
	bottom:-40px;
}
#header ul li
{
	display:inline;
}
#navmenu
{
	float:left;
	width:300px;
}
#navmenu ul
{
	list-style-type:none;
	position:relative;
	left:-15px !Important;
	left:20px;
	top:40px;
}
#navmenu ul li
{
	
}
#navmenu ul li a
{
	display:block;
	width:153px;
	height:25px;
	background-image:url(../images/tag.jpg);
	background-repeat:no-repeat;
	margin:5px 0;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	line-height:25px;
}
#navmenu ul li a.two_line
{
	line-height:12px !important;
	font-size:11px;
}
#backoffice
{
	background-image:url(../images/blogo.jpg);
	background-position:right bottom;
	min-height:460px;
	_height:460px;
	background-repeat:no-repeat;
	padding-right:0px;
	padding-bottom:40px;
	width:540px;
	float:left;
}
#content
{
	background-image:url(../images/blogo.jpg);
	background-position:right bottom;
	min-height:460px;
	_height:460px;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-bottom:40px;
	width:520px;
	float:left;
}
#content h2
{
	margin-top:30px;
}
#content ul
{
	list-style-type:disc !important;
	padding-left:16px;
	position:relative;
	left:0 !Important;
	left:-16px;
}
#content p
{
	text-align:justify;
}

#content table
{	
	
}
#content table td
{
	padding:10px;
	font-size:14px;
	vertical-align:top;
}
#content table td a
{
	color:#669966;
}

#content ul li a
{
	color:#669966;
	font-size:14px;
}


#footer
{
	clear:both;
	height:30px;
	position:relative;
	top:-30px;
	margin-bottom:-30px;
	text-align:center;
	font-size:12px;
}
#footer p#design
{
	position:absolute;
	right:10px;
	top:0px;
}
#footer p#cpyright
{
	position:absolute;
	left:10px;
	top:0;
}
#footer a
{
	text-decoration:none;
	color:#333333;
}

