/*------------------global---------------------*/
html 
	{
		margin:0;
		padding:0;
		color:#000;
		background:#E6E6E6;
	}

body 
	{ 
		font-family: arial, sans; 
		font-size: 11px;
		line-height: 1.5; 
		color: black;
		
	}

h1
	{ 
	font-size: 13px; 
	top: 5px; 
	}
h2	
	{ 
	font-size: 28px; 
	top: 8px; 
	}
h3	
	{ 
	font-size: 22px; 
	top: 1px;
	}
p, i, b
	{ 
	font-size: 11px; 
	line-height: 16px;
	top: 5px; 
	}

	

p.small,
i.small
	{ 
	font-size: 12px; 
	line-height: 12px;
	}

a:link,
a:visited
	{
		color: 000;
		font-size: 11px;
		
	}
	
	a:hover
	{
		color: black;
		font-size: 11px;
		
	
	}
	
	#thick
	{
		font-weight:900;
	
	}
	
/*------------------wrap---------------------*/

#wrap 
	{
		width:800px;
		margin:20px;
		background:#E6E6E6;
	

	}
	
/*------------------header---------------------*/


	#header 
	{
	background-image: url("images/header-console-1.jpg"); 
	background-repeat:no-repeat; 
	height: 200px;
	}
	
	#header-text
	{ 

	background:#E6E6E6;
	height: 80px;
	width: 798px;
	position:relative;
	top: 40px;
	border-style:solid;
	border-width:1px;
	}
	
		
	}
	
	img.header-left
	{
		position:relative;
		top:20px;
		}
		
		p.header-right
	{
		position:relative;
		top:-60px;
		left:535px;
		}
	
	img.contact
	{
		position:relative;
		left: 500px;
		top: 70px;
		border-style:solid;
		border-width:1px;
		
	}
	
	
	/*------------------sub-header---------------------*/


	#sub 
	 {
	 	width:801px;
		margin: 0px;
		
	
		
	}
	
	ul#sub
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
		width: 99.7%;
		color: #000;
		border-style:solid;
		border-width:1px;
		
	}

ul#sub li 
	{ 
		display: inline;
		border-style:solid;
		border-width:1px;
		
		
	}

ul#sub li a
	{
		float: left;
		padding: 0.5em 1.5em;
		margin: -1px;
		border-style:solid;
		border-width:1px;
	}
	
a:link.sub,
a:visited.sub
	{
		color: 000;
		font-size: 13px;
		text-decoration:none;
		background-color: #E6E6E6;
		
	}
	
	a:hover.sub
	{
		color: black;
		font-size: 13px;
		background-color: #CCCCCC;
		padding: 3px;
	
		}
	/*------------------main content---------------------*/	
	
	#main {
		margin-top:15px;
		margin-left:0px;
		margin-right:0px;
		float:right;
		background-color: #CCCCCC;
		border-style:solid;
		border-width:1px;
	
	}
	
	p.content
	{ 
	font-family: times, serif;
	text-align:right;
	}
		
		img.home-body
	{ 
	float:right;
	width:200px;
	height:200px;
	margin-left: 10px;
	}

	td.main-right
	{
		background-color: #990000;
		border-style:solid;
		border-width:1px;
	}

	
	/*------------------footer---------------------*/


	#footer 
	{ 
		clear:both;
		margin:20px
		background:#000;
		height:25px;
	}
	

		
