/********************************/

/*    Global Stuff              */

/********************************/

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:13px;
	color: #000000;
	text-align:left;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	vertical-align:top;
}

a:link,
a:visited {
	text-decoration: none;
}



/********************************/

/*    Layout Stuff              */

/********************************/

#main-table {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}
#bar {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width:100%;
	text-align:center;
	vertical-align:baseline;

}
#title-div { 
	background-repeat:no-repeat;
	height:90px;
	left:0px;
	overflow:visible;
	top:0px;
	width:100%;
	vertical-align:text-bottom;
}
.divider {
	padding-left: 5px; 
	padding-right:5px;
}
#whois {
	float:right;
	margin-top: 60px;
	margin-right: 10px;
}
/********************************/
/*    Left Pannel               */
/********************************/
.left-1 {
	background-image: url(images/left-1.jpg);
	width:125px;
	height:6px;
	background-repeat:no-repeat;
}
.left-2 {
	background-image: url(images/left-2.jpg);
	background-repeat:repeat-y;
	text-align:center;
	vertical-align:middle;
	width:125px;	
}
.left-3 {
	background-image: url(images/left-3.jpg);
	width:125px;
	height:6px;
	background-repeat:no-repeat;
}
.sub-1 {
	background-image: url(images/sub-1.jpg);
	width:600px;
	height:6px;
	background-repeat:no-repeat;
}
.sub-2 {
	background-image: url(images/sub-2.jpg);
	width:590px;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	}
.content {
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-style: solid;
	border-color: #8a8a8a;
	width:592px;
	padding:3px;
	text-align:left;
}
