body {
	background-color: #000000;
	font-family: arial, verdana;
	font-size: 10pt;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
  	color: #0098DB;
  	text-decoration: underline;
}
a:visited {
  	color: #0098DB;
  	text-decoration: underline;
}
a:hover {
  	color: #40B8EA;
  	text-decoration: underline;
}
a:active {
  	color: #0098DB;
  	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #aaaaaa;
}
hr { 
	border: 1px dotted #0098DB;
	width: 100%;
}

#flashcontent {
	width: 100%;
	height: 580px;
}
#page {
	background-color: #000000;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #000000;
	width: 100%;
}
#main {
	background-color: #000000;
	width: 100%;
	padding-top: 10px;
}

/* For index */
#main-content {
	background-color: #000000;
	width: 33%;
	padding-right: 5px;
	min-height: 600px;
	position: relative;
	float: left;
}
#main-slideshow {
	background-color: #000000;
	width: 60%;
	text-align: center;
	position: relative;
	float: right;
}
#warning {
	background-color: #111111;
	width: 100%;
	border: 1px solid #0098DB;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
}

/* For family, weddings */
#content {
	background-color: #000000;
	width: 25%;
	padding-right: 5px;
	min-height: 600px;
	position: relative;
	float: left;
}
#photos {
	background-color: #000000;
	width: 70%;
	text-align: center;
	position: relative;
	float: left;
}

/* For senior_portraits */
#senior-content {
	background-color: #000000;
	width: 25%;
	padding-left: 5px;
	min-height: 600px;
	position: relative;
	float: left;
}
#senior-photos {
	background-color: #000000;
	width: 70%;
	text-align: center;
	position: relative;
	float: left;
}

/* For contact, testimonial */
#contact-content {
	background-color: #000000;
	border-left: 1px #0098DB dotted;
	padding-left: 10px;
	width: 50%;
	position: relative;
	float: left;
	min-height: 600px;
}
#contact-content-left {
	background-color: #000000;
	border-right: 1px #0098DB dotted;
	padding-right: 10px;
	width: 50%;
	position: relative;
	float: left;
	min-height: 600px;
}
#contact-image {
	background-color: #000000;
	width: 48%;
	text-align: center;
	position: relative;
	float: left;
}

#footer {
	background-color: #000000;
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
.table-form { 
	background-color: #111111;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.table-form tr td {
	padding-left: 10px;
}
.tdtitle {
	background-color: #0098DB;
	text-align: center;
	font-family: papyrus, arial, verdana;
	font-weight: bold;
	font-size: 16pt;
	color: #ffffff;
}
.font-bottom {
	font-family: arial, verdana;
	font-size: 8pt;
	color: #ffffff;
}
.font-bottom-italic {
	font-family: arial, verdana;
	font-size: 8pt;
	font-style: italic;
	color: #ffffff;
}
/* For the navigation menu: */
#menutop {
	background-color: #000000;
	width: 100%;
	height: 30px;
}
#menutop ul {
	list-style: none;
	margin: 1px 1px 0 0;
	padding: 0;
}
#menutop li { display: inline; }
#menutop li a {
	height: 22px;
	width: 19.5%;
	margin: 0 0 1px 1px;
	padding: 5px 0 2px 0;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	font-family: papyrus, arial, verdana;
	font-weight: normal;
	float: left;
}	
#menutop li a:link, #menutop li a:visited, #menutop li a:active {
	color: #FFFFFF;
	display: block;
	background-image: url('img/menu_bg.jpg');
}
#menutop li a:hover {
	color: #FFFFFF;
	display: block;
	background-image: url('img/menu_bg.jpg');
	text-decoration: underline overline;
}
