@import "header.css";
@import "footer.css";
@import "news.css";

/* General "unqualified" elements */

body, html, img
{
    margin: 0;
    padding: 0; 
}

img
{
    border: 0;
}

body, html
{
    background-color: white;
    color: black;
}

body
{
    font: 12px/1.4em Verdana,sans-serif;
}

h1
{
    font-size: 22px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
}

a:link, a:visited, a:active
{
    color: #ab5603;
    border: 0px;
    text-decoration: none;
}




/* CSS common for all page types */

#container
{
    padding: 0px;
    margin: 0px;
    background-color:white;
}

#content-wrapper
{
    color: black;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;

    padding: 0;
}

#content-wrapper a:hover
{
    text-decoration: underline;
}

#content
{
    padding: 0px 10px;
}



/* Page styles */

/* left_sidebar.php, right_sidebar.php */
#main-left, #main-right, #sidebar-left, #sidebar-right
{
    margin-bottom: 30px;
    padding: 0px 10px;
}

#main-left, #main-right
{
    width:700px;
}

#main-left
{
    float:left;
}

#main-right
{
    float:right;
}

#sidebar-left, #sidebar-right
{
    width:274px;
}

#sidebar-left
{
    float:left;
}

#sidebar-right
{
    float:right;
}

/* home.php */
#home-left, #home-right
{
    margin-bottom: 30px;
    padding: 0px 10px;
}

#home-left
{
    width:590px;
    float:left;
}

#home-right
{
    width:384px;
    float:right;
}

/* two_col.php */
#two-col-left, #two-col-right
{
    margin-bottom: 30px;
    padding: 0px 10px;
}

#two-col-left
{
    width:487px;
    float:left;
}

#two-col-right
{
    width:487px;
    float:right;
}
