/* CSS Document */
h1 {
	font-size: xx-small;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-size: x-large;
	color: #990134;
	text-transform: capitalize;
	margin: 0px;
	padding: 10px 0px 0px;
}
h3 {
	font-size: medium;
	color: #990134;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #990134;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990134;
}
a:hover {
	text-decoration: underline;
	color: #990134;
}
a:active {
	text-decoration: none;
	color: #990134;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
.left_nav {
	margin-left: 12px;
}
.left_nav_text a:link {
	color: #E6E1CD;
	text-decoration: none;
}
.left_nav_text a:visited {
	text-decoration: none;
	color: #E6E1CD;
}
.left_nav_text a:hover {
	text-decoration: underline;
	color: #E6E1CD;
}
.left_nav_text a:active {
	text-decoration: none;
	color: #E6E1CD;
}
.left_nav_text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #760127;
	color: #E6E1CD;
	text-indent: 8px;
	font-size: x-small;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 22px;
	background-position: center;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.left_nav_photos {
	margin-left: 12px;
	padding-left: 9px;
}
.left_nav_others a:link {
	color: #E6E1CD;
	text-decoration: none;
}
.left_nav_others a:visited {
	text-decoration: none;
	color: #E6E1CD;
}
.left_nav_others a:hover {
	text-decoration: underline;
	color: #E6E1CD;
}
.left_nav_others a:active {
	text-decoration: none;
	color: #E6E1CD;
}
.left_nav_others {
	color: #E6E1CD;
	font-size: x-small;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 8px;
}
.main_text {
	padding-left: 20px;
}
.menutitle {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #760127;
	color: #E6E1CD;
	text-indent: 8px;
	font-size: x-small;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 22px;
	background-position: center;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0px;
	cursor:pointer;
}

.submenu {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: x-small;
	background-color: #E7E0CB;
	text-transform: capitalize;
}
.designer_short_profile {
	font-size: small;	
}
.footer {
	margin: 0px;
	padding-top:48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 105px;
	text-align: right;
	width: 580px;
	font-size: 85%;
}
/*** add-on below for index page only - 100% width height code ***/
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
#index_base {
	min-height: 100%;
	background-image: url(images/_index_base.jpg);
}
* html #index_base {
	height: 100%;
	background-image: url(images/_index_base.jpg);
}