@charset "utf-8";
/* CSS Document */

p {
margin:0px;
}

#container {
width: 932px;
height: 100%;
background-image: url(images/bg-border.jpg);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

#header {
width: 932px;
height: 273px;
}

#nav {
width: 932px;
height: 36px;
background-image: url(images/nav.jpg);
background-repeat: repeat-y;
}

#body {
width: 932px;
height: 100%;
}

#footer {
float: left;
width: 932px;
height: 87px;
background-image:url(images/footer.jpg);
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size: 11px;
text-align:center;
}

#left_col {
float: left;
width: 364px;
height: 448px;
padding-left: 28px;
}

#right_col {
float: right;
width: 478px;
height: 100%;
padding-right: 30px;
text-align: right;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
font-size: 12px;
}
