@charset "UTF-8";
body {
	background-image:url(/Images/backgounds/main_background.png);
	background-color:#666;
	font-family: "Comic Sans MS", cursive;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #060;
}
a:visited {
	color: #060;
}
a:hover {
	color: #090;
	text-decoration: none;
}
a:active {
	color: #060;
}
img {
	border-style: none;
}
div.banner {
	width:100%;
	height: 210px;
	margin: 0 auto;
}
div.container {
	width: 1040px;
	height: 860px;
	margin: 0 auto; /* 0 means no margin for the top and bottom of the container and auto aligns in center*/
	border:ridge #030 thick;
	background-color: #D3D3D3;
}
div.contentContainer {
	float:right;
	width: 810px;
	height: 560px;
	background-image:url(/Images/backgounds/data_background.jpg);
	background-repeat:no-repeat;
	background-position: center;
	border-bottom:#030 thin solid;
	border-left:#030 thin solid;
}
div.sidebar {
	float:left;
	width: 228px;
	height: 560px;
	border-bottom:#D3D3D3 thin solid;
	background-color:#D3D3D3;
}
div.sideContent1 {
	text-align:center;
	width: 100%;
	height: 360px;
	background-image:url(/Images/backgounds/golfer_outline.png);
	background-repeat:no-repeat;
	background-position:center;
}
div.sideContent2 {
	width: 100%;
	height: 200px;
}
div.sidebarText {
	font-family:"Courier New", Courier, monospace;
	font-size:large;
	color:#030;
	font-weight:bold;
	text-align:left;
	padding-top:10%;
	text-indent:25px;
}
div.sidebarTextName {
	font-family:"Courier New", Courier, monospace;
	font-size:large;
	color:#030;
	font-weight:bold;
	text-align:right;
}
div.title {
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:bold;
	background-image:url(/Images/backgounds/title_background.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-decoration:underline;
	text-align:center;
}
div.labels {
	color:#060;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
div.footer {
	width:100%;
	text-align:center;
	/*background-image:url(/Images/backgounds/faded_background_white.png);*/
}
