html,body {margin:0;padding:0}

body{
	background-color: #ffffff;
	font-family: arial, san-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
}
td{font-size: 12px;}
img{border: 0; padding: 0; margin: 0;}
input{font-size: 9px;}
select{font-size: 9px;}
textarea{font-size: 9px;}
a {
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}
h2 {
	font-size:180%;
	font-weight:normal;
}

#header_nav a  {
	color:#666;
}
#header_nav a:hover {
	color:#990000;
}
#footer_nav a  {
	color:#666;
}
#footer_nav a:hover {
	color:#990000;
}


#wrapper{
	text-align: left;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#top-bar{
	background-color:#fff;
	text-align: left;
	width: 900px;
	height: 90px;

	padding: 0;
}


/************************************************************************************************/
/* SIDE NAVIGATION
/************************************************************************************************/
#nav-side{
	
	width: 157px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color:#666;
	padding: 30px 40px 20px 40px;
	line-height:16px;
	text-align:justify;
	margin-right:15px;
	vertical-align:top;
	height:100%;
	background-color:#adc3c9;

	margin-bottom:200px;
	/*font-variant: small-caps;*/
}
#nav-side img{
	margin-bottom:5px;
}


#content{

	vertical-align:top;
	width: 643px;
	margin-left:20px;

}

/************************************************************************************************/
/* PAINTING STUFF - FOR /shop/painting.php
/************************************************************************************************/
#painting-wrapper{
	float: left;
	width: 643px;


	background-color: #990000;
}
#painting{
	
	padding: 5px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	
}
#painting-gallery{
	text-align: center;
	background-color:#92a84e;
	
	height:250px;
	
}

#item_container {
	padding-left:30px;
	padding-top:10px;
	width:610px;
	text-align:center;
	line-height:18px;
}
/************************************************************************************************/
/* FOOTER STUFF
/************************************************************************************************/
#footer{
	margin-left: 210px;
	text-align: left;
	height: 20px;
	font-size: 10px;
	letter-spacing: -0.5px;
	color: #2F6AAF;
}
#footer input{
	font-size: 9px; background-color: #8DACA4; color: #FFFFFF; width: 45px;
}
#footer a{
	text-decoration: none;
	color: #8DACA4;
}
#footer a:hover{
	color: #C7D6D1;
}

/************************************************************************************************/
/* BOX STUFF - FOR /shop/category-main.php
/************************************************************************************************/
#box-top{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#box-top .title{
	font-family: times new roman, times, serif;
	float: left;
	padding: 3px 0 0 5px;
	
}
#box-top a{
	color: #2F6AAF;
	text-decoration: none;
}
#box-top a:hover{}
#thumb{
	text-align: center;
	padding: 0 35px;
}


.divider_line {
	width:80%px;
	border-bottom: dotted 1px #ccc;
	margin-top:5px;
	margin-bottom:15px;
}

