* html body, * html table {
	font-size: xx-small;
	f\ont-size: x-small;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	padding: 45px 0 0 0;
}

#wrapper {
    	width: 850px;
	height: 515px;
 	margin-left: auto;
    	margin-right: auto;
	padding:20px 45px 20px 50px;
    	text-align: justify;
	background-color: #ffffff;
	border: solid #999 1px;
	}


#header {
	width: 850px;
	height: 30px;
	padding:0px 0px 0px 3px;
	}
	

#canvas {
	width: 845px;
	float: left;
	padding: 0px 0px 0px 0px;
	}


#footer {
	width: 845px;
	height: 5px;	
	padding:0px 0px 0px 3px;
	}
	
#preload {
	margin-top: -5000px;
	margin-left:-5000px;
	position:absolute;
	visibility:hidden;
	}

.clear {
	clear: both;
	}

p{
	font: 12px  Arial, Helvetica, sans-serif; 
	color: #666;
	margin-bottom: 12px; 
	}

strong{
	font: 14px  Arial, Helvetica, sans-serif; 
	color: #333;
	}


#footer p{
	font: 12px  Arial, Helvetica, sans-serif; 
	color: #999;
	margin-bottom: 10px; 
	}
	
a{
	font: 12px  Arial, Helvetica, sans-serif; 
	color: #666; 
	}
	
a:hover{
	font: 12px  Arial, Helvetica, sans-serif; 
	color: #333; 
	}
	
h1{
	font: 15px bold Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding:0 0 0 0px; 
	color: #4a4849; 
	display:inline;
	}
	
h2{
	font: 12px bold Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding:0 0 0 0px; 
	color: #4a4849;
	display:inline; 
	}
	
h3{
	font: 12px bold Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding:0 0 0 0px; 
	color: #4a4849;
	display:inline; 
	}

a.still {
    display: block;
    width: 49px;
    height: 16px;
    background: url("/images/still.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.still {
    background-position: 0 -16px;
}

a.portraits {
    display: block;
    width: 86px;
    height: 16px;
    background: url("/images/portraits.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.portraits {
    background-position: 0 -16px;
}

a.personal {
    display: block;
    width: 65px;
    height: 16px;
    background: url("/images/personal.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.personal {
    background-position: 0 -16px;
}




