/* ==================
 *  TEAM 116 . ORG
 * ==================
 *  Version 10 (count 'em, TEN)
 *  January 25th, 2008
 */

body{
	background-color: #1a1a1a;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	margin: 0;
}

a{
	color: #3e6073;
	text-decoration: none;
}

a:hover{
	color: #46697d;
	text-decoration: underline;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

object{
	border: 0;
	margin: 0;
	padding: 0;
}

p{
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
	text-align: justify;
}

h1{
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

h2{
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

h3{
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

table{
	margin-top: 0;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
}

tr{
	margin: 0;
	padding: 0;
}

td{
	width: 150px;
}

/* MAIN DIVS */

/* Wrap and center */
#wrap{
	margin: 0px auto;
	min-height: 768px;
	width: 990px;
}

/* All the content, including the header */
#content{
	padding: 0 20px;
	width: 950px;
}

#header{
}

	#header .header-logo{
		clear: both;
		float: left;	
	}

	#header .header-deco-graphic{
		float: left;
		height: 180px;
		width: 605px;
	}

	#header-info{
		background-image: url("images/header-info-bg.png");
		color: #e9e9e9;
		float: left;
		height: 180px;
		width: 345px;
	} 

		#header-info a{
			color: #e9e9e9;
		}

		#header-info a:hover{
			text-decoration: underline;
		}

		#header-info h2{
			margin-top: 10px;
		}

		#header-info p{
			margin-right: 10px;
			text-align: justify;
		}

/* Content minus the header */
#main{
	background-image: url("images/divider1.gif");
	background-repeat: repeat-x;
	clear: both;
}

#left-column{
	clear: left;
	float: left;
	padding-top: 10px;
	width: 730px;
}

	#left-column #page{
		min-height: 270px;
	}

	#left-column #footer{
		background-image: url("images/content-footer-bg.gif");
		background-position: bottom;
		color: #7a7a7a;
		font-family: Georgia, serif;
		height: 50px;
		letter-spacing: 0px;
		margin-top: 20px;
		width: 730px;
	}

	#left-column #footer p{
		padding-top: 20px;
		text-align: center;
	}

#right-column{
	clear: right;
	float: right;
	padding-top: 50px; 
	width: 220px;
}

	#right-column #nav img{
		clear: left;
		float: right;		
	}

	#right-column #nav p{
		margin: 0;
	}

	#right-column #nav a{
		background-image: url("images/nav-link-bg.gif");
		clear: right;
		display: block;
		float: right;
		font-family: Georgia, serif;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 40px;
		padding-left: 30px;
		text-transform: uppercase;
		width: 190px;
	}

	#right-column #nav .on{
		background-image: url("images/nav-link-bg-hover.gif");
		font-weight: bold;
		text-decoration: none;
	}

	#right-column #nav a:hover{
		background-image: url("images/nav-link-bg-hover.gif");

		text-decoration: none;
	}

#clear{
	clear:both;
}
