﻿/* <---START master page ---> */
body 
{
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	min-width: 900px;
	text-align: center;
}

#wrap
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background-repeat: no-repeat;
}

#leftcontent 
{
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 150px;
	background: #fff;
	float: left;
}

#rightcontent
{
    /*margin-left: 150px;
    width: 750px;*/
    width: 750px;
    overflow: hidden;
    float: left;
}

#logo
{
    margin: 0px 0px 20px 0px;
}

#maincontent 
{
    position: relative;
	overflow: auto;
}

#footer
{
    clear:both;
}

/* <---END master page ---> */

a:link
{
    font-size: 0.8em;
    text-decoration: none;
}

a:visited
{
    font-size: 0.8em;
    text-decoration: none;
}
