body{
	font-size:.9em;
	font-family: "Garamond Premiere Pro", "Adobe Garamond Pro", "ITC Garamond", "ITC Garamond Std", Garamond, serif;
}


* {
	margin: 0;
}

html, body {
	height: 100%;
}

.footer{
	float:none;
	clear:both;
	text-align:center;
	padding-top:25px;
}


#wrapper{
	width:1024px;
	margin: 0 auto 0 auto;
}

img{
	border:none;
}


/* LINKS */
a{
	text-decoration:none;
	font-style:italic;
	border:none;
}
a:link{
	color:#000;
}
a:hover{
	color:#b32017;
}
a:visited{
	color:#b32017;
}

.bracket{
	color:#b32017;
}

/* TEXT */
p{
	font-size:.9em;
	line-height:1.4em;
	padding-bottom:9px;
}
p.email{
	padding-right:10px;
	padding-top:5px;
}
h1{
	font-size:1.3em;
	font-weight:bold;
}
h2{
	font-size:1.2em;
	font-weight:bold;
}


/* STRUCTURE */
#mainContent{
	width:1024px;
}
#space{
	height:35px;
}
.gallery{
	overflow:auto;
	height:auto;
}
#description{
	margin-top:-400px;
	text-align:left;
	padding-left:220px;
	font-size:.9em;
	width:150px;
	float:right;
}
.item{
	width:auto;
	float:left;
	padding-right:5px;
}
#info{
	width:250px;
	float:right;
	text-align:right;
	padding-right:25px;
	padding-top:20px;
	line-height:35px;
}

#row2{
	clear:both;
}


/*SCROLL*/
.flexcroll{		
	outline:none;
	overflow:auto;
	width:auto;
	height:512px;	
	font-size:10px;
	color:black;
	margin-right:25px;
	border:none
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: black;
}
.hscrollerbase {
	height: 7px;
	background-color: #fff;
}
.hscrollerbar {
	height: 7px;
	background-color: #b32017;
}
.scrollerjogbox {
	width: 0px;
	height: 0px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #000;
}
