body {
	background-color: #333333;
	color: #1F1F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
//a {
	color: #db8080;
	text-decoration: none;
}

a name {
text-decoration: none;
color: #104587;
}

a img {
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 5px;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	border: 1px solid #db8080
 
}
h1 {
	color: #FF5353;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
    text-indent: -20px;
        
}

.text1 {
	color: #104587;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    text-align: left;
    text-indent: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
        
}



h2 {
	background-color: #e7e7e7;
	color: #104587;
	font-size: 13px;
	font-weight: bold;
    padding: 3px;
}
#container {
	background: #ffffff;
	border: 3px solid #666;
	margin: 0 auto;
	text-align: left;
	width: 770px;
}
#header {
	background: url(Images/eshop-logo.jpg) no-repeat;
	color: #999999;
	font-style: italic;
	margin: 20px 0 0 10px;
	padding: 30px 0 40px 130px;
}
#navTop {
	padding-right: 5px;
	text-align: left;
}
#navTop li {
	display: inline;
	list-style-type: none;
}
#navTop li a {
	background: #e7e7e7 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #cccccc;
	color: #666666;
	padding: 2px 14px;
	text-decoration: none;
}
#navTop li a:hover {
	background-color: #e0e0e0;
	border-bottom: 2px solid #d36d70;
	color: #333333;
    
}
#navBottom {
	padding-right: 5px;
	text-align: left;
   
}
#navBottom li {
	display: inline;
	list-style-type: none;
}
#navBottom li a {
	background: #e7e7e7 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #cccccc;
	color: #666666;
	padding: 2px 14px;
	text-decoration: none;
}
#navBottom li a:hover {
	background-color: #e0e0e0;
	border-bottom: 2px solid #d36d70;
	color: #333333;
        
}
#content {
	margin: 5px;
	padding: 5px;
}
#content div {
	border: 1px solid #cccccc;
	height: auto;
	padding: 10px;
	width: 345px;
}
#content div p {
	line-height: 18px;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}
#column1 {
	float: left;
        
list-style-type: none; /*turns off display of bullet*/

}
#column2 {
	float: right;
}
#column2 a img {
	margin-top: 4px;
}
#column2 p span {
	color: #999999;
}
.date {
	font-weight: bold;
}
#footer {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
