/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 01: 1 Column
  Horizontal Menu
  -------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}
#tagline {
	background: url(../images/TopImage20100101.jpg) no-repeat;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	min-width: 942px;

}
h1.logo {
	display: block;
	height: 180px;
	text-indent: -9999px;
	width: 740px;
	margin: 0px auto !important;
	background-image: url(../images/TopTitle.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/*
Layout Width
*/
#outer {
	/*border: 1px solid #FFF;*/
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 2px;
	width: 940px;
	margin: 0px auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #000;
	padding: 20px;
}
#p7PMM_1 {
	width: auto;
	margin: 0 0 16px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
#masthead {
	overflow: hidden;
	width: 750px;
	margin: 0px auto 20px auto;
	color: #FFF;
	font-size: 4em;
}
#masthead img {
	display: block;
	}
.maincontent {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #B4B4B4;
	text-align: justify;
}
/*Links*/
.maincontent a {}
.maincontent a:visited {}
.maincontent a:hover {}

.maincontent img {
	border: 0;
	text-align: center;
}

h1, h2 {
	margin: 6px 0px;
	font-size: 1.4em;
	letter-spacing: 0.35em;
	color: #000;
	text-align: center;
}
h2 {
	margin: 36px 0 0 0;
}
h3 {
	text-align: center;
	font-weight: bold;
}
.maingallery {
	padding: 24px 32px;
	font-size: 0.8em;
	color: #CCC;
	line-height: 1.5em;
	background-color: #000;
	text-align: center;
}
.maingallery h1, h2 {
	margin: 0px;
	font-size: 1.4em;
	letter-spacing: 0.35em;
	color: #CCC;
}
.maingallery h2 {
	margin: 36px 0 0 0;
}

.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 20px;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 504px 0px;
}
.footercolumn1 {
	float: left;
	width: 498px;
	margin-right: 30px;
}
.footercolumn2 {
	float: left;
	width: 370px;
}
.footer p {
	margin: 1px 0 12px 0;
}
.footercolumn2 a {
	color: #C0C0C0;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 6px 6px;
	border: 1px solid #333;
	background-color: #161616;
}
.footercolumn2 a:hover {
	color: #000;
	background-color: #B4B4B4;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}

.footercolumn1 a {
	color: #4AB0C6;
}
.footercolumn1 a:visited {
	color: #4AB0C6;
}
.footercolumn1 a:hover {
	color: #FFF;
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	width: 100%;
	overflow: hidden;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	float: left;
	margin-left: 6px;
}
#menubar .menu li.first {
	margin-left: 0;
}
#menubar .menu a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 12px;
	border: 1px solid #666;
}
#menubar .menu a:hover {
	color: #000 !important;
	border-color: #6DC0D1 #000 #000 #6DC0D1;
	background-color: #4AB0C6;
}
.floatimageright {
	float: right;
	padding: 0px 0px 10px 25px;

}
#title {
	font-size: 1.45em !important;
	color: #CCC;
	background-color: #000;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#title {
	color: #000;
	background-color: #000;
	text-align: center;
}
.titlebox {
	text-align: center;
	display: block;
	width: auto;
	padding: 6px 0px 6px 0px;	
}
.titlebox h1, h2 {
	margin: 0px;
	font-size: 1.1em;
	letter-spacing: 0.35em;
	color: #fff;
}

