	
	/* CSS Document */
	
	/* ----------------------------------------------------
	screen
	---------------------------------------------------- */
	
	@import url("home.css");
	@import url("content.css");
	@import url("buttons.css");
	@import url("elements.css");
	@import url("forms.css");
	@import url("headers.css");
	@import url("menu.css");
	@import url("tables.css");
	
	
	/* ----------------------------------------------------
	general
	---------------------------------------------------- */
	
	html 
		{ 
		height: 100%; 
		margin: 0 auto; 
		padding: 0; 
		color: #000; 
		text-align: center;
		background-image: url(../img/background.jpg);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #000;
		}

	body 
		{ 
		margin: 0 auto; 
		padding: 0;
		font-size: .8em;
		font-family: Verdana, Arial, sans-serif;
		text-align: left;
		line-height: 18px;
		}
		
	/* ----------------------------------------------------
	general site layout
	---------------------------------------------------- */
	
	.overrow
		{
background-image: url(../img/aluminate/thomas-thumbnail-h.jpg);
		}

div#container
		{
		margin: 0 auto; 
		padding: 0;
		width: 955px;
		background-image: none;
		background-repeat: repeat-x;
		}
		
		
	div#header
		{
		background-image: none;
		background-repeat: no-repeat;
		width: 955px;
		height: 200px;
		}
		
		
	div#Logo
		{
		z-index: 1000;
		background-repeat: no-repeat;
		float: right;
		position: relative;
		top: -133px;
		left: -34px;
		width: 102px;
		height: 86px;
		}
	
	.Logo
		{
		border: 0;
		cursor: pointer;
		}
		
	div#nav
		{
		float: none;
		text-align: center;
		width: 955px;
		height: 20px;
		padding-top: 14px;
		padding-bottom: 14px;
		background-color: black;		
		font-family : Verdana, Arial, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
		color: #FFF;
		}
		
	div#nav ul 
		{
		margin-left: 0;
		padding-left: 0;	
		display: inline;
		} 
		
	div#nav ul li 
		{
		margin-left: 30px;
		margin-right: 30px;
		list-style: none;
		display: inline;
				}
		
	
	div#content
		{
		width: 904px;
		padding-top: 24px;
		padding-left: 24px;
		padding-right: 24px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#leftcolumnart
		{
		
		float: left;
		width: 186px;
		padding-left: 12px;
		padding-right: 20px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#rightcolumnart
		{
		float: right;
		width: 678px;
		margin-right: 20px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#leftcolumndesign
		{
		
		float: left;
		width: 426px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#rightcolumndesign
		{
		float: right;
		width: 524px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#leftcolumndetails
		{
		
		float: left;
		width: 476px;
		background-color: #FFF;
		background-image: none;
		}
		
	div#rightcolumndetails
		{
		float: right;
		width: 430px;
		margin-right: 20px;
		background-color: #FFF;
		background-image: none;
		}
		

	div#leftcolumn
		{
		float: left;
		width: 450px;
		background-color: #FFF;
		background-image: none;
		}
	
	div#leftcolumnphoto
		{
		
		float: left;
		width: 954px;
		margin-left: -22px;
		background-color: #FFF;
		background-image: none;
		}
			
	div#rightcolumn
		{
		float: right;
		width: 476px;
		background-color: #FFF;
		background-image: none;
		}
	
		
	div#footer
		{
		text-align: center;
		width: 955px;
		float: left;
		background-image: none;
		}
			
	div#thumbnails
		{
		margin-left: 24px;
		float: left;
		}
	
		
	
	div#thumbnailstitle
		{
		float: left;
		font-weight: normal;
		margin-left: 24px;
		margin-right: 24px;
		}
	
	div#thumbnails ul 
		{
		clear: both;
		margin-left: -40px;
		float: left;
		list-style: none;
		vertical-align: middle;
		} 
		
	div#thumbnails ul li 
		{
		float: left;
		}
	
		
	div#thumbnails a:link
            {
            color: #FFFFFF;
			background-color: transparent;
            text-decoration: none;
			}
           
    div#thumbnails a:visited
            {
		
			background-color: transparent;
            text-decoration: none;
            }
           
    div#thumbnails a:hover
            {
			
			background-color: transparent;
            text-decoration: none;
            			}		
			
			
	a:link
            {
            color: #808080;
            background-color: transparent;
            text-decoration: none;
			 }
           
    a:visited
            {
            color: #808080;
            background-color: transparent;
            text-decoration: none;
            }
           
    a:hover
            {
            color: #808080;
            background-color: transparent;
            text-decoration: underline;
            }						
			
	div#nav a:link
            {
            color: #FFF;
            background-color: transparent;
            text-decoration: none;
                                    }
           
    div#nav a:visited
            {
            color: #808080;
            background-color: transparent;
            text-decoration: none;
            }
           
    div#nav a:hover
            {
            color: #808080;
            background-color: transparent;
            text-decoration: none;
			}						
