body {behavior: url("/css/hover.htc");}

/* global styles */ 
body {margin:0; padding:0; width:100%; height:100%; background-color:#CBCBCB; 
		color:#000000; font-size: 14px;  font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px;}
p, blockquote, li { font-size: 14px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px; }
td { font-size: 14px; color:#000000; font-family:Arial, Verdana, Geneva, sans-serif; line-height: 16px; vertical-align:top;}

/* for header file */
#page {width:810px; left: auto; right: auto; margin-left: auto; margin-right: auto; background:#CBCBCB url(http://www.scottclarksonphotography.com/img/global/background_tile.jpg) repeat-y top;}
#container {width:798px; background-color:#ffffff; left:auto; right:auto; margin-left:auto; margin-right:auto; position:relative;} 
#banner {position:relative; width:798px; height:60px; border-bottom: 1px solid #cbcbcb; padding-bottom:0px; margin-bottom:0px;} 
#navigation {position:relative; left:400px; top:-5px; width:450px; height:40px; z-index:1000;}
#content {width:798px; }
#footer {clear:both; width:800px; margin-left:15px; margin-right:15px; margin-top:40px; padding-bottom: 10px; font-size:10px; color:#888888; text-align:center;}

/* link styles */
a:link, a:visited, a:active {color:#5E5E5E; text-decoration: none; }
a:hover {color: #2D2D2D; text-decoration: underline; }
a.top_nav:link, a.top_nav:visited, a.top_nav:active {font-family: Times New Roman, Times, serif; color:#454545; text-decoration:none; font-size:16px;}
a.top_nav:hover {font-family: Times New Roman, Times, serif; color:#454545; text-decoration:none; font-size:16px;}
a.image:link, a.image:visited, a.image:active, a.image:hover {text-decoration:none;}
a.front:link, a.front:visited, a.front:active {color: #2D2D2D; font-family: Georgia, Times New Roman, Times, serif; font-weight:bold; text-decoration:none; font-size:16px;}
a.front:hover {color: #2D2D2D; font-family: Georgia, Times New Roman, Times, serif; font-weight:bold; text-decoration:none; letter-spacing:.2em; font-size:16px;}

/* page styles */
#main_photo {padding-left:10px; padding-right:10px; margin-top:20px; margin-bottom:20px; border-right:1px #cbcbcb solid; width:600px; float:left;}
#page_title {font-size:18px; line-height:20px; margin-top:10px; margin-bottom:15px; }
#photo_scroll {width:135px; padding:40px 10px 0 10px; float:right; }
#front_page {width:85%; margin: 20px 0 0 60px;}
.front_photo_cell {width:200px; margin-right:25px; float:left; text-align:center; margin-bottom:15px;}
#general_page {width:90%; margin-left:10px;}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
