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

body { background-image:url(images/bg.jpg); background-repeat:repeat-x; background-color:#BD8D46; }
h3 { text-align:center; border-bottom:1px solid black; }

/* =Header ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header { background-image:url(images/top.png); background-repeat:no-repeat; position:relative; width:625px; height:150px; }
#header img { margin-top:100px; }

/* =Navigation ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#navigation { list-style:none; font-size:12px; float:left; }
ul#navigation li { float:left; text-align:center; width:70px; padding:5px; border-bottom:1px solid black; }

/* =Body ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#overflow { background-image:url(images/middle.png); background-repeat:repeat-y; background-position:center; width:625px; padding-top:150px; }
#body { float:left;}

/* =Home */
#services { position:relative; margin-top:10px; right:25px; }
#services .services1 { margin-bottom:10px; }
#services h3 { text-align:center; padding:5px; border-bottom:1px solid black; height:40px; }
#services img { margin-bottom:5px; }

/* =About */
#cred { position:relative; right:25px; }
#cred ul { list-style:none; }
#cred ul li { padding:5px; }

/* =Footer ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer { background-image:url(images/bottom.png); background-repeat:no-repeat; position:relative; right:4px; width:625px; height:150px; }
#copyright { position:absolute; right:50px; bottom:65px; }
#slogan { position:absolute; left:50px; bottom:65px; }
