/* Ampheon.com Styles
   Updated: Mon 01.12.08
   Author:  Kiki Kaloudi
   ----------------------------------------------------*/
   
/* COLORS used
   Body Background:       #fff
   Main Text:             #565A5C
*/

   
   
/* GENERIC  ----------------------------------------------------*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565A5C;
}
img {border:none;}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:90px;
}
.clear{clear:both}
 a, a:visited, a:hover{color: #565A5C;} 
/* HEADER   ----------------------------------------------------*/
#header {}
#logo{float:left; width:270px; margin:0 0 5px 18px}
#horiz_line  {border-top:1px dotted #ccc;}
/* NAVIGATION   ----------------------------------------------------*/
	/*separate css file */

/* MAIN CONTENT  ----------------------------------------------------*/
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
   div.painting{float:left; padding-right:51px; margin-top:130px;}
   #paintingBig {float:left; width:200px; margin:40px 0 0 0px; }
   #info{ margin: 90px 18px 0 0; float:right; width:35 0px;}
   #info p{text-align:right; font-size:14px; margin-right:5px}
   #mainContent h3{font-size:16px;}
   #mainContent p.normal{font-size:13px; line-height:18px;}
/* FORMS    ----------------------------------------------------*/

   
/* TABLES   ----------------------------------------------------*/

   
/* FOOTER   ----------------------------------------------------*/

#footer {margin: 10px 0 0 0;}
#footer p {text-align:right; font-size:12px; margin-right:42px;}

#footer a{color:#565A5C}





