@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 11px;
color:#403b3b;
font-weight: normal;
font-style: normal;
text-decoration: none;
line-height: 18px;
background-color: #FFFFFF;
}

#main_container{
width: 980px; /*Width of main container 955*/
margin: 0 auto; /* Center container on page*/
/*
text-align:left;
float:left;
*/
}

#header{
background: #fff;
height: 120px; /*Height of top section*/
}

#content_wrapper{
float: left;
width: 100%;
}

#right_column{
margin-left: 710px; /*Set left margin to LeftColumnWidth*/
}

#right_column_large{
margin-left: 630px; /*Set left margin to LeftColumnWidth*/
}

.right_content{
margin-left: 20px;
margin-right:20px;
}

#left_column{
float: left;
width: 710px; /*Width of left column*/
margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
background-color: #fff;
background-image:  url("/img/dotted-line.gif");
background-position: right;
background-repeat: repeat-y;
}

#left_column_tight{
float: left;
width: 630px; /*Width of left column*/
margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
background-color: #fff;
background-image:  url("/img/dotted-line.gif");
background-position: right;
background-repeat: repeat-y;
}

.left_content{
margin:0px 20px 0px 20px;
}

#footer{
clear: left;
width: 100%;
height:60px;
background-color: #fff;
}
