div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 25px 0px 0px;
	padding: 0px;
	background:url(images/bgAll.gif) repeat top;
}

.left {
	background:url(images/bg_left.gif) repeat-y top;
}

.right {
	background:url(images/bg_right.gif) repeat-y top;
}

/* HEADER STYLE */
#header {
	background:url(images/bg_topheader.gif) right top no-repeat #ffffff;
}

#header td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

#header a, #header a:active, #header a:visited {
	text-decoration:none;
	color:#000000;
}

#header a:hover {
	color:#981e33;
	text-decoration:none;
}

/* MENU STYLE */
#menu {
	background-color:#b49a5d;
}

#menu a, #menu a:active, #menu a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding:0px 15px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	color:#981e33;
	text-decoration:none;
}


/* LEFT PANE STYLE */
#leftpane {
	width: 193px;
	border-right:1px solid black;
	background-color:#cdc5a7;
	padding:10px;
}

#leftpane H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:0px 0px 7px;
}

#leftpane p {
	padding:0px 0px 5px;
}

#leftpane a, #leftpane a:active, #leftpane a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#leftpane a:hover {
	color:#981e33;
	text-decoration:none;
}

#leftpane .catlist, #leftpane .catlist a, #leftpane .catlist a:active, #leftpane .catlist a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#leftpane .catlist a:hover {
	color:#981e33;
	text-decoration:none;
}

/* CONTENT 'If HOME' STYLE */
#contenthome {
	margin:0;
	padding:0;
}
#contenthome p {
	padding:5px 0px;
}
#contenthome a, #contenthome a:active, #contenthome a:visited {
	color:#93793d;
	text-decoration:underline;
}
#contenthome a:hover {
	color:#981e33;
	text-decoration:underline;
}

/* CONTENT 'If not HOME' STYLE */
#contentpane {
	padding:10px;
}
#contentpane H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
#contentpane p {
	padding:5px 0px;
}
#contentpane a, #contentpane a:active, #contentpane a:visited {
	color:#93793d;
	text-decoration:underline;
}
#contentpane a:hover {
	color:#981e33;
	text-decoration:underline;
}

#contentpane box-links a {
	color:#93793d;
	text-decoration:underline;
}

#contentpane box-links a:hover {
	color:#fff;
	text-decoration:underline;
}

/* FOOTER STYLE */
#footer {
	background-color:#b49a5d;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}

#footer a, #footer a:active, #footer a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#981e33;
	text-decoration:none;
}