body {
    background-color: #7275a4;
    background-image: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #222;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-x;
    margin-bottom: 25px;
}
img {
    border: 0px;  
}
h1,h2,h3,h4,h5 {
    color: #181f69;
    margin: 0.5em 0;
}
input, textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 16px; font-weight: bold; }
h4 { font-size: 14px; font-weight: bold; }
h5 { font-size: 12px; font-weight: bold; }
a {
    /* text-decoration: none; */
    color: #222;
}
a:hover {
    text-decoration: underline;
    color: #7275a4;
}
.footer a {
	text-decoration: none;
    color: #fff;  
}
.content_right a {
    font-size: 13px;
}

/* BODY ELEMENTS */

.page_placer {
    width: 760px;
    margin: 0px auto;
}
.page_background {
    width: 760px;
    padding: 8px;
    background-color: #ffffff;
    text-align: left;
}
.header {
    width: 760px;
    height: 136px;
    background-color: #181f69;
    background-image: url("../img/header.jpg");
}
.header h1 {
    display: none;
}
.navigation {
    width: 760px;
    height: 32px;
    background-color: #181f69;
    background-image: url("../img/navigation_bg.jpg");
}
.content {
    width: 720px; /* original size 800px */
    padding: 20px;
    background-image: url("../img/content_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}
.content_left {
    width: 500px;
    float: left;
    margin-bottom: 90px;
}
.content_right {
    width: 200px;
    padding-left: 20px;
    float: right;
    margin-bottom: 200px;
}
.footer {
    width: 760px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-size: 11px;
    color: white;
    
}
.clear {
    clear: both;   
}
.left {
    float: left;
}
.right {
    float: right;
}
/* NAVIGATION STYLES */

.navigation ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}
.navigation ul li {
    display: inline;
}
.navigation ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    float: left;
    margin-right: 5px;
	text-decoration: none;
}
.navigation ul li a:hover, .navigation ul li a.current {
    background-color: #ccc;
    color: #181f69;
    text-decoration: none;
    background-image: url("../img/navigation_bg_hover.jpg");
}
.navigation ul li a:hover span {
    border-bottom: 1px dotted #777;
}