body 
{
	position: absolute;   
    top: 0px;
    margin: 0;
    padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F9F9F9;    
} 

#sidebar 
{
	top: 0;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	float: left;    
	margin: 0px;	
	margin-right: 1em;	
	margin-bottom: 1em;	
    background-color: black;
}

#logo
{
	width: 354px;
	height: 498px;	
}

#standin
{
	position: absolute;
	top: 0;
	left: 0;
	width: 354px;
	height: 498px;	
	z-index: -1;	
	background-color: #FFD200;			
}

#name
{
	position: absolute;		
	top: 355px;	
	width: 354px;	
	margin: 17px;
	line-height: 50px;
	font-family:  "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 60px;	
	font-weight: bold;
	color: black;			
}

#contact {
    color: #F9F9F9;
    background-color: black;
	border: solid thin black;
    margin: 0;
    padding: 0;
    padding-left: 1px;
    font-family: "Trebuchet MS", "Helvetica Neue Light", sans-serif;
    list-style-type: none;    
}

#contact ul 
{
	margin-left: 0px;
	padding-left: 18px;    
}

#contact li {
    padding: 5px;
    padding-left: 40px;
    list-style-type: none;  
    line-height: 24px;      
    font-size: 14px;   
}

#contact .phone {  
    font-size: 37px;
    font-weight: lighter;    
	background: url(images/phone.gif) no-repeat center left;	
}

#contact .email {
    font-size: 13px;  
	background: url(images/email.gif) no-repeat  center left;		
}

#contact .home {   
	background: url(images/home.gif) no-repeat center left;		
}

#contact .gallery {   
	background: url(images/gallery.gif) no-repeat center left;		
}

#contact a {
    color: #F9F9F9;
    text-decoration: none;        
    /*display: block;*/
}

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

#centre
{
	margin: 1em;		
    padding-left: 1em;
    padding-right: 1em;
}

#centre a
{
	color: #333333;
	text-decoration: none;
}

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

.figure {
	/*min-height: 380px;*/
	float: left;
	/*width: 210px;*/
    /*max-height: 200px;
    height: 200;*/
	margin: 10px;
}

.photo {
	background: url(images/drop_shadow.gif) no-repeat right bottom;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -4px;
	left:-5px;
    max-width: 365px;
}

.figure p {
	font-size: 1.1em;
    text-align: center;
    margin: 10px 0 0 0;
    height: 5em;
}

.picture {
	clear: both;
    padding: 20px;
    border: 1px #000;
}

.left {
    float: left;
    margin-right: 20px;
}

.right {
    float: right;
    margin-left: 20px;
}

* html #iefix
{
	position: absolute;	
    left: 0;	
	top: 498px;	
    margin: 0;
    padding: 0;
	background: black;
	width: 354px;
	height: 5px;
	z-index: -2;  
}

/* IE 6 double float margin bug */
* html .figure {
    display: inline;
}

/* IE 5/6 border erase bug */
/*
* html #gallery {
	width: 100%;
}*/

/* IE 5 placement bug */
/*
* html #gallery img {
	width: 100%;
}*/

