/* CSS Document */

body {
	background-color: #FFFFFF;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	}

a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

a img{
	border: none;
	color:#666;
	}
	

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline: none;
	text-decoration:underline;
}

a:active {
	outline: none;
	text-decoration: none;
}

#wrap{
	width: 1025px;
	margin:-10px auto;
	padding :0px;
}

.clearit {
	clear: both;
}

#copyright{
	font-size: 10px; 
	color:#999;
	float:left;
	margin-left:30px;
}

#copyright a {
	color:#999;
}

#copyright a:hover {
	text-decoration:underline;
}


/* ***************** NAVBAR ******************* */
 
 	
#logo{
	display: block;
	position: absolute;
	margin-left: 70px;
	margin-top: 50px;
	}
	
#navbar {
	display: block;
	position: absolute;
	list-style: none;
    margin-left: 275px;
	margin-top: 55px;
}

div#navbar {
	margin-bottom: 5px;
	width: 180px;
	background:url(navimages/bgSamp.jpg);
}


ul.menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	padding-left: 10px;
	margin-top:-3px;
}

a.menuLink, li a {
	text-decoration: none;
}

a.menuLink {
	font-size: 16px;
	font-weight: bold;
}

li a:hover {
	color: white;
}



/* ***************** MAIN ******************* */

#main{
	display: block;
	float: inherit;
	position: absolute;
	margin-top: 175px;
	margin-left: 375px;
	margin-right: 50px;
	}
		
#thumbs {
	float: left;
	list-style: none;
	position:absolute; 
	width:200px;
	margin-top:520px; 
	margin-left:75px;
	}

#thumbsMostimportant {
	float: left;
	list-style: none;
	position:absolute; 
	width:200px;
	margin-top:480px; 
	margin-left:75px;
	}
	
	#thumbsMostimportant li {
	float: left;
	list-style: none;
	margin: 0px 3px 3px 0px;
	}

#thumbs li {
	float: left;
	list-style: none;
	margin: 0px 3px 3px 0px;
	}

#mainPhoto {
	position:absolute; 
	margin-top:150px; 
	margin-left:375px; 
	line-height:1.2;
	}
	
#photoSometimes {
 	float: left;
	position:absolute;
	margin:210px 0px 0px 310px;
}

#contactText {
	position:absolute;
	text-align:center;
	margin-top:380px; 
	margin-left:560px;  
	line-height:1.5;
	z-index:10;
	
}

#contactText img {
margin-top:100px;
}

#mainAbout {
 	display:block; 
	position:absolute; 
 	padding:10px; 
 	margin-top:140px; 
 	margin-left:375px;
	line-height:1.3;
}

#mainAbout h3 {
	font-size:12px;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-top:1.5em;
	margin-bottom:.5em;
	}

#brettphoto {
	position:absolute;
	padding:10px; 
	margin-top:190px; 
	margin-left:95px;
}

#edition {
	color:#999;
	margin-left:3px;
}

.arrow {
	margin:0;
}

.slideshow {
	margin:-20px 0 0 0em;
}

#imgText {
	padding:0;
	margin:0 0 0 0em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
}


#iloveMain {
	position:absolute; 
	margin-top:200px; 
	margin-left:80px; 
	}

/* ***************** SCROLLBAR ******************* */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #999;
}
.vscrollerbar {
width: 10px;
background-color: #666;
}
.hscrollerbase {
height: 10px;
background-color: #999;
}
.hscrollerbar {
height: 10px;
background-color: #666;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #333;
}


#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 450px;
height: 475px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto 0.3em;
padding: 20px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: #333;
padding: 1px;
}
