html, body {
	margin:0;
	padding:0;
}
body {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6f7072;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}
#container {
	background-image:url(images/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF;
	width:950px;
	margin:0px auto;
}
#nav {
	width:90%;
	margin:0px auto;
	text-align:center;
	padding-top:1px;
	padding-right:120px;
	font-weight:bold;
	font-size:1.6em;
}
#nav ul li {
	display:inline;
	float:left;
	width:24%;
	padding-top:10px;
	padding-right:0px;
}
*:first-child+html #nav ul li { /* IE7 hack */
	padding-top:25px;
}
* html #nav ul li{ /* IE6 hack */
	padding-top:25px;
}
#nav ul li a {
	text-decoration:none;
	color:#191919;
	width:100%;
}
#cats-wrapper {
	width:210px;
	margin-top:350px;
	margin-left:20px;
	padding:0px;
	padding-bottom:20px;
}
*:first-child+html #cats-wrapper { /* IE7 hack */
	margin-top:310px;
}
* html #cats-wrapper { /* IE6 hack */
	margin-top:310px;
}
#cats-top {
	background-image:url(images/cats-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:210px;
	height:50px;
	margin:0px;
}
#cats {
	color:#fff;
	font-size:1.4em;
	background-color:#231f20;
	background-image:url(images/cats-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	width:210px;
}
#cats ul {
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	width:210px;
}
#cats ul li {
	list-style-image:url(images/bullet.png);
	margin-left:30px;
	width:150px;
	border-bottom:2px dashed #808080;
	padding:5px;
}
#cats ul li a {
	text-decoration:none;
	color:#fff;
}

h3 {
	color:#fcee21;
	font-size:1.4em;
	font-weight:bold;
	margin: 17px 0px 0px 65px;
	float:left;
}

#contact-top {
	background-image:url(images/contact-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:210px;
	height:50px;
	margin:0px;
	margin-top:20px;
}
#contact-top h3 {
	color:#333;	
}
#contact {
	color:#333;
	font-size:1.4em;
	background-color:#eaeaeb;
	border:1px solid #c4c4c4;
	border-top:0px;
	margin:0px;
	width:208px;
}
#contact p {
	margin:0px;
	padding:10px;
}
#contact p span {
	font-weight:bold;	
}

#main {
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e7e8e9;
	width:668px;
	float:right;
	margin-top:308px;
	margin-right:20px;
}
#bullet {
	background-image:url(images/big-bullet.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:50px;
	height:50px;
	float:left;
}
#content {
	margin-left:60px;	
	font-size:1.2em;
}
#content img {
	float:left;
	margin:10px;
}
#footer {
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:5px;
}