body
{
    height:100%;
    text-align:center;
    letter-spacing: 1px;
    background-image:url(/images/main-background.gif);
    background-repeat:repeat-x;
    padding-top:30px;
}

h2{
    font-size:1.4em;
    margin-bottom:5px;
}

h3{
    font-size:1.2em;
    color:#00f;
}

p, ul, ol {
	margin-bottom: 1em;
}

li {
	list-style-position: inside;
}

ul li, ol li {
	margin-top: 1em;
}

ul.bulleted li {
	list-style-type: disc;
}

ol.bulleted li {
	list-style-type: decimal;
}

#Content{
    padding:5px 15px 5px 5px;
    background-image:url(/images/bkg-app-content.png);
    background-position:bottom left;
    background-repeat:repeat-y;
}

#Footer{
    clear:both;
    height:27px;
    padding-top:25px;
    margin-bottom:20px;
    text-align:center;
    background-image:url(/images/bkg-app-footer.png);
    background-position:top left;
    background-repeat:no-repeat;
}

#Header{
    clear:both;
    height:50px;
    text-align:center;
    padding-bottom:5px;
    background-image:url(/images/bkg-app-header.png);
    background-position:bottom left;
    background-repeat:no-repeat;    
}

#LeftColumn{
    float: left;
    min-height:500px;
    width: 690px;
}

#MainDiv{
    margin:0px auto;
    text-align:left;
    width:990px; 
    padding:5px 10px 10px 10px;
}

#RightColumn
{
    float: right;
    min-height:500px;
    width:280px;
}