/*-----------------------------------------------------------
Site:  JoeTait.com
File:  Main stylesheet
Last Edit:  September 8, 2006
Author:  Rick Smith
-----------------------------------------------------------*/

@import url("/stylesheets/navigation.css");
@import url("/stylesheets/content.css");

/* Page Structure
-----------------------------------------------------------*/

body {
	font: smaller Verdana, Geneva, Arial, sans-serif;
	background-color: #5c6653; /*#464646*/
   }
   
#container {
   margin-top: 2%;
	width: 800px;
   margin-left: auto;
   margin-right: auto;	
   }

#main {
	clear: both;
	padding: 0px 30px 0 30px;
   }

#content, #feature { 
	width: 802px;
	float: left;
	display: inline;
   }
   
#indexArt {
   height: 300px;
   width: 800px;
   border: 1px solid #a3a3a3;
   float: left;
   }   
   
#feature {
   background-image: url(/images/content_window.gif);
   background-repeat: no-repeat;
   }
   
.featureDescription {
   margin-left: 20px;
   width: 200px;
   float: left;
   }
   
.artDescription {
   width: 240px;
   margin-right: 15px;
   float: right;
   }
   
.paintingDescription {
   margin-right: 15px;
   float: right;
   }
   
#bottleImages {
   float: left;
   }
   
#paintingImages {
   float: left;
   }   
   
#featureThumbnails {
   margin: 20px;
   margin-top: 30px;
   float: left;
   }    

#footer {
	clear: both;
   }

/* >Anchors
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
   }
   
a {
	text-decoration: none;
	color: #e37652;
	font-weight: bold;
   }
  
a:hover, a:active {
	color: #FFFFFF;
   }

