﻿@import url( 'reset.css' );
body, *
{
	font-size: 11px;
	font-family: Trebuchet MS;
}
h1
{
	font-size: 16px;
}
#layout_head
{
	background-image:url(../../images/WFE.png);	
	background-repeat:no-repeat;
	width: 100%;
	height: 40px;
}
#layout_menu
{
	background-color: #d6e4fa;
	width: 100%;
	height: 24px;
	padding-top: 5px;
}
#layout_menu a, #layout_menu a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#layout_menu a:hover
{
	color: red;
}
#layout_side
{
	float: left;
	width: 380px;
	min-height: 100px;
	padding: 10px;
}
#layout_main
{
	float: left;
	min-height: 100px;
}
#layout_foot
{
	clear: both;
	width: 100%;
	height: 20px;
}
