* {margin:0;padding:0;}

html, body{
	background-color: #f5f0d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

body {
	color: #98825c;
}

li {
	margin-top: 10px;
	margin-left: 15px;
}

a, a:hover {
	text-decoration: none;
	color:#990000;
}
	
image {
	border: 0px;
}

#container {
	width:768px;
	margin: auto;
	margin-top: 10px;
}

#header {
	width: 764;
	height: 147px;
	margin: auto;
	padding: 6px 0px 0px 3px;
	background-image:url(../pictures/T_Back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	width: 764;
	margin: auto;
	margin-top: 10px;
}

#maintop {
	width: 100%;
	height: 11px;
	background-image:url(../pictures/C_Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#maincontent {
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(../pictures/C_Line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#mainbottom {
	width: 100%;
	height: 11px;
	background-image:url(../pictures/C_Bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#pagetitle {
	padding-right: 10px;
	margin-bottom: 10px;
	background-image:url(../pictures/P_Title.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

#footer {
	width: 764;
	height: 31px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(../pictures/B_Back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	padding-top: 9px;
	text-align:center;
	vertical-align:middle;
	font-size:x-small;
	font-weight:bold;
}

/*- Menu Tabs I--------------------------- */

#tabsI {
	float:left;
	width:100%;
	background-color: #fdce69;
	background-image:url(../pictures/siteurl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:93%;
	line-height:normal;
	border-bottom:2px solid #DD740B;
}

#tabsI ul {
	margin:0;
	padding:5px 10px 0 400px;
	list-style:none;
}

#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}

#tabsI a {
	float:left;
	background:url("../pictures/tableftI.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}

#tabsI a span {
	float:left;
	display:block;
	background:url("../pictures/tabrightI.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
	color:#FFF;
}

#tabsI a:hover {
	background-position:0% -42px;
}

#tabsI a:hover span {
	background-position:100% -42px;
}

#tabsI #current a {
	background-position:0% -42px;
}

#tabsI #current a span {
	background-position:100% -42px;
}

/* ------- END MENU TABS -------- */
