body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a {
	color: #74a2a2;
	text-decoration: none;
}
a:hover {
	color: #74a2a2;
	text-decoration: underline;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #d47117;
}

h1 {
	font-size:22px;
	margin:5px 0px;
	text-align:center;
}

h2 {
	font-size:20px;
	margin:5px 0px;
}

h3 {
	font-size:14px;
	margin:5px 0px;
}

p {
	margin:5px 0px;
}

ul {

}

blockquote {
	border:1px solid #000000;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 7px 7px 5px #999;
	-webkit-box-shadow: 7px 7px 5px #999;
}

.imgbord {
	border:1px solid #000000;
}

#container {
	width:800px;
	margin:0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color:#FFFFFF;
}

#bar {
	background-image:url(../images/nav_bg_row.gif);
	background-repeat: repeat-x;
	height:21px;
}

#left_col {
	width:200px;
	background-color:#e8efef;
	float:left;
	padding:10px;
}


#left_col ul {
	margin-left:0px;
}

#left_col ul li {
	list-style:none;
	padding:0px 0px 3px 10px;
}

#catalog_img {
	margin: 0px 5px 3px 0px;
	border:1px solid #000000;
}

#main {
	width:550px;
	float:left;
	padding:10px;
}

#main h2 {
	margin-top:0px;
}

#main p {
	font-size:13px;
}

#main img {
	border:1px solid #000000;
}

#center {
	margin:30px 0px;
	padding:5px;
	background-color:#e8efef;
}

#booty {
	margin: 0px 10px 3px 0px;
}

#booty_list {
	margin-left:220px;
}

#new {
	color:#FF0000;
}

#footer {
	font-size:11px;
	border-top: 2px solid #b3cccc;
	margin:10px 10px 0px 10px;
	padding-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
	color: #000000;
	text-decoration:underline;
}

#foot_links {
	border:1px solid #000000;
}

#foot_links td {
	border-right:1px solid #000000;
	padding:3px;
	text-align:left;
	font-size:10px;
}

#foot {
	width:600px;
}

.clearfloat {
	clear:both;
	line-height:0px;
}

