body {
margin:0;
font-family: Arial, Helvetica, sans-serif;
background-color:#D4D4D4;
}

h1 {
margin:0;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:32px;
margin:14px 0 14px 0;
}

p, h3, ul li {
margin:0;
font-size:15px;
}

ul{
margin-top:0;
}

#page{
width:1024px;
margin:auto;
}

#header {
background-image:url(../images/bg-header-title.jpg);
background-repeat:no-repeat;
background-position:587px 139px;
}

#header p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#C40000;
height:45px;
margin: 15px 0 0 3px;
}

#section-bar {
background-color:#FFF;
background-image:url(../images/bg-section-bar.jpg);
background-repeat:no-repeat;
background-position:right bottom;
width:696px;
height:52px;
margin:0;
}

#section-bar ul{
background-color:#D4D4D4;
list-style-type:none;
margin:0px;
height:35px;
padding:0;
}

#section-bar ul li{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
background-image:url(../images/tab-off-left.jpg);
padding-left:12px;
background-repeat:no-repeat;
padding-top:0px;
margin:0px 2px 0 0;
line-height:34px;
background-color:#FC5356;
}

#section-bar ul li.on{
background-image:url(../images/tab-on-left.jpg);
background-color:#FFF;
}

#section-bar ul li a{
color:#FFF;
text-decoration:none;
background-image:url(../images/tab-off-right.jpg);
padding-right:12px;
background-repeat:no-repeat;
background-position:right 0;
display:block;
height:35px;

text-align:center;
}

#section-bar ul li a:hover{
text-decoration:underline;
}

#section-bar ul li.on a{
color:#4A4A4A;
background-image:url(../images/tab-on-right.jpg);
}

#content {
background-image:url(../images/bg-content.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
height:520px;
width:696px;
border-top:1px solid #fff;
}

#content h3{
margin: 8px 14px 6px 14px;
font-weight:bold;
}

#content h2{
margin-left:12px;
margin-right:14px;
font-weight:normal;
}

#content p{
margin-left:14px;
margin-right:14px;
}

#content img{
margin-left:14px;
margin-right:14px;
margin-bottom:14px;
}

#left-col {
background-image:url(../images/header-pic.jpg);
background-repeat:no-repeat;
margin:0;
padding:150px 0 0 0;
float:left;
width:314px;
}

#left-col .main-pic{
margin-bottom: 12px;
margin-left: 10px;
}

#right-col {
margin:0;
padding:0;
float:right;
width:710px;
}

#footer {
clear:both;
margin:auto;
width:1024px;
padding-top:8px;
border-top:4px solid #FD4D51;
}

#footer #contact-data{
float:left;
font-family: Arial;
font-size: 15px;
padding-left:10px;
}

#footer #powered-by{
font-family:Trebuchet MS;
font-size: 12px;
float:right;
padding-right:10px;
}

#footer #powered-by a{
color:#000;
text-decoration:none;
}

#footer #powered-by a:hover{
text-decoration:underline;
}