*
{
padding: 0;
margin: 0;
border: 0;
}


body 
{ 
text-align: center;
font: 71% arial,sans-serif;
}

h1
{
font: 107% arial,sans-serif;
font-weight: bold;
color: #524c42;
}

h2
{
font: 100% arial,sans-serif;
font-weight: bold;
color: #524c42;
}


p
{ 
line-height: 150%;
} 

a
{
outline: none;
text-decoration:none;
color: #887f71; 
}

a.nav:link {color: #887f71; text-decoration: none; padding-left:5px;}
a.nav:visited {color: #887f71; text-decoration: none; padding-left:5px;}
a.nav:hover {color: #524c42; text-decoration: none; font-weight: bold;padding-left:5px;}
a.nav:active {color: #524c42; text-decoration: none; font-weight: bold; padding-left:5px;}


 /* Remove borders from image links */
a img
{ 
border:none; 
}


#mainContainer {
width: 680px;
margin: 0 auto;
text-align: left;
}


#header {
background: #ffffff;
margin-top: 50px;
margin-bottom: 5px;
margin-left: -10px;
color: #000;
}


#content {
margin-top: -103px;
float: right;
width: 480px;
background: #ffffff;
color: #887f71;
text-align: justify;	
}


#column {
float: left;
width: 200px;
background: #ffffff;
/*background-image: url('../images/left_column_bg.jpg');
background-repeat: repeat-y;*/
}


#footer {
clear: both;
width: 680px; 
margin: 0 auto;
padding-top:30px;
background: #ffffff;
color: #887f71;
text-align: right;
}


/* HIGHSLIDE STYLE */

#highslidecontainer
{
margin: 0px 0px 0px 30px;
padding: 0;
}

.highslide-dimming {
background: black;
position: absolute;
visibility: hidden;
} 




.highslide {
	cursor: url(images/portfolio/highslide/graphics/zoomin.cur), pointer;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid gray;
}

.highslide a:active, a:link, a:hover, a:visited {    
	outline: none;
}

.highslide:hover img {
	border: 1px solid black;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 4px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 5px;
    background-image: url(images/portfolio/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(images/portfolio/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
