@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma, Geneva, sans-serif;
	color: #979092;
	font-size: 12px;
}

h1 {
	margin: o;
	padding: 0;
	font-weight: normal;
}

#mainContainer {
					width: 950px;
					height: 672px;
					margin: auto;
					background-image: url(../images/codyhierons_bg_about.jpg);
				}

#topNavigation {
	text-align: left;
	width: auto;
	height: 130px;
}

a:active {color: #00adef;  font-weight: bold; text-decoration: none; }
a:visited {color: #00adef;  font-weight: bold; text-decoration: none;}
a:link {color: #00adef;  font-weight: bold; text-decoration: none; }
a:hover {color: #00adef;  font-weight: bold; text-decoration: underline;}

a.topNavigation:active {color: #979092; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a.topNavigation:visited {color: #979092; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a.topNavigation:link {color: #979092; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a:hover.topNavigation {color: #00adef; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}

a.topNavigation_on:active {color: #00adef; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a.topNavigation_on:visited {color: #00adef; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a.topNavigation_on:link {color: #00adef; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}
a:hover.topNavigation_on {color: #00adef; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 20px;}

#pictureLeft {
	float: left;
	width: 284px;
	height: 520px;
}

#contentRight {
	float: right;
	margin-right: 200px;
	text-align: left;
	height: 100px;
	width: 450px;
}

#contentRightResults {
	float: right;
	margin-right: 0px;
	text-align: left;
	height: 100px;
	width: 640px;
}