@charset "UTF-8";
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  background: transparent; }

textarea, input, select {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0; }

body {
	background: #ece7c7 url(/images/bg.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'ChunkFive';
	src: url('chunkfive.eot');
}

@font-face {
	font-family: 'ChunkFive';
	src: url(//:) format('no404'), url('chunkfive.woff') format('woff'), url('chunkfive.ttf') format('truetype'), url('chunkfive.svg#') format('svg');
}

#wrapper{
  margin: 0 auto;
	position: relative;
	width: 1024px;
	height: 800px;
}

#nav_bar{
  width: 989px;
	margin-bottom: -20px;
}

#content_box{
	width: 1024px;
	height: 582px;
	background: url(/images/content_box.png) no-repeat center top;
}

#content_box_footer{
  position: absolute;
	width: 1024px;
	height: 151px;
	background: url(/images/content_box_footer.png) no-repeat center top;
}

#main_content{
	position: absolute;
	width: 770px;
	height: 462px;
	overflow: scroll;
	left: 102px;
	top: 185px;
	padding-top: -10px 10px 10px 10px ;
}

#main_content_title{
	position: absolute;
	width: 832px;
	height: 50px;
	left: 89px;
	top: 261px;
	padding-top: -10px 10px 10px 10px ;
}

#welcome{
	position: absolute;
	width: 780px;
	height: 159px;
	background-image: url(/images/little_welcome_bar.png);
	background-repeat: no-repeat;
	left: 63px;
	top: 100px;
  padding: 10px 20px 0px 10px;
}
#welcome h2{
  margin: 15px 1em;
  font-size: 30px;
}
strong{
  font-weight: bold;
}
#welcome_big{
	position: absolute;
	width: 761px;
	height: 259px;
	background: url(/images/welcome_bar.png) no-repeat;
	top: 100px;
  left: 65px;
  padding: 30px 20px 0px 30px
}
#welcome_big p{
  color: white;
}

#side_nav{
	position: absolute;
	width: 158px;
	height: 113px;
	background: url(/images/sport_manitoba_logo.png) no-repeat;
	left: 930px;
	top: 222px;
}

#home{
	position: absolute;
	width: 40px;
	height: 77px;
	background: url(/images/home.png) no-repeat;
	left: -5px;
	top: 389px;
}

#mwsa_logo{
	position: absolute;
	width: 220px;
	height: 187px;
	background: url(/images/mwsa_logo.png) no-repeat;
	left: 59px;
	top: 600px;
}

#athletes{
	position: absolute;
	width: 148px;
	height: 176px;
	background: url(/images/athletes.png) no-repeat;
	left: 869px;
	top: 466px;
}

#title_box{
  position: absolute;
	width: 800px;
	text-align: right;
	float: right;
	left: 221px;
	top: 794px;
}

a{
  border: 0px none;
	color: #f6b055;
	text-decoration: none;
}

ul,ol{
  margin-left: 2em;
}

a:hover{
  color: #f6b055;
}

img{
  border: 0px none;
}

p{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.white{
  color: #ffffff;
}

.orange{
  color: #f6b055;
}

.white_margin{
  color: #ffffff;
	margin-left: 10px;
}

.margin{
	margin-left: 10px;
}

.right{
  float: right;
	margin-right: 10px;
}

.photos_in_text{
  text-align: center;
	padding: 5px;
}

.title {
	font-size: 2.5em;
	font-family: 'ChunkFive', sans-serif;
}

.address {
	font-size: 0.8em;
	font-family: 'ChunkFive', sans-serif;
	margin-top: -40px;
}

.heading3 {
	font-size: 1.9em;
	font-family: 'ChunkFive', sans-serif;
	margin-top: 15px;
}
h1{
	font-family: 'ChunkFive', sans-serif;
  font-weight: bold;
  font-size: 1.85em;
  margin: 1em 0em;
}
h2{
  color: #F6B055;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-family: 'ChunkFive', sans-serif;
  margin-bottom: 0px;
}
h3{
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-family: 'ChunkFive', sans-serif;
  margin-bottom: 0px;
}
p{
  margin: 1em;
}
.main_content div{
  margin: 1em;
}
table thead tr th{
  text-align: left;
}
.input{
  margin-bottom: 5px;
  display: block
}
input.string{
  width: 220px;
}

.input label{
  font-size: 1em;
  font-style: normal;
  font-style: normal;
  font-family: 'ChunkFive', sans-serif;
  display: block; 
  float: left;
  width: 150px;
}

.interests{
  margin-top: 1em;
}

.interests .input label{
  font-weight: normal;
  font-family: sans-serif;
}
.column{
  float: left;
  width: 350px;
}
