#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
#content {
  background: #f1f2ea;
  margin-right: 200px;
}
#sidebar {
  margin: 20px 0 0 20px;
  width: 200px;
  float: left;
}
#footer {
  background: #d7dabd;
  clear: both; 
}

.img-shadow {
  float:center;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }
.img {
background: #FFFFF url(shadow.png) no-repeat top left;
}
.img-shadow img {
display:block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 6px 6px 6px 6px;
  padding: 1px;
  }

#wrapper { 
max-width:1200px;
min-width:800px;
margin:auto;
padding:auto;
width: auto; 
} 

#mainColumn { 
margin: 0 10px 0 200px; 
border-top: 1px solid #999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: medium; 
} 
 
#sideColumn { 
position: absolute; 
top: 130px; 
left: 10px; 
width: 160px; 
font-size: .9em; 
} 
#header {
background-image: url(images/template_01.gif) no-repeat;
width:auto;
height:auto;
}

h1 {
 width: 334px;
 height: 120px;
 
 background: #FFFFFF url(title.gif) top left no-repeat;                  
}
#top {
width: 100%;
margin:  0px;
padding: 0;
list-style: none;
}

#reg {
float:right;
margin: 0;
padding: 8px 14px;
font-size:medium;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
}
.style1 {color: #BDDB62}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111111;
font-weight:
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
}