/* Tyler Young Creative by Tyler Young */


/* -----General Layout----- */

html
	{
	text-align: center;
	}

body#welcome,
body#hello
	{
	position: relative;
	width: 993px;
	height: 900px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
	}

body#welcome
	{
	background-image: url(../images/graphic_fish.png);
	}

body#hello
	{
	background-image: url(../images/background_man.gif);
	}

ul#main_nav_items li
	{
	display:inline;
	}

div#top_of_box,
div.inside_box
	{
	position:relative;
	}


/* -----Top of Box & Below Box Layout----- */

div#branding h1
	{
	position: absolute;
	top: 14px;
	width: 224px;
	height: 23px;
	background-image: url(../images/branding_tyc.png);
	text-indent: -9999px;
	}

body#welcome div#branding h5
	{
	position: absolute;
	left: 240px;
	top: 19px;
	width: 111px;
	height: 17px;
	background-image: url(../images/branding_looked.png);
	text-indent: -9999px;
	}

body#hello div#branding h5
	{
	position: absolute;
	left: 240px;
	top: 19px;
	width: 154px;
	height: 17px;
	background-image: url(../images/branding_looked_again.png);
	text-indent: -9999px;
	}

div#main_nav
	{
	position: absolute;
	left: 905px;
	top: 22px;
	}


	
/* -----Inside Box Layout----- */


div#story
	{
	position: absolute;
	top: 720px;
	width:993px;
	height:575px;
	}

div#story_title h2
	{
	position: absolute;
	width: 296px;
	height: 29px;
	background-image: url(../images/story_title.png);
	text-indent: -9999px;
	}

div#passage_1,
div#passage_2
	{
	position: absolute;
	top: 40px;
	width:476px;
	}

div#passage_2
	{
	left: 497px;
	}

div#splashes
	{
	position: absolute;
	top: 325px;
	}

div#splash_1,
div#splash_2,
div#splash_3
	{
	position: absolute;
	width:331px;
	}

div#splash_2
	{
	left: 352px;
	}

div#splash_3
	{
	left: 703px;
	}

div#logo_1,
div#logo_2,
div#logo_3
	{
	position: absolute;
	background-repeat: no-repeat;
	}
	
div#logo_1
	{
	position: absolute;
	background-repeat: no-repeat;
	width: 99px;
	height: 98px;
	top: -40px;
	left: 150px;
	background-image: url(../images/logo_champfactory.png);
	}
	
div#logo_2
	{
	width: 136px;
	height: 83px;
	top: -32px;
	left: 160px;
	background-image: url(../images/logo_mean_tangerine.png);
	}
	
div#logo_3
	{
	width: 108px;
	height: 84px;
	top: -33px;
	left: 175px;
	background-image: url(../images/logo_plastic_trophy.png);
	}
	
div#info
	{
	position: absolute;
	top: 100px;
	width:993px;
	height:1050px;
	}

div#man
	{
	position: relative;
	left:120px;
	}

div#man_info
	{
	position: relative;
	text-align: center;
	}

p#info_title
	{
	margin-top: 100px;
	}

p#info_text
	{
	margin-top: 10px;
	margin-bottom: 50px;
	}

