html {
    /* min-width: 980px; */
}

body {
    background-image: url(/site/images/home_bg.jpg);
    /* min-width: 980px; */
}

div#content {
    overflow: hidden;
    /* min-width: 980px; */
    width: 854px;
    margin: 0 auto;	
}

#footContainer {
    width: 844px;
}

div.modules { 
    width: 615px;
}

#content div.colLeft,
#content div.colMain {
	height: 770px;
}

#content div.colLeft {
	padding-bottom: 9px;
}

div.colMain { 
    width: 631px;
    margin-right: 0;
} 

div#content div.colMain {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}

div#content div.colMain>p {
    color: #456;
    font-family: Times;
    font-size: 24px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 15px;
}

div.modules { 
    border-top: 1px dotted #349;
}


div.small_module {
    height: 190px;  
}

div.small_module>p {
    height: 125px;
}

div.small_module>ul {
    height: 198px;
}

/*
div.small_module>p {
    height: 150px;    
}

div.small_module>ul {
    height: 223px;    
}
*/

