body {
	color: #444444;/* This is the color of the text */
	font: 12px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-color: #F7F1F8; /* Color of the page left and right of the header*/
}

* {
	margin: 0;
	padding: 0;
}

img { 
	border: none; 
	}
	
ul {
	padding: 0; 
	margin: 0;
}

li { 
	list-style-type: none;
}

a {
	color: #024294;    /* Color of the links on the page*/
	text-decoration: none;
}

a:hover { color: #000; }  /* Color of the links when you move the mouse over them*/

#wrap {
	margin: 0 auto;
	width: 900px;
	border-right-width: 0px;    /* thickness of the border left and right of the text Set to 0px if not wanted */
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A99797;    /* Color of the border left and right of the text*/
	border-left-color: #A99797;
}

#header {
	height: 150px; /* height of the header image */
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);  /* Change the name of the jpg file if you want other image */
	width: 900px; /* width of the header image is the same as Wrap  */
}

#header h1 {
	color: #fff; /* Color of your sitename in the header */
	font-size: 0%;
	padding-top: 0px;  /* Use both top and left to change position of your sitename in the header */
	padding-left:0px;
	margin: 0;
	font-weight: 100;
}

#content {
	float: right;
	width: 635px;
	background: #fff; /* Color behind main text area */
	padding: 10px;
	margin-top: 10px;
}

#content h2 { 
	font-size: 12px; 
	margin: 5px 0 5px 0; 
}

#left {
	width: 200px;
	background: #fff;/* Color behind left sidebar */
	margin-top: 10px;
	padding: 10px;
}

#left p {
    width: 173px ;
    margin-left: 30px;
	text-decoration: none ;
	text-align: left;
}

* html #left p {
  width: 173px;
  margin-left: 75px;
  margin-top: -15px;
  text-decoration: none ;
  text-align: left;
}

#left .padding {
	margin: 10px 0px 10px 0px;
	padding: 35px 20px 0px 30px;
}

#left .bg_list	{
	list-style-type: none;
}

#left .bg_list1	{
	list-style-type: none;
}

#left .bg_list2	{
	list-style-type: none;
	padding-left:15px;
}
#left h2 { 
	font-size: 100%; 
	margin: 10px 0 5px 5px; 
}

#left ul { 
	padding-left: 10px; 
}

#footer { 
	font-size: 10px; 
	padding: 5px; 
	border-top: 1px solid #a0a0a0; /* Sets color, thickness and type of line between main text area and footer */
	margin-top: 5px; 
	text-align: center;
}

#clear { 
	clear: both;  
}

h1 {
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia;
	color: #FFFFFF; /* Sets the color of all headers used on the page */
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}

hr {
	text-align: center;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #CC0000;/* Color of horizontal line between products */
	height: 1px;
	width: 600px;
}

a img,a:hover img,a:visited img,a:active img {
	border:0;
}

#content p, #sidebar p, #header p,#footer p  {margin:0 5px 5px 5px;}
	
#content .contenttable	{
	width:600px;
	background-color:#F7F1F8; /* Color of the shade behind the products */
	margin-bottom:5px;
}
	
#content .artfoto	{
	width:100px;
	padding-right:10px;
}
	
.divider	{
	color:#E5EEDD;
	height:1px;
}