/* CSS Document */


*{
	margin:auto;
	padding:auto;
}


html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
height: 100%; 
margin-top: 3px; 
}

.container
{
width: 760px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 50px;
text-align: left;
background-color:#FFFFFF;
height: 90%;
}


.header
{
width: 720px;
height: 209px;
text-align: right;
vertical-align: baseline;
background-color: #FFFFFF;
}

.main
{
width: 720px;
background-color:#FFFFFF;
}

.left
{
width: 180px;
float:left;
background-image:url('_img/stripe.gif');
background-position: right; 
background-repeat: repeat-y;
background-color:#FFFFFF;
height: auto;
}

.right
{
width: 500px;
height: auto;
float: right;
padding-left: 10px;
padding-right: 30px;
background-color:#FFFFFF;
}

h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color: #666666;
text-decoration: overline;
}

a:link
{
color:#FF9900;
text-decoration: none;
}

a:active
{
color:#FF9900;
text-decoration: none;
}

a:hover
{
color:#FF9900;
text-decoration: none;
}

a:visited
{
color:#FF9900;
text-decoration: none;
}

table
{
background-color:#FFFFFF;
}

