body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer-wrapper
{
    background-image: url(../images/greyGradient.jpg);
    background-repeat: repeat-x;
	position: relative;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	height: 860px;
    z-index: 101;
}

#inner-wrapper
{
	position: relative;
	margin: 10px 40px 10px 40px;
	height: 800px;
    z-index: 102;
}

#content-wrapper
{
    position: relative;
	background-color: #ffffff;
	border:#D0D0D0 thin solid;
	height: 800px;
    margin: 20px;
    z-index: 103;
}

#logo
{
    background-image: url(../images/netLogo.jpg);
    background-repeat: no-repeat;
	position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 80px;
    height: 80px;
    width: 600px;
    z-index: 104;
}

#menu-wrapper
{
  	position: relative;
    float: right;
    border-style: solid;
	border-color: #D0D0D0;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-top: 6px;
    margin-right: 38px;
    padding: 6px;
    height: 28px;
    z-index: 107;
}

#footer-wrapper
{
	position: relative;
    width: 800px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#leftColumnContent
{
	position: relative;
    float: left;
    height: 560px;
    width: 560px;
    margin: 160px 6px 20px 16px;
    padding: 10px;
}

#centerContent
{
	position: relative;
    float: left;
    height: 420px;
    width: 420px;
    margin: 12px;
    padding: 8px;
}

#messageContent
{
	position: relative;
    float: left;
    height: 200px;
    width: 360px;
    margin: 12px 12px 12px 26px;
    padding: 8px;
}

#rightContent
{
  	position: relative;
    float: right;
    height:500px;
    width: 140px;
    margin: 40px 20px 20px 20px;
    padding: 20px 8px 20px 12px;
}

#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
	width: 760px;
	height: 42px;
}

.border-wrapper
{
	border-style: solid;
	border-color: #D0D0D0;
	border-width: 2px;
	position: relative;
}