body, html {
	margin: 0px;
	height: 100%;
	background: #AB959C;
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;

}

a {
	color: #AC8991;
}

a:hover {
	text-decoration: none;
}

p, td, input, textarea {
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
}

h1 {
	font-size: 18px;
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px;
}

h2 {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #999999;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #999999;
}

/* STYLES */

.border {
	border-bottom: 1px solid #eeeeee;
}

.spec {
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.normal {
	color: #333333;
	text-decoration: none;
}

/* DIVS */
#container {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

#frame {
	width: 730px;
	min-height: 100%;
	margin: 0px auto;
	float: left;
	background: #ffffff;
	background-image:url(../_int/sidebar.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#header {
	float: left;
	width: 700px;
	height: 40px;
	padding: 2px;
}

#content {
	float: left;
	width: 447px;
	padding: 20px;
	line-height: 17px;
}

#menu {
	margin-top: 10px;
	width: 243px;
	float: left;
}

#menuitem {
	width: 233px;
	height: 18px;
	background-color: #ECECEC;
	color: #333333;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;
	padding-left: 10px;
	padding-top: 5px;
}

#menuitemOver {
	width: 233px;
	height: 18px;
	background-color: #AC8991;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 10px;
	padding-top: 5px;
}

#menuitemPressed {
	width: 233px;
	height: 18px;
	background-color: #B10043;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 10px;
	padding-top: 5px;
}

#menuitemSub1 {
	width: 213px;
	height: 18px;
	background-color: #dCdCdC;
	color: #333333;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;
	padding-left: 30px;
	padding-top: 5px;
}

#menuitemSub1Over {
	width: 213px;
	height: 18px;
	background-color: #AC8991;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 30px;
	padding-top: 5px;
}

#menuitemSub1Pressed {
	width: 213px;
	height: 18px;
	background-color: #7A4A54;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 30px;
	padding-top: 5px;
}

#menuitemSub2 {
	width: 193px;
	height: 18px;
	background-color: #dadada;
	color: #333333;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;
	padding-left: 50px;
	padding-top: 5px;
}

#menuitemSub2Over {
	width: 193px;
	height: 18px;
	background-color: #AC8991;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 50px;
	padding-top: 5px;
}

#menuitemSub2Pressed {
	width: 193px;
	height: 18px;
	background-color: #AC8991;
	color: #FFFFFF;
	margin-bottom: 2px;
	cursor:pointer;
	cursor: hand;	
	padding-left: 50px;
	padding-top: 5px;
}

#thumb {
	float: left;
	width: 115px;
	height: 145px;
	margin-right: 20px;
	padding: 10px;
	background-color: #ececec;
	margin-bottom: 20px;
	cursor:pointer;
	cursor: hand;
}

#thumbOver {
	float: left;
	width: 115px;
	height: 145px;
	margin-right: 20px;
	padding: 10px;
	background-color: #cccccc;
	margin-bottom: 20px;
	cursor:pointer;
	cursor: hand;
}

#thumb p {
	color: #777777;
}

#thumbOver p {
	color: #333333;
}

#thumb img {
	border: 1px solid #dddddd;
}

#thumbOver img {
	border: 1px solid #999999;
}

#footer {
	width: 730px;
	float: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#left {
	float: left;
}
