@charset "utf-8";
/* CSS Document */
/* Amo-Ink 2009 Developed by Mindbox Studios */

/* ----- Global Styles ------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-image:url(images/bg.jpg);
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h2 {
padding:0px;
margin:0px;
}
	/* ----- Links (DEFAULT) ---------- */
	
a,  a:link {
	/* Sets the style for unvisited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a:visited {
	/* Sets the style for visited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a:hover {
	/* Sets the style for links on mouseover. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a:focus {
	/* Sets the style for a link that has focus. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
p{color:#333333; font-size:12px;}
	/* ----- END Links (DEFAULT)---------- */

/* ----- END Global Styles ------------------------- */



/* ----- HEADER ------------------------- */

#header{height:108px; width:100%; margin:0 0 0 0; background-image:url(images/header_bg.jpg); background-repeat:repeat-x;}

/* ----- END HEADER --------------------- */



/* ----- FOOTER ------------------------- */

#footer{height:66px; width:100%; margin:0 0 0 0; background-image:url(images/footer.jpg); background-repeat:repeat-x;}

/* ----- END FOOTER --------------------- */



/* ----- MENU ------------------------- */

#menu{height:44px; width:100%; margin:0 0 0 0; background-image:url(images/menu_bg.jpg); background-repeat:repeat-x;}
#menu img{float:left; margin:4px 0 0 5px; border:none;}

/* ----- END MENU --------------------- */



/* ----- WRAPPER ------------------------- */

#wrapper{width:100%; margin:0 0 0 0; background-image:url(images/wrapper_bg.jpg); background-repeat:repeat;}

/* ----- END WRAPPER --------------------- */



/* ----- SUB MENU ------------------------- */

#submenu{width:200px; margin:0 0 0 0; float:left; background-color:#2b2e2a;}
#submenu a, a:link, a:visited{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
#submenu a:hover, a:focus, a:active{color: #999999; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}


/* ----- END SUB MENU --------------------- */



/* ----- MAIN BODY ------------------------- */

#mainbody{width:800px; margin:0 0 0 0; float:left; background-color:#ffffff;}

/* ----- END MAIN BODY --------------------- */
