* {border: 0; margin: 0; padding: 0;}

body {
	font: 11px/16px "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #fff;
	padding-top: 45px;
	margin-left: 0px;
	border: 0;
	background: #fff;
}

h1,
h1 a:link,
h1 a:hover,
h1 a:visited {
	width: 185px;
	height: 55px;
	display: block;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(../keith/images/keith.gif) no-repeat top left;
}

h2 {color: #0cf; font-weight: bold; font-size: 11px; padding: 12px 0 0 0;}

h4 {
	color: #0cf; 
	font: 11px/16px "Lucida Grande", "Trebuchet MS", sans-serif;	
	font-weight: bold;
	padding: 12px 0 5px 0;
}

p {padding: 15px 0 0 0; margin: 0;}

.first {
	text-indent: 0;
}

.hide {display: none;}

.here {color: #0cf; font-weight: bold;}

.foot {font-size: 9px; color: #999;}

a:link, a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0cf;
	text-decoration: none;
}

.foot a:link, .foot a:visited {color: #999;}
.foot a:hover {color: #0cf;}

.sub{
	padding:0 0 5px 0;
	margin: 0;
	text-align: right;
}

.sub a {color: #999;}

.sub a:hover {color: #ccc}


#menu {
	width: 185px;
	margin: 0 10px 10px 0;
	float: left;
}

#menu ul {
	padding: 12px;
	margin-top: 10px;
	background: #000;
}

#menu ul li {
	text-align: right;
	list-style: none;
	padding: 5px 0;
}




#frame {
	width: 916px;
	padding: 0;
	margin: 0;
}


#main {
	width: 250px;
	float: left;
	padding: 5px 15px 45px 15px;
	background: #000;
}

#main ul {
	padding: 0 0 30px 0;
}

#main ul li {
	list-style-type: none;
	padding: 5px 0 0 0;
}

#content {
	width: 680px;
	float: left;
	background: #000;
	padding: 0 0 40px 0;
}

#treatment {
	width: 300px;
	background: #000;
	padding: 15px;
	margin: 0;
}

.row {
	width: 720px; 
	height: 145px;
}

.info {
	width: 120px;
    padding: 10px 0 0 10px;  
	float: left;
}


.info p {margin: 0; padding: 0;}

.thumbs {
	width: 180px;
	margin: 10px 0 0 10px;
}

img.thumbs {
	border: 1px solid #333;
}

#movie {
	float: left; 
	width: 500px; 
	padding: 10px;}

#still {
	width: 320px;
	float: right;
	padding: 15px 15px 170px 100px;
}

#montage {
	width: 680px;
	padding: 10px;
	}
	
#montage #movie {
	width: 640px;
	}
 
/*making quicktime valid: thanks to http://realdev1.realise.com/rossa/rendertest/quicktime.html */


/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}




