/* MicroAid - Homepage Stylesheet */
/* Developed by DuroMedia */
/* Developer: Adam Duro */

/* --------------------------------------- */
/* --( Background )-- */
/* --------------------------------------- */

body {
    background: #25548a url('../_img/content_bg.gif') repeat-x top;
}

/* --------------------------------------- */
/* --( Content Styles )-- */
/* --------------------------------------- */

#content {
    padding-top: 20px;
}

/* --------------------------------------- */
/* --( Page Content )-- */
/* --------------------------------------- */

#content #col1 {
    width: 594px;
    float: right;
}
#content #col1 p,
#content p {
    margin: 15px 0;
    color: #fff;
}

#content td {
	vertical-align: top;
}

/* --------------------------------------- */
/* --( Sidebar )-- */
/* --------------------------------------- */

#content #col2 {
    width: 236px;
    float: left;
}
#content #col2 p {
    margin: 8px 0;
    text-align: center;
}

#content td img {
	margin-right: 25px;
}

/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */


#footer p a {
    color: #9fc7d6;
}
#footer p.copyright a {
    color: #1e347c;
}