/* GENERAL */
body { 
	margin: 0px;
	background: #99712b;
	font-family: "Trebuchet MS";
}
p {
	font-size: .8em;
	color: #000000;
}
h1,h2,h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p, h1 {
	width: auto;
	float: none;
}
h3 {
	margin: 3px;
	font-size: medium;
}
a {
	color: #99712b;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
/* HEADER */
#headercont {
	width: 100%;
	height: 190px;
}
.short{
	float:left;
	width: 50%;
}
#header {
	padding-left: 15px;
	width: 785px;
	height: 165px;
	background-color: white;
/*	border: 1px dotted #000; */
/*	background: url(../images/doggie_header.png) no-repeat right center; */
}
.doggie_header {
	float: right;
	border: 0px;
	padding-top: 5px;
}

/* MENU */
#menubar {
	width: 800px;
	height: 36px;
}
.menu {
	font-family: "Trebuchet MS";
	font-size: .8em;
	color: #FFFFFF;
}

/* CONTENT */
.maincontup {
	background:url(../images/maincont_up.png) repeat-x;
	height: 10px;
}	
.maincontdown {
	background:url(../images/maincont_down.png) repeat-x;
	height: 15px;
}	
#maincont {
	width: 100%;
	background: url(../images/laboante.jpg);
	padding-bottom: 25px;
}
#contentbox {
	width: 800px;
	text-align: left;
	overflow: auto;
}
#content {
	float: left;
	width: 540px;
	text-align: left;
}
#content h1, #content p {float: none;}
.welcome {
	border-bottom: 1px dotted #000000;
	text-align: justify;
}
.welcome img {
	float: right;
	border: 0px;
	margin: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
/* SIDEBAR */
div#sidebar{
	float: right;
	width: 220px;
}
div#sidebar div.widget{
	text-align:left;
	min-height: 200px;
	border: 1px dotted #000000;
	padding: 3px;
	margin-top: 10px;
}
div#sidebar div.widget ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 3px;
}
div#sidebar div.widget ul li{
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
div#sidebar div.widget ul li a {
	border-left: 10px solid #99712b;
	display: block;
	padding: 6px;
}
div#sidebar div.widget ul a:hover{
	border-left: 10px solid #000;
	background: rgb(255, 255, 160);
}
/* FOOTER */
div#footer{
	padding:5px 0px 15px 0px;
	height: 15px; 
	width:800px;
	clear:both
}
div#footer span {
	font-size: small;
	padding:0 10px 0 10px;
	color: #000;
	font-style: italic;

}
div#footer span a {
	font-style: normal;
	color: #FFF;		
	text-decoration: none;
}
div#footer span a:hover {
	color: #fcf7a7;		
	text-decoration: underline;
}
div#footer span.copyright {
	float: left;
}
div#footer span.powered {
	float: right;
}

