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

html, body 
		{
		margin:0;
		padding:0;
		
		}

body 
		{
		background-image: url(../images/titan-bg.jpg);
		background-repeat: repeat-x;
		background-color: #000102;
		font: 76% arial,sans-serif;
		text-align:center;
		margin-top: 10px;
		}
		
body {scrollbar-3dlight-color:#bbbbbb; 
scrollbar-arrow-color:#bbbbbb; 
scrollbar-base-color:#ffffff; 
scrollbar-darkshadow-color:#ffffff; 
scrollbar-face-color:#ffffff; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#bbbbbb;}


p
		{
		margin: 20px;
		}


a
		{
		color: #0073A9;
		text-decoration: none;
		}
		
a:hover 
		{
		text-decoration: underline;
		}
		
#menu a:link 
		{
		color: #ffffff;
		text-decoration: none;
		}
		
#menu a:hover 
		{
		color: #ffffff;
		text-decoration: none;
		}		
		
.logo {margin: 10px;}		
		
h1 {font-size: 16px;
color: #cccccc;
font: Geneva, Arial, Helvetica, sans-serif;

}		

h1, h2, h3, h4, h5, h6

{margin-left: 20px;
margin-bottom: 5px;

}


h2 {color: #0072a9;
font: Arial, Helvetica, sans-serif;
font-weight: normal;
padding-top: 20px;
}

h3 {
	font-size: 12px;
	margin-bottom: -15px;
}

#header 
	{height:110px;
	margin:0;
	
	padding-left:0px;}

#menu 
		{
		height: 25px;
		line-height: 30px;
		background-color: #001d2a;
		text-align: center;
		}

#menu ul li 
		{
		list-style: none;
		display: inline;
		color: #ffffff;
		width: 150px;
		padding-right: 80px;
		}
		
#menu img {border: 0;}
  
#container
		{
		text-align:left;
		width:900px; 
		margin:0 auto;
		}

#content
		{
		background-color: #FFFFFF;
		line-height:1.3;
		float: left;
		width: 500px;
		height: 470px;
		overflow: auto;
		}
		


#picture 
		{
		float: right;
		width: 400px;
		}


#footer
		{
		clear:both;
		width:100%;
		color: #0073A9;
		text-align: center;
		}

#footer p
		{
		margin-top:10px;
		padding: 5px 10px;
		font-size: 11px;
		}
		
#gallery li {
	list-style:none!important; 
	float: left; 
	width: 165px;
	height: 135px;
	vertical-align: middle;
	text-align:center;
	padding: 5px;
	padding-top: 10px;
    margin: 5px;
}

#gallery img {width: 90px;
height: 100px;}

fieldset {
	border: none;
	border-top: 1px solid #e30303;
	border-bottom: 1px solid #e30303;
}

legend {
	color: blue;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}

label {
	width: 150px;
	clear: right;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

.validate {
	padding: 4px;
	background: #bbbbbb;
	text-align: center;
	vertical-align: super;
	font-weight: bolder;

}