﻿body
{
	background:url("/Images/gradient_grey.jpg");
	background-repeat:repeat-x;
}

#Wrapper
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 5px;
	background-color:White;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#MainWrapper
{
	width: 100%;
	
	background:url("/Images/gradient_grey.jpg");
	background-repeat:repeat-x;	
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-x;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

#Banner
{
	width: 800px;
	height: 150px;
	text-align:center;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}



#left,#right
{
	height: 130px;
	padding-top:10px;
}

#left
{
	padding-right:100px;
}

#right
{
	padding-left:100px;
}

#Content
{
	
	padding-top: 20px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family:Frutiger Linotype;
	height: 700px;
	text-align:left;
	background-color:White;
	
}

#RightCol
{
	
	width: 20%;
	padding: 10px 10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	float:right;
}

.Label
{
	font-size:xx-large;
}

#LeftCol
{
	position:relative;
	float:left;
	width: 75%;
	padding: 10px 10px;
	margin-left:auto;
	margin-right:auto;
}

#Nav
{
	height:30px;
	font-family:Arial;
	background-image:url("/Images/menu_gradient_greyWhite.jpg");
}

a:visited,
a:active,
a:link {	
	color : #006ff7;
}

#Footer
{
	width: 100%;
	position:relative;
	clear:both;
	font-size:small;
	text-align:center;
}

#loi
{
	font-size:small;
	
}