/* CSS Document for Titan Design Web Site*/

body {
	background-image:  url(images/web-background-blk.jpg);
	background-color:#666666;
	font-size: 98%;
	/*	background-image: url(images/web-background-blk.jpg);*/
	background-repeat: repeat;
}

div#parent {
	background-color: #fff;
	margin: 0 auto;
	width: 780px;
}

div#maincontent {
	background: #fff;
	padding: 5px 50px 5px 50px;
}
.captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}

div#header {
	height: 177px;
	background-image: url(images/homepage1_05.jpg);
}

div#topnav {
	margin: 10px auto;
	padding: 50px 20px 0 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	letter-spacing: .11em;
}

div#topnav a:link {
	color:#333;
	text-decoration: none;
}

div#topnav a:visited {
	color: #666;
	text-decoration: none;
}

div#topnav a:hover {
	color: #960;
	text-decoration: underline;
}

div#topnav a:active {
	color: #960;
}

div#columnrt {
	float: right;
	padding: 0 20px 10px 20px;
	width: 300px;
}

div#footer {
	background: #333;
	color: #FFF;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .60em;
}

div#footer a:link {
	text-decoration: underline;
	color: #FFF;
	padding: 0 3px;
}

div#footer a:visited {
	text-decoration: underline;
	color: #FFF;
	padding: 0 3px;
}

div#footer a:hover {
	color: #C90;
}

div#footer a:active {
	color: #C90;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #960;
	font-size: 2.1em;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: .15em;
	font-size: 1.2em;
	border-bottom: 1px solid #333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #960;
	font-size: 1.1em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: .2em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#333;
	line-height: 1.5em;
}

a:link {
	color: #000;
}

a:visited {
	color: #999;
}

a:hover {
	color: #960;
}

a:active {
	color: #960;
}
.pixMiddle { /* this class can be used to put a border on an image with no run-around margin */
	float: center;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
}

