﻿/*- Reset Styles
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul
{
    list-style: none;
}

h1, h2, h3, h4, h5, h6, li
{
    line-height: 100%;
}

blockquote, q
{
    quotes: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.pager table
{
    width: auto !important;
}
input, textarea
{
    font-family: inherit;
    font-size: 1em;
}

/*- End Of Reset Styles ------------------------------------*/
body
{
    background-position: 0px 0px;
    background-image: url('../Images/ribbon.gif');
    background-repeat: repeat-x;
}
h1, h2
{
    font-weight: bold;
    font-family: 'Kristen ITC';
    text-align: center;
    letter-spacing: 0.05em;
}
h1
{
    margin-top: 100px;
    font-size: 70px;
}
h2
{
    margin-top: 40px;
    font-size: 40px;
}
.g
{
    color: #4590C2;
}
.i
{
    color: #2A5775;
}
.a
{
    color: #C2A146;
}
.c
{
    color: #659975;
}
.o
{
    color: #869AFC;
}
.m
{
    color: #9C4876;
}
#divCornice
{
    width: 320px;
    height: 450px;
    margin: auto;
}
#divCornice img{ float:left; margin-left:0px;}
.top, .bottom
{
    height: 10px;
    width: 320px;
    margin: auto;
    background-image: url('../Images/ribbon.gif');
}
.top
{
    margin-top: 50px;
   
}
.left, .right
{
    width: 10px;
    height: 450px;
    background-image: url('../Images/ribbon_v.gif');
    background-repeat: no-repeat;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

