@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}

#main {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AEAECA;
	border-bottom-color: #AEAECA;
	border-left-color: #AEAECA;
	background-image: url(imgs/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAECA;
}
table {
	width: 100%;
}
td {
	text-align: justify;
	vertical-align: top;
}
#content {
	width: 510px;
	padding: 10px;
}
h1,h2,h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}
h1,h2,h3,strong {
	color: #666699;
}
.save {
	color: #CC0000;
}


#right {
	text-align: justify;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #AEAECA;
	font-size: 10px;
}
#right strong {
	font-size: 11px;
}
#right a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#right a:hover {
	color: #660000;
	text-decoration: underline;
}
#feed {
	background-image: url(imgs/bg-feed.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
}
#feedbottom {
	background-image: url(imgs/bg-feed.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	margin-bottom: 15px;
}
#offer {
	background-image: url(imgs/bg-offers.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
}
#offer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#offerbottom {
	background-image: url(imgs/bg-offers.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	margin-bottom: 15px;
}

#used a {
	color: #666666;
	text-decoration: none;
}
#used {
	text-align: left;
}

#used a:hover {
	color: #000000;
	text-decoration: underline;
}
#domlinks {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: left;
}
#domlinks a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: normal;
}
#dir a {
	color: #666666;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
