@charset "UTF-8";
body  {
	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: #666666;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-attachment: scroll;
	background-image: url(main_images/bckgr_main.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.krassi_class #container {
	width: 602px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 30px;
} 
.krassi_class #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.krassi_class #header h1 {
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 198px;
	width: 602px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(main_images/header_bckgr.gif);
}
.krassi_class #navbar {
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-size: small;
	color: #666666;
	padding: 2px;
	font-family: "Andale Mono", Tahoma, Verdana, sans-serif;
}
#navbar ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#navbar ul li {
	margin: 0;
	display: block;
	float:left;
	text-align: left;
	list-style-type: none;
	padding-top: 0em;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#navbar ul li.last {
	border-right-style: none;
}
#navbar ul li a {
	color : #000000;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
}
#navbar ul li a:hover {
	color : #C42A22;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
}
#navbar ul li a.active {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
	background-color: #FF6600;
	padding: 0px;
	margin: 0px;
}
.krassi_class #container #Content #mainContent h2 {
	font-family: "Andale Mono", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.krassi_class  #Content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(main_images/content_bckgr.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 602px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.krassi_class #container #header2 h1 {
	background-image: url(main_images/header_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.krassi_class #container #header2 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.krassi_class #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFCC00;
}
.krassi_class #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	text-transform: none;
	text-decoration: none;
} 
.krassi_class #footer {
	padding: 0 10px 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 
.krassi_class #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.krassi_class #container #Content #mainContent h1 {
	font-family: "Andale Mono", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6BAD42;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.krassi_class #container #Content #mainContent p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.krassi_class #container #Content #mainContent img {
	float: right;
	padding: 0px;
	margin: 3px;
	border: 1px solid #000000;
}
.krassi_class #container #Content #mainContent a { color: #6BAD42; }
.krassi_class #container #Content #mainContent a:hover { color: #FF6600; }
.krassi_class #container #Content #footer a { color: #6BAD42; }
.krassi_class #container #Content #footer a:hover { color: #FF6600; }
