@charset "utf-8";

/* CSS Document */



p {

margin:0px;

}



#container {

width: 900px;

height: 100%;

background-image: url(images/bg-border.jpg);

background-repeat:repeat-y;

margin-left:auto;

margin-right:auto;

}



#header {

width: 900px;

height: 250px;

}



#nav {

width: 900px;

height: 36px;

background-image: url(images/nav.jpg);

}



#body {

width: 900px;

height: 100%;

background-image: url(file:///E|/FINAL/images/bg-border.jpg);

background-repeat:repeat-y;

overflow: auto;

}



#footer {

float: left;

width: 900px;

height: 95%;

background-image: url(images/footer.jpg);

font-family:Verdana, "Arial", Helvetica, sans-serif;

color: #090808;

font-size: 11px;

text-align:center;

}



#footer a:link, a:visited, a:active {

color: #FFFFFF;

text-decoration: none;

}



#footer a:hover {

color: #FFFF00;

text-decoration: underline;

}



#left_col {

float: left;

width: 300px;

height: 100%;

padding-left: 28px;

font-family:Arial, Helvetica, sans-serif;

color:#FFFFFF;

font-size: 12px;

}



#right_col {

float: right;

width: 520px;

height: 100%;

padding-right: 30px;

text-align: right;

font-family:Verdana, "Arial", Helvetica, sans-serif;

color: #FFFFFF;

font-size: 12px;

}



#right_col a:link, a:visited, a:active {

color: #FFFFFF;

text-decoration: none;

}



#right_col a:hover {

color: #FFFFFF;

text-decoration: underline

	




































