body,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
body {
	margin: 50px 0 50px 0;
	padding: 0;
	text-align: center;
	background-color: #2d2d2d;
}

.highlight {
	color: #b9ebf9;
}

#text {
	margin: 25px 25px 25px 0;
	text-align: justify;
	line-height: 17px;
}
h2 {
	font-size: 15px;
}
a {
	color: #ccc;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 718px;
	border: 1px #4b575a solid;
	background-color: #627479;
}

#tblMain {
	width: 100%
}
#tblMain_cell001 {
	height: 280px;
}
#tblMain_cell002 {
	height: 30px;
	text-align: left;
}
#tblMain_cell003 {
	padding-top: 30px;
	width: 230px;
}
#tblMain_cell004 {
	width: 488px;
}

/* menu specific styles */
.menutitle {
	padding: 0.5em 0.5em 0.5em 30px;
	width: 120px;
	border-top: 1px solid #8f989d;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	background-image: url("../../luxe_desert/flash/images/projects_menu/bg_pMenu.gif");
	cursor: pointer;
}
.submenu {
	margin: 2px 0 2px 0;
	padding-left: 40px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.submenu p {
	margin: 4px 0 4px 0;
}
.submenu a:link, .submenu a:visited {
	text-decoration: none;
	color: #ccc;
}
.submenu a:hover, .submenu a:active {
	text-decoration: none;
	color: #fff;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url("../../luxe_desert/flash/images/bullet.gif");
}
ul ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url("../../luxe_desert/flash/images/bullet.gif");
}


