@charset "utf-8";
/* CSS Document */

html, body {
background: #ccddff url(../images/titan_test_background2.jpg) no-repeat center top fixed; 
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
color: #000000;
height: 100%;
}

img {
border: none;	
}

a:link { 
text-decoration: none;
color: black;
font-weight: 700;
}
a:visited { 
text-decoration: none;
color: black;
font-weight: 700;
}
a:active { 
text-decoration: none;
color: black;
font-weight: 700; 
}
a:hover { 
color: black;
font-weight: 700;
text-decoration: underline; 
}

#content {
	margin: 0px auto;
	min-height: 600px;
	max-width: 960px;	
}

#header {
	position: relative;
	background-image:url(../images/titan_header_trans.png);
	width: 960px;
	height: 173px;
	
}

#maincontent {
	position: relative;
	background-image:url(../images/titan_content_trans.png);	
	width: 960px;
	min-height: 400px;	
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	background-image:url(../images/titan_footer_trans_info.png);	
	width: 960px;
	height: 140px;
}

#leftcontainer {
	width: 296px;
	float: left; 
	margin-left: 70px;
	padding: 5px;
	min-height: 400px;
	
}

#rightcontainer {
	width: 510px;
	float: left;
	padding: 5px;
	min-height: 400px;

	
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;	
}


img.floatleft {
float:left;
margin: 4px;
}

img.floatright {
float:right;
margin: 4px;	
}

.clear {
	clear: both;
}

#imagebox {
  width: 800px;
  margin-left: auto ;
  margin-right: auto ;
}

.textcentered {
text-align: center;
}

.textright {
text-align: right;	
}

.boldred16 {

color: red;
font-size: 16px;
font-weight: 700;
	
}