/*
@import url(home_32/local.css);

#header {background:url(images/header.jpg) left top  no-repeat;}

#countryIndicator span {background:url(images/countryBgRight.gif) top right no-repeat; }
*/

/* imports generic css template design from your countries chosen style */
@import url(home_32/local.css);

/* overwrites home_32/local.css css design to specifically display YourCountries header image */
#header {margin:0 10px; padding:0; height:110px; background:url(images/header.jpg) left top  no-repeat;}

/* overwrites home_32/local.css css design to specifically display YourCountries flag */
#countryIndicator span {background:url(images/countryBgRight.gif) top right no-repeat; display:block; padding: 0 0 0 20px; font-weight:bold;}

/* #content p.quote {font-size:0.9em; font-weight:bold;font-style:italic;color:#b1702e;margin:30px 40px;} */

