html, body, form, input, select, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl {
margin: 0px; 
padding: 0px;
font-size: 97%px;
font-style: normal;
font-family: Tahoma, Verdana, Arial,Sans-serif; 
color: #000000;
}

ul, ol 
{list-style: none}

form label 
{cursor: pointer}

:link,:visited
{text-decoration: none}

a img,:link img,:visited img 
{border: none}

div.clear, span.clear 
{clear: both}

div {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}


body {
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: center;
background: url(images/body_bg.jpg) repeat-x;
}



#left {
width: 260px;
height: 855px;
background: url(images/left_bg.jpg) no-repeat;
}


#right {
width: 510px;
height: 855px;
background: url(images/right_bg.jpg) no-repeat;
}


#right_content {
padding: 170px 30px 30px 30px;
}

#right_content h1 {
font-size: 1.2em;
line-height: 1.2em;
color: #003399;
padding-bottom: 15px;
}

#right_content h2 {
font-size: 1.0em;
line-height: 1.2em;
color: #003399;
font-weight: bold;
padding-top: 15px;
}

#right_content p {
padding-bottom: 15px;
font-size: 1.0em;
color: #003366;
line-height: 1.3em;
}
