html { 
	margin: 0px; 
	padding: 0px; 
	background: rgb(255, 255, 255); 
	height: 100%; 
}
body {
	position: relative; 
	margin: 0px; 
	padding: 0px; 
	height: 100%;
	text-align: left; 
	font-family: Trebuchet MS, Sans-serif, Tahoma; 
	font-size: 12px; 
	color: rgb(129, 139, 145); 
}
html > body { 
	height: auto; 
	min-height: 100%; 
}
td, div, p, form { 
	margin: 0px; 
	padding: 0px; 
}
img {
	border: medium none ; 
}
a {
	text-decoration: underline; 
	color: rgb(119, 166, 194); 
}
a:hover { 
	color: rgb(60, 120, 150);
}
a:visited {
	color: rgb(90, 140, 190); 
}
#all { 
	width: 100%; 
	padding: 0px 0px 50px 0px; 
}

#left { 
	padding: 40px 0px 0px 20px;
	float:left; 
	left: 25px; 
	top: 60px; 
	width: 200px; 
}

#logo {
	float: left; 
	left:50px; 
	width: 200px; 
}
#logo img{ 
	left: 166px; top: 0px; float:right;
}

#left-menu { 
	position: relative; 
	left: 0px; 
	top: 0px; 
	width:200px; 
	color: rgb(129, 139, 145); 
	font-size: 14px; 
	font-weight: bold; 
	text-align: right; 
}

#left-menu a {
	text-decoration: underline; 
	color: rgb(119, 166, 194); 
	font-size: 11px; 
	font-weight: normal;
}

#left-menu a:hover {
	color: rgb(60, 120, 150); 
}

#left-menu a:visited {
	color: rgb(60, 120, 150); 
}

#contact {
	color: rgb(129, 139, 145); 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal;
}

#content { 
	position: relative; 
	left: 20px; 
	top: 40px; 
	padding-bottom: 40px;
	width: 600px; 
	float:left;
}

.active {color: rgb(195, 215, 235); font-size: 11px; font-style: normal;font-weight: normal;}

h1 {
	font-family: Trebuchet MS, Sans-serif, Tahoma;  
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(129, 139, 145);  
}

#footer { 
	position:absolute;  
	height:50px; 
	left: 25px; 
	width:835px; 
	bottom: 0px;
}

#footer a{ 
	margin: 0px 0px 20px 0px;
}

#links {
	position: relative; 
	padding-left: 210px;
	top: -24px;
}
#line {
	height: 1px;
	color: rgb(119, 166, 194);
}
	
