p {
	color: #FFF;
	text-decoration: none;
	font-family: Calibri;
	font-size: 16px;
}
h1 {
	color: #FF9;
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #FFF;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}


body {
	font-size: 14px;
	font-family: Calibri;
	background: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container  {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #9C109C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
} 


#header {
	text-align: center;
	height: 150px;
	width: 980px;
	background: #9C109C url(Graphics/BannerHeader.gif) no-repeat;
	float: left;
}
#navbar {
	height: 40px;
	width: 975px;
	border: thin solid #000;
	background: #000;
	float: left;
}
#leftcolumn {
	height: auto;
	width: 200px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 150px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}


.leftmenu {
	FONT-WEIGHT: bold;
	COLOR: #9C109C;
	TEXT-DECORATION: none;
	width: 180px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}
.leftmenu:hover {
	FONT-WEIGHT: bold;
	COLOR: #000;
	TEXT-DECORATION: none;
	text-align: center;
	width: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}



#content {
	font: verdana;
	font-size: 18px;
	color: #FFFF99;
	text-align: center;
	font-weight: bold;
	width: 980px;
	height: auto;
	background-color: #333;
}
#gallerycontent {
	font: verdana;
	font-size: 18px;
	color: #FFFF99;
	font-weight: bold;
	width: 600px;
	height: auto;
	margin-left: 20px;
	text-align: center;
	float: right;
}

#footer {
	font-size: 14px;
	color: #000000;
	text-align: center;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	background: #9C109C;
}
#portfolio {
	width: 600px;
	float: left;
	text-align: center;
}
#portfolio2 {
	width: 600px;
	text-align: center;
	float: left;
}
#movieholder {
	text-align: center;
	width: 480px;
	float: none;
}
#photocontent {
	text-align: center;
	width: 600px;
	height: auto;
	float: left;
}

.white {
	color: #FFF;
}
.red {
	color: #F00;
}
.cream {
	color: #FF9;
}
.purple {
	color: #9C109C;
}
.linkstyle {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.webgallery {
	height: 600px;
	width: 800px;
	margin-left: 100px;
	margin-top: 225px;
	background-color: #000;
	padding: 0px;
}

