body {
background: url(bg.jpg);
background-color: #D5D5D5;
margin-left: 0px;
margin-top: 0px;
}

#container {
border : solid 0px;
position: absolute;
left:400px; 
top:4px;
padding:0px; 
width:500px;
z-index:3; }

h1 {
font-family: Arial Narrow;
font-size: 20px;
color: #2B5B72;
text-indent: 10px;
margin-top: 5px;
text-transform:uppercase;
margin-bottom: 0px; }

p {
font-family: Century Gothic;
color: #555555;
font-size: 12px;
letter-spacing: 1px;
margin: 0px 10px 0px 10px;
}

a:link,a:visited {
color: #659FB5; 
font-weight: normal; 
text-decoration:none;
}

a:hover, active {
color: #2B5B72; 
font-weight:normal; 
text-decoration:none; 
}

i, em {
color:#659FB5;
}

b, strong {
color:#2B5B72;
font-weight:normal;
}

ul {
list-style-type: square;
margin-left: 5px;
margin-top: 2px;
font-family: Century Gothic;
color: #555555;
font-size: 12px;
letter-spacing: 1px;
}

input, textarea, option, select, reset, submit  {
border:1px solid #999999;
font-size:10px;
font-variant:small-caps;
font-family:Century Gothic;
color:#999999;
background-color: #000000;
margin-left: 15px;}

blockquote {
padding:5px;
width:500px;
background-image: url(img.jpg);
align: left;
font-family: Century Gothic;
color: #FFFFFF;
font-size: 11px;
margin: 0px 10px 0px 40px; 
}

.img {
padding:4px;
background-image:url(img.jpg);
border:none;
margin: 5px; 
}

.footer { 
text-align:justify; 
font-size:9px; 
border-top:2px solid #444444; 
color:#999999; 
line-height:11px; 
font-family:times; 
margin: 0px 10px 5px 10px;
}


