body
{
    background: #0f471a;
    text-align: center;
    margin: 0;
    font-family: arial;
    font-size: 14px;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 18px;
    color: #0f471a;
}

hr
{
    margin: 0 30px;
}

#wrapper
{
    margin: 0 auto;
    width: 950px;
}

#inside
{
    float: left;
    text-align: left;
    background: #ffffff;
}

#navigation
{
    height: 34px;
    background: #1f741f;
    margin: 0 5px;
    text-align: center;
}

#navigation ul
{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 935px;
}

#navigation ul li
{
    display: block;
}

#navigation a
{
    display: block;
    float: left;
    color: #fddb07;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 12px;
}

#content
{
    width: 640px;
}
#content p, #content h1
{
    margin: 25px 35px;
}

#content table
{
    margin: 0 35px;
}

#right
{
    float: right;
    width: 310px;
	height: 780px;
    text-align: center;
}

#right_inside
{
    margin: 5px 5px 0;
    padding: 10px 8px;
    background: #0f471a;
}

#right_inside .clear
{
    background: #0f471a;
}

#right p
{
	margin: 0;
}

#right p a
{
	display: block;
	margin-bottom: 10px;
}

.clear
{
    clear: both;
    width: 100%;
    height: 5px;
    background: #ffffff;
}
