@charset "UTF-8";
/* CSS Document */

body, div, p, img, img {
	padding: 0;
	margin: 0;
	border: none;
	}	

a {
	text-decoration: none;
	}
a:focus {
	outline: none;
	}	
	
body {
	background-color: #CCCCCC;
	}

#wrapper {
	margin:0 auto;
	width: 838px;
	position: relative;
	}
	
#header {
	height: 122px;
	width: 838px;
	}

#mid {
	background-image:url(../images/mid.jpg);
	background-repeat:repeat-y;
	width: 838px;
	margin:0;
	padding:0;
	margin-top: -4px;
	}
	
#footer {
	background-image: url(../images/footer.jpg);
	width: 838px;
	height: 63px;
	}	

#footer p {
    padding-top: 20px;
	font-size: 65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	}	

#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #444;
	line-height: 1.6em;
	width: 290px;
	padding-bottom: 40px;
	padding-top: 10px;
	}	
	
#mid .bold_txt {
	font-weight:bold;
	color:#1C1C7F;
	}	
	
#category_title {
	margin-top: 60px;
	margin-left: 80px;
	}		

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C1C7F;	
	}