body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Base font family for most elements */
	font-size: 13px; /* Base size for all elements; other size definitions relates to this */
	color: #000000;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

h1 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a, a:visited
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

ul
{
	list-style: none;
}

table p
{
	margin: 0px;
	padding: 0px;
}

#Outer
{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 70px 0px 0px 0px;
        width: 1010px;
        background: transparent url(/design/linet/images/top.png) no-repeat scroll top left;
}

#Inner
{
        margin: 0px;
        padding: 0px;
        width: 1010px;
        background: transparent url(/design/linet/images/body.png) repeat-y scroll top left;
}

#Lower
{
        margin: 0px;
        padding: 0px 0px 10px 0px;
        width: 1010px;
        background: transparent url(/design/linet/images/bottom.png) no-repeat scroll bottom left;
}

#Banner
{
	margin: 0px 5px;
	width: 1000px;
	height: 18px;
	color: inherit;
	background-color: #187abb;
}

#Banner img
{
	position: relative;
	float: right;
}

#Page
{
	clear: both;
	overflow: hidden;
}

#Left
{
	width: 200px;
	float: left;
}

#Content
{
	width: 570px;
	float: left;
	padding: 0px 20px 0px 10px;
}

#Right
{
	width: 200px;
	height: 100%;
	overflow: hidden;
	float: left;
	background-color: #E7EBEE;
	margin: 2px 5px;
	padding: 30px 0px;
}
