body {
	background-color: #222222;
	background-image: url("img/bg.png");
	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-family: arial black, arial, verdana;
	font-weight: bold;
	font-size: 16pt;
	color: #AAAAAA;
}
hr { 
	border: 1px dotted #0098DB;
	width: 100%;
}

#flashcontent {
	width: 100%;
	height: 580px;
}
#page {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
#header_bar {
	width: 975px;
}
#header {
	background-color: #000000;
	width: 975px;
	margin-top: -17px;
	margin-bottom: -7px;
}
#main {
	background-color: #000000;
	width: 955px;
	min-height: 875px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

/* For index */
#main-content {
	background-color: #000000;
	width: 33%;
	position: relative;
	float: left;
}
#main-slideshow {
	background-color: #000000;
	width: 60%;
	height: 600px;
	text-align: center;
	margin-right: 10px;
	padding-top: 50px;
	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%;
	min-height: 600px;
	position: relative;
	float: left;
}
#photos {
	background-color: #000000;
	width: 70%;
	text-align: center;
	position: relative;
	float: left;
}

/* For senior_portraits, sports? */
#content-alt {
	background-color: #000000;
	width: 25%;
	min-height: 600px;
	position: relative;
	float: left;
}
#photos-alt {
	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;
	width: 50%;
	padding-left: 10px;
	position: relative;
	float: left;
	min-height: 600px;
}
#contact-content-left {
	background-color: #000000;
	border-right: 1px #0098DB dotted;
	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: 975px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer_bar {
	width: 975px;
	margin-top: -13px;
}

.table-form { 
	background-color: #111111;
	border: 0px;
	border-spacing: 0px;
	width: 475px;
	margin-left: auto;
	margin-right: auto;
}
.table-form tr td {
	padding-left: 10px;
}
.form-title {
	background-color: #0098DB;
	background-image: url('img/form-title.png');
    background-repeat: no-repeat;
	text-align: center;
	font-family: arial black, 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;
}
.heading-alert {
	float: right;
	width: 450px;
	margin-right: 10px;
	text-align: center;
	color: #CCCCCC;
	border: 2px #0098DB dotted;
}

/* For the navigation menu: */
#menutop {
	background-color: #000000;
	width: 975px;
	height: 30px;
}
#menutop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 2px;
}
#menutop li { display: inline; }
#menutop li a {
	height: 22px;
	width: 160px;
	padding: 5px 0 2px 0;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	font-family: impact, arial, verdana;
	font-size: 12pt;
	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;
}

