@charset "UTF-8";
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 3px;
}
.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	 /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 780px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainText {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 410px;
	background-color: #F1F5DD;
	margin: 0px;
}
.oneColFixCtr #navbar{
	width: 100%;
	background-color: #003;
	text-align: center;
}
.oneColFixCtr #spacer {
	float: left;
	width: 25%;
	display: inline;
	clear: left;
	background-color: #090;
	height: 50px;
}

.mattblacktabs{
	overflow: hidden;
	background-color: #1C1D1D;
	width: 780px;
	position: relative;
}

.mattblacktabs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 20px 8px; /*right divider between tabs*/
	color: #000;
	background: #999; /*background of tabs (default state)*/
	width: 99px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: 1px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-left: 0px;
}

.mattblacktabs li a:visited{
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #CF9;
}
.mattblacktabs li a.selected{
	background-color: #6FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	text-align: justify;
	line-height: 110%;
	padding-right: 5px;
	padding-left: 5px;
}
.leftwinder p {
	font-size: 90%;
	color: #192121;
	text-align: left;
}
.leftwinder li {
	font-size: 90%;
	color: #1C1D1D;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
	color: #EBEBEB;
	font-weight: normal;
	background-color: #192121;
	padding-right: 5px;
	padding-left: 5px;
}
.leftwinder {
	width: 250px;
}
.mainwinder {
	float: right;
	width: 420px;
	background: #F1F5DD;
	top: -3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: none;
	color: #981318;
	text-align: left;
	font-weight: bold;
	margin-bottom: -13px;
	padding-right: 5px;
	padding-left: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: capitalize;
	color: #CCCCCC;
	background-color: #1C1D1D;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	margin-bottom: -10px;
	clear: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #1C1D1D;
	background-color: #CCCCCC;
	border: thin solid #1C1D1D;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	margin-bottom: -10px;
}
.maincontent li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 3px;
}
.photomain {
	border: 7px solid #FFFFFF;
	vertical-align: top;
	color: #CCCCCC;
	background-color: #192121;
}
.photosidebar {
	border: thin solid #FFFFFF;
	background-color: #EBEBEB;
	margin-top: 5px;
}
.photoinline {
	border: thin solid #FFFFFF;
	background-color: #EBEBEB;
	margin: 0px 15px 10px 0px;
	float: left;
}
.photoright {
	border: thin solid #FFFFFF;
	background-color: #EBEBEB;
	margin: 5px 0px 5px 10px;
	float: right;
}
.dropcap {
	float: left;
	font: normal 44px/0.8em "Times New Roman", Times, serif;
	color: #192121;
	margin-right: 3px;
}
a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #192121;
	font-size: 90%;
}
.headerbround {
	background-image: url(images1/bground.gif);
	background-repeat: repeat;
}
.photomainright {
	border: 7px solid #FFFFFF;
	color: #CCCCCC;
	background-color: #192121;
	position: relative;
	top: -190px;
	padding: 0px;
	margin: 0px 0px -185px;
	height: 200px;
	float: right;
	background-image: url(Downtown%20Los%20Angeles);
}
.rightbox {
	position: relative;
	width: 680px;
	padding: 0px;
	margin: 0px 60px;
}

