@charset "utf-8";
#navigation a:link {
	color: #464C6C;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #464C6C;
}
#navigation a:hover {
	text-decoration: underline;
	color: #464C6C;
}
#navigation a:active {
	text-decoration: none;
	color: #464C6C;
}

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: #000;
	background-color: #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	background-image: url(images/bkg_page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#logo {
	padding-top: 43px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 51px;
	width: 213px;
	float: left;
}


#wrapper {
	text-align: left;
	padding: 0px;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1350px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}
#column1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #474C6C;
	text-align: center;
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
}

/* CSS Document */

#column2 {
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 452px;
}
.arialblack {
	font-family: "Arial Black", Gadget, sans-serif;
}
.arialblackrust {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #930;
}


.Font22x25 {
	font-size: 22px;
	line-height: 25px;
	color: #930;
}
.arialblackRust17x24 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #930;
	font-size: 17px;
	line-height: 30px;
}
.arialblack22rust {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #930;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-image: url(images/jumpshot_star_with%20legs.gif);
	width: 930px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	height: 1600px;
	float: left;
	background-repeat: no-repeat;
}

img
{  border-style: none;
}
#contactusbutton {
	float: left;
	margin-top: -15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}


a {
   outline: none; border: none;
}

a:link {
	color: #930;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
	color: #930;
}


#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A405A;
	font-weight: bold;
	float: left;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	list-style-position: outside;
	padding: 0px;
}

.navselected {
	color: #930;
}

