
/************************************************************
						RESET
************************************************************/
*{
	margin: 0;
	padding: 0;
}
ul, li, ol, dl, dt, dd{
	padding: 0;
	list-style: none;
}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
h1, h2, h3, h4, h5, h6{ font-weight: normal; margin: 0; }
img{ border: none; }



/************************************************************
						FONT
************************************************************/
@font-face {
    font-family: 'GillSans';
    src: url('font/gill_sans_mt.eot');
    src: url('font/gill_sans_mt.eot?#iefix') format('embedded-opentype'),
         url('font/gill_sans_mt.woff') format('woff'),
         url('font/gill_sans_mt.ttf') format('truetype'),
         url('font/gill_sans_mt.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansItalic';
    src: url('font/gill_sans_mt_italic.eot');
    src: url('font/gill_sans_mt_italic.eot?#iefix') format('embedded-opentype'),
         url('font/gill_sans_mt_italic.woff') format('woff'),
         url('font/gill_sans_mt_italic.ttf') format('truetype'),
         url('font/gill_sans_mt_italic.svg#GillSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansLight';
    src: url('font/gill_sans_light.eot');
    src: url('font/gill_sans_light.eot?#iefix') format('embedded-opentype'),
         url('font/gill_sans_light.woff') format('woff'),
         url('font/gill_sans_light.ttf') format('truetype'),
         url('font/gill_sans_light.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansLightItalic';
    src: url('font/gill_sans_light_italic.eot');
    src: url('font/gill_sans_light_italic.eot?#iefix') format('embedded-opentype'),
         url('font/gill_sans_light_italic.woff') format('woff'),
         url('font/gill_sans_light_italic.ttf') format('truetype'),
         url('font/gill_sans_light_italic.svg#GillSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro';
    src: url('font/trajanpro.eot');
    src: url('font/trajanpro.eot?#iefix') format('embedded-opentype'),
         url('font/trajanpro.woff') format('woff'),
         url('font/trajanpro.ttf') format('truetype'),
         url('font/trajanpro.svg#TrajanPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BickhamScriptPro';
    src: url('font/bickhamscriptproregular.eot');
    src: url('font/bickhamscriptproregular.eot?#iefix') format('embedded-opentype'),
         url('font/bickhamscriptproregular.woff') format('woff'),
         url('font/bickhamscriptproregular.ttf') format('truetype'),
         url('font/bickhamscriptproregular.svg#BickhamScriptPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

