/* CSS Document */

body {
	background-image:url(../images/bgTex.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
html, body, #wrapper {
	height:100%;	
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	background-image:url(../images/columnBG.jpg);
	margin: 0 auto;
	text-align: left;
	
	width: 821px;
}

#footer {
	background-image:url(../images/footer.jpg);
	margin: 0 auto;
	text-align: center;
	height:42px;
	width: 100%;
	background-position: -3px 0;
}

#container {
	width: 821px;
}

#topContent {
	height:390px;
	width:703px;
	margin:0 62px 0 57px;
}

#navHolder {
	height:191px;
	width:206px;
	float: none;
	margin-left: 75px;
}

#content {
	text-align:left;
	color:#7c7c7c;
	width: 420px;
	margin-left: 315px;
}

#content p {
	line-height: 1.5em;
	font-size:1em;
	
}


#content h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: .5em;
}

h1 h2 { 
	
	margin:0.1em 0;
}

h1, h2, a {
		color:orange;
	}

hr {
	color:#333333;
	size:1px;
	margin-bottom:15px;
}

ul {
	font-size:1.2em;
	color: #CCCCCC;
	
}

.subDesc {
	font-size:0.9em;
	letter-spacing: 0px;
	line-height: .9em;
}

a:link {
	color: #FFF;
}

a:visited {
  color: #FFF;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

a:active {
	color: #FFF;
}

