body, div, span, td, input, select, optgroup{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #53340F;
}

body{
	margin: 10px 0px 10px 0px;
	background-image: url(images/background.gif);
	background-position: center top;
	
	scrollbar-face-color: 		#884429;
	scrollbar-shadow-color: 	#3D170E;
	scrollbar-highlight-color: 	#947463;
	scrollbar-3dlight-color:  	#3D170E;
	scrollbar-darkshadow-color: #EAB99C;
	scrollbar-arrow-color: 		#EAB99C;
	scrollbar-track-color: 		#EAB99C;
}

.small{
	font-size: 10px;
}

.smaller{
	font-family: Arial;
	font-size: 10px;
}

a {
	color: #53340F;
	text-decoration: underline;
}

a:hover{
	color: #5E3C11;
}

a.white {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover{
	color: #eaeaea;
}

/* ===== TABLES ===== */
table{
	border-width: 0px; 
	border-collapse: collapse;
}
table.main{
	width: 100%;
	height: 100%;
}

/* ===== TD ===== */
td{
	padding: 0 0 0 0;
}
td.photo{
	width: 436px;
	height: 285px;
	background-image: url(images/photo.jpg);
}
td.clip{
	width: 320px;
	height: 360px;
	background-image: url(images/clip.jpg);
	padding: 40px 0px 0px 22px;
}

td.borderTopLeft{
	width: 19px;
	background-image: url(images/borderTopLeft.gif);
	background-position: top right;
}

td.borderMenuLeft{
	width: 30px;
	background-image: url(images/borderMenuLeft.gif);
	background-position: top right;
}
td.borderMenuRight{
	width: 30px;
	background-image: url(images/borderMenuRight.gif);
	background-position: top left;
}
td.menuBG{
	width: 695px;
	background-image: url(images/menuBackground.gif);
}
td.menuSep{
	width: 30px;
	height: 30px;
	background-image: url(images/menuSep.gif);
}

td.borderMiddleLeft{
	width: 31px;
	background-image: url(images/borderMiddleLeft.gif);
	background-position: top right;
}
td.borderMiddleRight{
	width: 30px;
	background-image: url(images/borderMiddleRight.gif);
	background-position: top left;
}
td.middleBG{
	width: 694px;
	background-image: url(images/middleBackground.gif);
	background-position: top right;
}

td.borderMainLeft{
	width: 30px;
	background-image: url(images/borderMainLeft.gif);
	background-position: top right;
}
td.borderMainRight{
	width: 30px;
	background-image: url(images/borderMainRight.gif);
	background-position: top left;
}
td.mainBG{
	width: 695px;
	background-image: url(images/mainBackground.gif);
	background-position: top right;
}

td.borderBottomLeft{
	width: 30px;
	background-image: url(images/borderBottomLeft.gif);
	background-position: top right;
}
td.borderBottomRight{
	width: 30px;
	background-image: url(images/borderBottomRight.gif);
	background-position: top left;
}
td.bottomBG{
	width: 695px;
	background-image: url(images/bottomBackground.gif);
	background-position: top right;
}

img.border{
	border: 1px solid #888888;
}

input{
	border: 1px solid #888888;
}
input.dark{
	background-color: #CCCCCC;
}

.submit{
	border: 1px solid #404040;
	background-color: #888888;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.menu{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
	letter-spacing: 1px;
	width: 100%;
	color: #53340F;
	text-decoration: none;
	height: 29px;
	padding: 8px 0px 0px 8px;
}

.submenu{
	font-family : Tahoma;
	color: #1A1A1A;
	font-weight : bold;
	font-size : 13px;
	vertical-align: middle;
	text-align : center;
	text-transform : uppercase;
	letter-spacing : 1px;
	margin-bottom: 18px;
	height: 10px;
}

/*
MENU 2
*/
#menu2 {
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
}
	
#menu2 a {
  	height: 29px;
	text-decoration: none;
	padding: 8px 10px 0px 8px;
}

#menu2 a:link, #menu2 a:visited {
	display: block;
	background: url(images/menuSubBackground.gif);
}
	
#menu2 a:hover {
	color: #FFFFFF;
	background: url(images/menuSubBackground.gif) 0 -29px;
}

div.menu2{
	position:absolute; 
	left: 0px; 
	top: 0px; 
	z-index:1; 
	display: none;
	border-top: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	
}

