/*  Controls the Body of the Webpage */
.Body {
	background-color:black;
	color:#B7A168;
	font-family:"Vladimir Script", Vivaldi;
	font-size:large;
	text-align:center;
}
.larger {
	font-size:30px;
}

h1 
{
	font-weight:bolder;
	font-family:Lucida Calligraphy;
	font-size:larger;
}

h3 
{
	font-weight:bolder;
	font-family:Lucida Calligraphy;
	font-size:large;
}

/*  Controls the entire Div Wrapper */
#Wrapper {
	width:1000px;
	float:inherit;
	margin-left:auto;
	margin-right:auto;
}

/*  Controls the Banner Div */
#banner {
	width:700px;
	height:120px;
	margin:0px auto 5px auto;
}

/*  Controls the Address Information */
#address{
	width:750px;
	height:25px;
	font-size:xx-large;
	margin:0px auto 5px auto;
	}

#SContent{
	width:750px;
	font-size:medium;
	font-family:Arial;
	color:Black;
	}

/*  Controls the Main Navigation Bar Div */
#navcontainer{
	width: 750px;
	height: 50px;
	margin:5px auto 5px auto;
        margin-top:1em;
}

#navcontainer ul{
	margin:0px,0px,0px,0px;
	font-size: 21px;
}
#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a{
	padding: 0.5em 12px;
	border-right: 1px solid #B7A168;
	border-left: 1px solid #B7A168;
}

#navcontainer ul li a:hover
{
}

#navlist li a:hover, #navlist li a:active
{
	font-size:30px;
}


/*  Controls the Main Content in the Content Div */
#Content 
{
	width:1000px;
	height:auto;
}

/*  Override to Center Text Class */
.CenterContent {
	text-align:center;
}

/* Portraiture Page Override Class*/
.portcontent{
	font-family: "edwardian Script ITC";
	font-size: 42px;
}

/* Left Portraiture Image Class*/
.portimageleft 
{
	display:block;
	width: 400px;
	height: 240px;
	background-image: url('../Portraiture/Images/Portraiture1.jpg');
	background-repeat: no-repeat;
	float: left;
}

/* Right Portraiture Image Class*/
.portimageright 
{
	display:block;
	width: 400px;
	height: 240px;
	background-image: url('../Portraiture/Images/Portraiture2.jpg');
	background-repeat: no-repeat;
	float: right;
}

/*  Gallery Page Override Class */
.GalleryContent {
	text-align:center;
	font-size:40px;
}

.GalleryListItem 
{	font-weight:bolder;
}

/* Bio Specifics */
.biopic {
	display:block;
	background-image: url('../Bio/Images/Bio.jpg');
	background-repeat: no-repeat;
	width: 300px;
	height: 223px;
	margin:auto;
}

/* Bio Specifics */
.biocontent{
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}

/* Special Thanks Specifics */
.specthankscontent{
	font-size: 52px;
	font-family: "Freestyle Script";
}

/* ActiveX Note Override */
.activexnote{
	font-family:"Times New Roman";
	color:White;
}

/*  Controls the Link Properties */
a {
	color: #B7A168;
}
a:active {
	color: #B7A168;
}
a:visited {
	color: #B7A168;
}
a:hover {
	color: #FFFFFF;
}


