/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #7A2538;
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}

h1 {
	margin:0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

A:visited  {color: #000000; text-decoration: none}
A:link  {color: #000000; text-decoration: none}
A:active  {color: #000000; text-decoration: none}
A:hover   {cursor: pointer; cursor: hand; color: #000000; background-color: lightslategray; text-decoration: none}


.scrolling-content
		{
	background-color:			#fff;
	position:					absolute;
	visibility: visible;
}

div#content {
	padding-bottom: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	font-size: 0px;
	background-image: url(../images/loading.gif);
	background-position: 45px 45px;
	height: 577px;
	width: 1240px;
}
div#content p {
	text-align:justify;
	padding:0 1em;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:1240px;
	background:#7A2538;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #202020;
	border-bottom-color: #202020;
	border-left-color: #202020;
}

div#header {
	background-color: #ddd;
	height: 1240px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header p {
	font-size:1.1em;
	margin:0;
}


#body{
	width: 1104px;
	height: 565px;
	top: 286px;
	float: right;
	top: 0px;
	right: 0px;
	z-index: 5;
	position: absolute;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
	overflow: auto;
}

#details{
	width: 276px;
	height: 277px;
	top: 286px;
	float: right;
	top: 0px;
	right: 0px;
	z-index: 5;
	position: absolute;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
	overflow: auto;
}

#projects{
	overflow: auto;
	width: 276px;
	height: 278px;
	top: 286px;
	float: right;
	top: 287px;
	right: 0px;
	z-index: 5;
	position: absolute;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
}

#projects a:hover{
	text-decoration: underline;
	color: #000000;
}
#projects a:link {
	text-decoration: none;
	color: #000000;
}
#projects a:visited {
	text-decoration: none;
	color: #000000;
}
#projects a:active {
	text-decoration: none;
	color: #000000;
}

#gallery{
	overflow: hidden;
	visibility: visible;
	width: 827px;
	height: 575px;
	top: 0px;
	float: right;
	left: 124px;
	z-index: 5;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	border: 1px solid #000000;
}

#thumbstop{
	overflow: hidden;
	visibility: visible;
	width: 827px;
	height: 570px;
	top: 5px;
	float: right;
	left: 5px;
	z-index: 5;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-color: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	height: 25px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
div#footer p {
		padding:1em;
		margin:0;
}

div#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
div#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#galleryholder{
	float: left;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 801px;
	position: absolute;
	color: #FFFFFF;
}

#menu{
	float: left;
	top: 123px;
	left: 0px;
	padding-left: 8px;
	height: 452px;
	z-index: 5;
	width: 115px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #343434;
	border: 1px solid #000000;
	
}
#menu a{
	display: block;
	width: 110px;
	text-decoration: none;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
}
#menu a: hover{
	background-color: #FFFFFF;
	width: 110px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: lighter;
}

#indent
{ 
text-indent: 5px
}

.accToggler{
	padding: 0px;
	width: 127px;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
}

.indented
   {
   padding-left: 0px;
   padding-right: 0px;
   }
