* {
	margin:0px;
	padding:0px;
}

html {
	overflow:-moz-scrollbars-vertical;
	height:100%;
}

body {
	text-align:center;
	background-color:#999999;
	background-image:url("linxter-bg.png");
	background-repeat:repeat;
	font-family:arial;
	font-size:11px;
	height:100%;
}

#outer {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}

#top {
	border-top: 40px solid #99def9;
	background-color:white;
}

#top h1 {
	background-color:white;
	font-size:24px;
	font-style:italic;
	padding:20px;
	letter-spacing:-1px;
}

#top h1 a {
	color:black;
	text-decoration:none;
}

#top h1 span{
	color:#ff6633;
	font-weight:normal;
}

#top p {
	background-color:white;
	font-size:11px;
	font-style:italic;
	display:none;
}

#cols {
	margin-top:25px;
	margin-bottom:0px;
	height:100%;
	
}

#left-col {
	background-color:white;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:160px;
	padding-bottom:70px;
	height:100%;
	
}

#cat {
	padding:25px 25px 10px 25px;
}

#left-col ul {
	list-style:none;
}

#left-col ul li a{
	text-decoration:none;
	color:#534741;
	display:block;
	padding:10px 25px;
}

#left-col ul li a:hover{
	color:white;
	background-color:#99def9;
}

#path {
	background-color:white;
	margin-bottom:25px;
	text-align:right;
	padding:10px;
	color:#534741;
}

#path a {
	padding:10px;
	text-decoration:none;
	color:#534741;
}

#path a:hover {
	color:white;
	background-color:#ff6633;
}

#right-col {
	display:table-row;
	height:100%;
}

#right-col div.company {
	background-color:white;
	margin-left:25px;
	margin-bottom:25px;
	padding:20px;
	color:#534741;
	
}

#right-col .company a {
	color:#ff6633;
	text-decoration:none;
}

#right-col .company a:hover {
	color:white;
	background-color:#ff6633;
}

#right-col .company h3 {
	font-size:18px;
}

#footer {
	background-color:white;
	margin-left:25px;
	margin-bottom:25px;
	padding:20px;
	color:#534741;
	
}

#footer h3 {
	font-size:18px;
}

#footer p {
	padding-top:7px;
	color:#534741;
}

