* {
	padding: 0;
  	margin: 0;
}

body {
	margin: 10px;
	background: #FFFFFF url(images/index_bg.jpg) repeat-x;
}

#container {
	margin: 0 auto;
	width: 735px;
}

#masthead {
	width: 735px;
	position: relative;
	background: #FFFFFF url(images/masthead.jpg) no-repeat;
	height: 95px;
}

#mainpicture {
	width: 735px;
	height: 184px;
	background: url(images/navigation_index.jpg) no-repeat;
	float: left;
}

#bottomofswish {
	width: 725px;
	height: 115px;
	background: #303D4E url(images/bottomofswish.jpg) no-repeat;
	float: left;
	padding: 5px;
}
	
#introtext {
	width: 504px;
	height: 115px;
	float: right;
}

#content {
	width: 445px;
	background: #FFF;
	margin-left: 90px;
	float: left;
}

#leftcolumn {
	width: 195px;
	padding: 10px;
	float: left;
}

#middlecolumn {
	width: 195px;
	padding: 10px;
	margin-left: 5px;
	float: right;
}

#rightcolumn {
	width: 175px;
	height: 217px;
	background-image: url(images/contact_bg.jpg);
	padding: 10px;
	float: right;
}

#bottomline {
	width: 645px;
	height: 3px;
	background: #303D4E;
	margin-left: 90px;
	float: left;
}

#footer2 {
	position: relative;
	width: 645px;
	margin-left: 90px;	
	float: left;
}

ul {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	list-style-type: none;
}

li a:link {
	padding: 0 18px;
	line-height: 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

li a:visited {
	padding: 0 18px;
	line-height: 25px;
	color: #FFF;
}

li a:hover {
	color: #303D4E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #FF9900;
	display: inline;
	line-height: 17pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 100;
	color: #303D4E;
	line-height: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #FFFFFF;
	display: inline;
	line-height: 17pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	display: inline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	text-decoration: none;
	color: #FFCC99;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 12pt;
	margin-top: 5px;
}
