	/*---- Layout & Page structure ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 0px;
	margin: 0;
}
#path h1
{
	display: inline;
}
#photoholder {
	height:230px;
	overflow:hidden;
	width:792px;
	position:absolute;
	top: 71px;
	left: 0px;
}
#leftcolumn
{
	margin-right: -160px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 160px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn{
	float: right;
	width: 150px;
	/*/*/ /*/margin: 0 2 0 0px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 155px;
}
#innerContentColumn
{
	padding: 0px 0px 10px 8px;
	min-height: 500px;
}
#innerFooter
{
	padding: 5px 0px 10px 0px;
}
#innerLeftColumn
{
	padding-right: 5px;
}
#innerRightColumn
{
	padding-left: 5px;
}
#footer
{
	clear: left;
	margin: 0px 0px 0px 160px;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#path, #footer
{
	z-index: 10;
}

/*---- Borders ----*/

#footer, #path, #innerLeftColumn, #innerRightColumn, #contentColumn, #top, #top img .menu
{
	border: solid 0px #FFF;
}
#path
{
	border-bottom-width: 6px;
}
#top
{
	border-bottom-width: 230px;
}
#contentColumn
{
	border-left-width: 1px;
}
#innerLeftColumn
{
	border-bottom-width: 16px;
}
#innerRightColumn
{
	border-bottom-width: 15px;
}
/*---- Visual Elements ----*/
body
{
	background-color: #FFF;
	color: #000	;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	width: 792px;
	min-height: 670px;
	margin: 0px;	
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 650px;
}
/**/

/* CSS Document 
#top
{
	height: 79px;
	background-image: url("../images/head.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
}

#top img
{
	border: 0px;
}

#top ul
{
	list-style-type: none;
}

#top li
{
	display: inline;
	margin-right: 0px;
}

#toprighttop
{
	height: 36px;
	padding-top: 15px;
	margin-bottom: 5px;
}

#toprightbottom
{
	margin-left: 3px;
}

#logo
{
	width: 170px;
	height: 79px;
	background-image: url("../images/top/logo.jpg");
	float: left;
}
*/
#search
{
	overflow: hidden;
	float: right;
	background-color: #265992;
	position: absolute;
	left: 582px;
	top: 8px;
	width: 149px;
	height: 29px;
	padding: 0px;
	margin: 0px;
}

#searchbox
{
	border: none;
	width: 140px;
	height: 17px;
	background-image: url("../images/top/searchbox.jpg");
	background-repeat: repeat-x;
	padding: 1px;
}
