/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Jim Holmes Photography
Author : Kevin Johnson, CredoStrategies, LLC
URL : http://www.credostrategies.com

Description : Jim Holmes Freelance Photographer based in Washington, DC specializing weddings, special events, and portraits

Created : June 2006
Copyright: Jim Holmes/CredoStrategies

Rights reserved statement here.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #d50000;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

#top {
	text-align: center;
	background-image: url(images/top.gif);
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 800px;
}

#body {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#content {
	height: 600px;
	width: 800px;
	margin: 0px;
	padding: 0px;

}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 58px;
	}

#menu {
	background-color: #FFFFFF;
	margin-right: 9px;
	margin-left: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: hidden;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu2 {
	text-align: center;
}
		
#bodycontent {
	width: 800px;
	padding-top: 0px;
}

#words {
	height: 300px;
	width: 300px;
	padding: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}

#photos {
	float: right;
	height: 320px;
	width: 420px;
	clear: right;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#photos img {
	border: medium solid #333333;
}

#footercontentleft {
	height: 38px;
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footercontentright {
	height: 38px;
	width: 350px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hide {
	display: none;