/*Main Styles */
/* ----------------------------------------- */
body{
	font-family: "Calibri",Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:891px;
	color:#FFFFFF;
	font-size:13px
}
#banner{
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:182px;
	width:891px;
}
#container{
	padding:0px;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:534px;
	width:891px;
}
#content{
	margin-top:45px;
	margin-right:170px;
	margin-left:15px;
}
#inner{
	margin-left:15px;
	margin-right:15px;

}
.copyright{
	font-size:10px;
	text-align:right;
}
#footer{
	color:#ffffff;
	font-size:13px;
}
#footer a{
	color:#ff7a10;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	color: #edf8aa;
	font-size:12px;
	text-decoration: underline;
}
hr{
	width:200px;
}
/* End of Main Styles */
/* ----------------------------------------- */
/* Font Stylings */
.TextWithDropCap:First-Letter{
	 color: #ffffff; 
	 font-size: 26px;
	 text-align:left;
	 font-family: "Calibri",Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #CC9933;
}
h2{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CC9933;
	text-decoration:underline;
}
a{
text-decoration:underline;
color: #CCCC66;
}
a:hover{
	color: #F90;
	text-decoration:underline;
}
.center{
	font-size:11px;
	text-align:center;
}
.center1{
	text-align:center;
}
li{
	list-style-type:circle;
	font-size:12px;
}
ul{
	margin-top:-12px;
	margin-bottom:-8px;
}

/* End of Font Stylings */
/* ----------------------------------------- */
/* About */


/* End of About */
/* ----------------------------------------- */
/* Portfolio */


/* End of Portfolio */
/* ----------------------------------------- */
/* Photography */


/* End of Photography */
/* ----------------------------------------- */
/* Services */
#right{
float:right;
height:200px;
}

/* End of Services */
/* ----------------------------------------- */
/* Contact */
#form{
float:left;
margin-left:20px;
margin-right:20px;
}

/* End of Contact */
/* ----------------------------------------- */
/* Home */
.home{
width:200px;
}

/* End of Home */
/* ----------------------------------------- */
/* Navigation */
#nav{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:891px;
	height:41px;
	margin-top:0px;
}
.leftside{
	position:absolute;
	left:0px;
	width:298px;
	height:41px;
}
.home{
	position:absolute;
	left:298px;
	width:76px;
	height:41px;
}
.about{
	position:absolute;
	left:374px;
	width:75px;
	height:41px;
}
.service{
	position:absolute;
	left:449px;
	width:97px;
	height:41px;
}
.portfolio{
	position:absolute;
	left:546px;
	width:103px;
	height:41px;
}
.photography{
	position:absolute;
	left:649px;
	width:150px;
	height:41px;
}
.contact{
	position:absolute;
	left:799px;
	width:92px;
	height:41px;
}
/* End of Navigation */
/* ----------------------------------------- */
/* Photos */
.photogallery {
float: left;
}
.thumbnail{
	padding: 4px;
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.caption{ 
	font-size: 0.9em; 
	padding-top: 0.2em;	
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ 
	float: left; 
	color:#000000;
	font-size:12px;

}
#keyboardMsg{ 
	float: right; 
	color:#000000;

}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}
#lightbox img{ 
	border: none; clear: both;
} 
#overlay img{ 
	border: none; 
}
#overlay{ 
	background-image: url(../images/overlay.png); 
}
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
/* End of Photos */