/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(images/bg_tile_main.gif) center repeat-y;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#dddddd;
	}

a {
	text-decoration: none;
	color:#EEEEEE;
	font-weight:bold;
	}

a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight:bold;
	}

object {
	margin: 18px 0px 0px 0px;
	}

img {
	border: 0px;
	}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 16pt;
	border-bottom:5px solid #777;
	}
	
h3 {
	margin: 10px 0px 0px 0px;
	}	

p {
	margin: 0px 0px 10px 0px;
	}


#container {
	position:relative;
	margin: 0px auto;
	width: 1000px;
	height: 600px;
	background:#7a7a7a url(images/bg_tech_001.gif) center no-repeat;
	}
	
#nameplate {
	position:absolute;
	top:50px;
	left:100px;
	width: 400px;
	height: 80px;
	background: url(images/nameplate.png);
	}
	
#panelleft {
	position:absolute;
	top:230px;
	left:100px;
	width: 400px;
	height: 345px;
	background: url(images/panel_left_001.png);
	}
	
#panelleft p {
	margin: 15px 0px 0px 30px;
	width: 190px;
	text-align: left;
	}	
	
#gallerybuttons {
	position: absolute;
	top: 247px;
	left: 340px;
	width:250px;
	height: 345px;
	}	

#panelright {
	position:absolute;
	top:50px;
	left:600px;
	width: 270px;
	height: 270px;
	text-align: center;
	background: url(images/panel_clear_001.png);
	}

#bottom {
	margin:0px auto;
	width: 100%;
	height: 300px;
	color: #222;
	background:#AAA url(images/bg_tile_bottom.gif) repeat-x;
	border-top: 1px solid #555;
	}
	
#bottom ul {
	margin: 10px 0px 0px -30px;
	}

#bottom ul li {
	margin: 10px 0px 0px 0px;
	}
		
	
#bottomcontainer {
	margin:0px auto;
	width:1000px;
	clear:both;
	}	
	
#bottomleft {
	margin:0px 0px 0px 120px;
	padding: 10px 10px 10px 0px;
	width: 222px;
	float: left;
	clear: none;
	}
	
#bottommiddle {
	margin:0px 0px 0px 20px;
	padding: 10px 10px 10px 0px;
	width: 222px;
	float: left;
	clear: none;
	}	
	
#bottomright {
	margin:0px 0px 0px 20px;
	padding: 10px 10px 10px 0px;
	width: 222px;
	float: left;
	clear: none;
	}		
