html {
	margin:0px;
	overflow-x:auto;
	overflow-y:scroll;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;

	font-family:arial;
	font-size:11px;
	background-color: #fff;
}
a, a:visited, .href {
	color: #006EB3;
	cursor: pointer;
	text-decoration: none;
}
a:hover,a:visited:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin: 0 0 1em 0;
}
.checkbox {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.fb-like_display {
    top: 0;
    right: 0px;
    position: absolute;
}
.fb-like_display .fb-like {
    width: 90px;
    height: 20px;
}
.fb-like_display .fb_edge_comment_widget.fb_iframe_widget  {
    display: none;
}
#cntr {
	margin: 15px auto 10px auto;
	position:relative;
	overflow: hidden;
	width:896px;
}

#logo {
	display: block;
	overflow:hidden;
	text-indent: -3000em;
	height: 90px;
	width: 240px;
	background: url(/img/logo.jpg) no-repeat;
	float:left;
}
#menu  {
	float:left;
	position: absolute;
	left: 239px;
	vertical-align:middle;
	height: 32px;
	padding: 58px 0px 0px 6px;
	background: url(/img/menu_br.gif) no-repeat bottom left;
	width: /*614px;*/ 650px;
}
#menu a.typeface-js {
	color: #000;
	font-size: 18px;
	font-family: "Comic Sans MS";
	display:inline-block;
	margin-right: 5px;
}
#menu a.typeface-js:hover {
	color: #00F;
}
#submenu {
	padding: 0px 100px 3px 6px;
	background: url(/img/menu_br.gif) no-repeat bottom right;
	float:left;
}
#submenu  a.typeface-js {
	color: #000;
	font-size: 16px;
	font-family: "Comic Sans MS";
	display:inline-block;
	margin-right: 5px;
}
#menu a.active,
#submenu a.active {
	color: #666;
}
#social {
clear:left;
	float:left;
	width: 42px;
}
#foto  {
	float:left;
	position: relative;
	top: -2px;
	width: 190px;
	padding: 2px 4px 0px;
	background: #000 url(/img/foto_bg.gif) repeat-x bottom left;
	overflow: hidden;
}
#content {
	width: 600px;
	float:left;
	padding: 10px;
}



.btn,
a.btn, 
a.btn:visited {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background-color: transparent;
	width:auto;
	overflow:visible;
    
	font-size:11px;
	cursor: pointer;
	color: #696969;	
	line-height: 14px;
	text-align: center;
}
a.btn .btn-l {
	float: left;
	padding-top:1px;
	background-position: 0px 1px;
}
a.btn .clearer {
	display: block;
	clear: both;
}
.btn:hover,
a.btn:hover {
	color: #417c00;
	text-decoration: none;
}

.formGroup .btn {
	float:left;
}
.formGroup .btn-r {
	margin-right: 3px;
}
.btn-l,
.btn-r,
.btn-c {
	display: block;
	height: 19px;
	font-weight: bold;
}
.btn-l {
	background: url('/img/button/bl.gif') no-repeat top left;
	padding-left: 7px;
}
.btn-r {
	clear:both;
	float:left;
	background: url('/img/button/br.gif') no-repeat top right;
	padding-right: 7px;
}
.btn-c {
	float:left;
	white-space: nowrap;
	padding:2px 0px 0px;
	background: url('/img/button/bbc.gif') repeat-x;
}
