﻿*
{
	margin:0;
	padding:0;
}

body
{
	width:100%;
	height:100%;
}

a
{
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

a:hover
{
	text-decoration:underline;
}
a:visited
{
	color:inherit;
}

#main-table
{
	width:100%;
}

.menu
{
	width:489px;
	height:60px;
	list-style:none outside none;
	margin:15px;
	position:relative;
	top:0;
	left:50%;
}
.menu-bottom
{
	color:#0099cc;
	left:10%;
}
 
.menu li
{
	float:left;
	margin-left:30px;
	font-size:11pt;
}

img
{
	border:none;
}

.border
{
	background-color:#ededed;
}
.logo
{
	width:600px;
	position:relative;
	top:-180px;
	left:0;
}
.logo img
{
   float:left;
}
.logo p
{
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	position:relative;
	top:90px;
	left:120px;
	color:#0099cc;
}
.line
{
	background-color:#ff9900;
	height:1px;
	position:relative;
	min-width:800px;
	top:-95px;
}

#img-table
{
	position:relative;
	top:100px;
}

#img-div
{
	
}