/* ---strikeseason css--- */

/* structure */


#container {
	margin-left: 2%;
	background: #fff;	
	}

#top {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #fff /* url(i/site/teeth.jpg) 200px 0 no-repeat*/;
	height: 80px; 
	border-bottom: 10px solid #fff;
	}
	html>body #top {
	height:50px; 
	}
        
#left {
	float: left;
	margin: 30px 0 0 0px;
	padding: 10px 20px 10px 10px;
	background: #fff;
	text-align: right;
	width: 170px; 
	height: 500px;
	border-right: 2px solid #759E41;
	width: 100px;	
	}
	html>body #left {
	width: 140px;
	} 
        
#content {
	float: left;
	margin: 10px 0 0 0;
	padding: 20px 0px;
	background: #fff;
	width: 410px;
	height: 500px;	
	}
	html>body #content {
	width: 415px;
    }
    
#right {
	float: left;
	margin: 30px 0 0 0;
	padding: 10px 10px 10px 20px;
	background: #fff;
	width: 160px; 
	height: 500px;
	border-left: 2px solid #759E41;
	width: 100px;	
	}
	html>body #right {
	width: 140px; 
	}
        

/* general */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none; 
	font: 13px/16px times new roman, serif;
	color: #759E41;
	letter-spacing: 1px; 
	background-color: #fff;
	}
	
.hide {
	display: none;
	}

ul li {
	list-style: none;
	margin: 0 0 2px -33px;
	padding: 0;
	}
	
a {
	color: #555;
	text-decoration: none;
	text-align: inherit;
	border: none;
	}

a img {
	outline-border: none;
	border: none;
	}
	
a:hover {
	color: #E86987;
	border-bottom: 1px dotted #000;
	}
	
a:visited {
	color: #777;
	}

/* top */

#top {
	color: #E86987;
	font-size: 15px;
	}

/* content */

#content p {
	text-align: center;
	}

#content h1 { 
	font: 20px/24px optima, helvetica, sans-serif;
	text-align: center;
	}
	
#content img {
	margin-left: 70px;
	}
	
#content img+img {
	margin-top: 20px;
	}	

#content ul {
	list-style: none;
	margin: 0 0 2px 7px;
	padding: 0;
	}

#content ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	}	
	
#content h4 {
margin-bottom: 3px;
	}
	
p.notes {
	padding-top: 13px;
	font: 10px/13px arial, helvetica, sans-serif;
	text-align: center;
	}
	
/* left - right */

#left h1, #right h1 {
	font: 14px/18px optima, helvetica, sans-serif;
	text-align: inherit;
	}
	
#left h2, 
 #right h2, 
  #left h2 a, 
   #right h2 a,  
    #left h2 a:visited, 
     #right h2 a:visited {
	font: 11px/15px optima, helvetica, sans-serif;
	text-align: inherit;
	margin-bottom: -7px;
	padding: 0px;
	color: #759E41;	
	}

#left {
	font: 10.5px/15px optima, helvetica, sans-serif;
	}

#left img {
	padding: 5px;
	}
	
	
#left ul.sub {
	margin-right: 10px;
	}
	
#right {
	font-size: 10px;
	}

#right a {
	color: #333;
	}

#right a:visited {
	color: #999;
	}
	
#right a:hover {
	color: #E86987;
	border-bottom: 1px dotted #000;
	}	

/* art */

body.art a {
	text-decoration: none;
	color: #999;
	}
	
body.art a:visited {
	color: #444;
	}

body.art a:hover {
	color: #39F;
	border-bottom: none;
	}

body.art #content img {
	margin: 3px 0px;
	border: 0;
    height:75px; width:75px;
	}
	
#artdetails {
		margin-top: -20px; 
		margin-left: 25px; 
		font: 11px/13px arial, helvetica, sans-serif;
		color: #444;
		}	
		
#painting-detail {
	margin-left: 15px;
	margin-top: 15px;
	}

#painting-detail img {
	margin-bottom: 10px;
	}

body.art #content ul {
	padding-left: 40px;
	}
	
body.art #content li {
	display: inline;
	width: 80px;
	padding-right: 5px;
	}
	
