@charset "utf-8";
body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.img {
	border: none;	
}

.nav_img {
	margin-right:35px; 
	border:none;	
}

.cat_item {
	border:solid 2px #bec5dc; 
	padding: 3px 3px 3px 3px; 
	background-color: #848fb3;	
}

.item{
	border:solid 3px #bec5dc; 
	float:left;
	margin-right:10px; 
	padding: 3px 3px 3px 3px; 
	background-color: #848fb3;	
}

h1{
	color: #4b4b4b;
}

h2{
	color: #4b4b4b;
	font-size: 120%;
	margin: 10px 0px 10px 0px;
}

h3{
	color: #4b4b4b;
	font-size: 110%;
	padding: 7px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

A:link{
	color: rgb(150, 0, 63);
	text-decoration: none;
}

A:visited{
	color: rgb(150, 0, 63);
	text-decoration: none;
}

A:hover{
	color: #5e52b4;
	text-decoration: none;	
}

li{
	font-size: 110%;
}

.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 537px;
}
