/*
Title: 		davart.ca screen styles
Author:		georgy@cote.ws
Updated:	2007-04-01
*/

body {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #666 url("../images/body_bg.jpg") top;
}
.highlight {
	color: #CC0000;
	font-weight: bold;
}
#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
.img_right {
	float: right;
	margin: 10px;
	text-align: center;
	font-size: 80%;
	border: 1px solid #CCCCCC;
}
.img_left {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 80%;
	border: 1px solid #CCCCCC;
}
.img_border {
	margin: 10px;
	text-align: center;
	font-size: 80%;
	border: 1px solid #CCCCCC;
}
.port_small {
	font-size: 80%;
	line-height: 1.1em;
}
#header {
	height: 195px;
	min-width: 800px;
	background-image: url("../images/logo_header.jpg");
}
#header_flash {
	margin: 0 50px;
}
h1#header_logo {
	padding: 195px 0 0 0; /* height of the replacement image */
	margin: 0px;
	overflow: hidden;
	background-image: url("../images/logo_header.jpg");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:195px; /* for IE5.5's bad box model */
}
#nav {
	height: 60px;
	background: #111 url("../images/nav_bg.jpg") no-repeat top;
}
#nav_content {
	margin: 0 50px;
}
#main {
	width: 800px;
	background: #111 url("../images/main_bg.jpg") top;
}
#video_main {
	width: 600px;
	background: #000 url("../images/video_content_bg.jpg") top;
}
#main_in {
	width: 800px;
	background: url("../images/35mm_neg_top_bg.jpg") no-repeat top;
}
#main_content {
	margin: 0 50px;
	padding: 25px;
	line-height: 1.2em;
}
#video_content {
	margin: 0 100px;
	padding: 50px 0;
}

/* --------- footer --------- */

#footer {
	width: 800px;
	min-height: 30px;
}
#footer_content {
	margin: 0 50px;
	text-align: center;
}
#footer_content p {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	color: #666;
}
#video_footer {
	width: 600px;
}
#video_footer_content {
	margin: 0 100px;
	text-align: center;
}
#video_footer p {
	font-size: 80%;
	color: #666;
}
#portfolio_item {
	height: 150px;
	padding: 10px 0;
}
.img_portfolio {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 80%;
	border: #cccccc solid 2px;
}
.column-in {
	margin:0; padding:0.5em 1em;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
	
h1,h2,h3,h4 { margin: 0.0em 0 }
p { margin: 1.1em 0 }
a { color: #0099CC; }

.copy { text-align:center; font-size:80% }

/* ]]> */

