/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body and Container
*/

body
{
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	text-align: center;
	width: 780px;

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Header
*/
div#header
{
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#header img, a
{
	border: none;
	text-align: left;
	text-decoration: none;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body - Content area
*/

div#content
{
	color: white;
	background-color: black;
	clear: both;
	padding: 2px 0px;
	margin: 0px;
	text-align: justify;
}

div#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -15px;
}

div#content h2
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

div#content p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

div#content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: red;
	background-color: transparent;
	text-decoration: underline;
}
div#content a:hover
{
	color: red;
	background-color: transparent;
	text-decoration: underline;
}
/*
div#content a:active
{
	color: white;
	background-color: red;
	text-decoration: underline;
}
*/
div#content img
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
}

table#homepageTable 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}
table#homepageTable td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
table#homepageTable img
{
	margin: 0px 0px;
	padding: 0px;
	border: none;
}
table#homepageTable p
{
	margin-right: 12px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: justify;
	text-indent: 20px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
*/

div#footer
{
	color: white;
	background-color: black;
	border-top: 2px solid white;
	text-align: right;
	padding: 0;
	margin: 5px auto;
	clear: both;
	width: 780px;
}

div#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0px;
	margin-top: -2px;
}
div#footer a
{
	color: white;
	background-color: transparent;
	text-decoration: underline;
}
div#footer a:hover
{
	color: red;
	background-color: transparent;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Thumbnails
*/

div#detailArea
{
	color: white;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	float: left;
}

div#thumbnailArea
{
	color: white;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 315px;
	float: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Pricing Page
*/

div.package
{
	color: white;
	background-color: #333333;
	width: 80%;
	text-align: left;
	padding: 5px 20px;
	margin: 10px auto;
}
div.package h3
{
	color: white;
	background-color: #AA2222;
	text-align: center;
	padding: 7px 10px;
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}


/* Pricing Album link:
*/
span.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: red;
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
}