﻿/* GENERAL FORMATTING */

	html
	{
		height: 100%;
		width: 100%;

		margin-left: auto;
		margin-right: auto;
	}

	body
	{
		margin-left: auto;
		margin-right: auto;

		font-family: helvetica, arial, sans-serif;
		color: #333;

		background-image: url('./images/bodyBGr.png');
		background-position: top center;
		background-repeat: repeat-y;
		background-color: #1a1a1a;
	}

/* TEXT FORMATTING */

	p
	{
		margin: 0px 0px 15px 0px;

		width: 500px;

		text-align: justify;

		font-size: 0.8em;
		color: #333;

		line-height: 1.6em;
	}

		.intro
		{
			margin: 0px 0px 20px 0px;

			font-weight: bold;
			font-size: 0.7em;

			text-transform: uppercase;
		}

	p a
	{
		color: #333;
		text-decoration: none;

		font-style: italic;
	}

		p a:hover
		{
			color: #555;

			border-bottom: 1px dotted #555;
		}

	b
	{

	}

	i
	{

	}

/* HEADERS */

	h1
	{

	}

	h2
	{
		width: 530px;
		height: 100px;

		font-size: 2.3em;
		color: #ccc;

		text-transform: uppercase;
		text-align: right;
		letter-spacing: -3px;
	}

	h3
	{
		margin: 0px 0px 3px 0px;
		font-size: 0.7em;
		font-weight: bold;

		text-transform: uppercase;
	}

/* PREFORMATTED TEXT */

	pre
	{

	}

/* BULLET LISTS */

	ul
	{
		margin: 0px 0px 0px 20px;
		font-size: 0.8em;
		color: #333;

		line-height: 1.6em;

		list-style: disc;
	}

	li
	{

	}

/* OBJECT FORMATTING */

	table
	{

	}

		tr
		{

		}

		td
		{
			font-size: 0.8em;
			color: #333;

			line-height: 1.6em;
		}


	img
	{

	}



/* CLASS & ID-SPECIFIC FORMATTING */



	#contentHolder
	{
		margin: 0px 0px 0px 0px;

		background-image: url('./images/contentBGr.png');
		background-position: top center;
		background-repeat: no-repeat;
	}

	#contentBGr
	{
		margin-left: auto;
		margin-right: auto;

		padding: 0px 0px 30px 0px;

		width: 600px;
		min-height: 600px;

		background-color: #fff;

		-moz-border-radius-bottomleft: 50px;
		-webkit-border-bottom-left-radius: 50px;
		border-width: 0px;
	}

	#content
	{
		width: 520px;

		margin: 35px auto 0px auto;
	}

	#logo
	{
		width: 250px;
		height: 250px;

		margin: 0px 0px 0px 40px;

		float: left;

		background-image: url('./images/ttLogo.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #ccc;
	}

	#menu
	{
		padding: 10px 40px 0px 0px;

		font-size: 0.8em;
		text-transform: uppercase;
		line-height: 1.9em;

		text-align: right;
	}

		#menu a
		{
			color: #000;
			text-decoration: none;
		}

		#menu a:hover
		{
			color: #444;
			border-bottom: 1px #444 dotted;
		}

	#footer
	{
		width: 600px;

		margin: 10px auto 20px auto;
		padding: 10px 0px 0px 0px;

		border-width: 1px 0px 0px 0px;
		border-color: #aaa;
		border-style: dotted;

		font-size: 0.5em;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color: #aaa;
	}