/*Common elements*/
*{
	font-family: Verdana, sans-serif, Arial;
}

a:link
{ 
	color: #3300CC;
}

a:visited
{ 
	color:#3300CC;
}

body
{ 
  background-color:#b0e2ff;
}

#rounded_corners_top
{ 
  width:100%;
  background: url(../images/top_right.gif) no-repeat top right;
  margin:0 0 0 0;
  padding:0 0 0 0;
}

#rounded_corners_bottom
{ 
  width:100%;
  background: url(../images/bottom_right.gif) no-repeat top right;
}

#main_container
{ 
  background-color: white;
  width: 70%;
  min-width: 550px;
  margin-left: auto;
  margin-right:auto;
  margin-top:1em;
  margin-bottom:1em;
  padding:0 0 0 0;
}

#content_container
{ 
  font-size:small;
  padding-left:1em;
  padding-right:1em;
  padding-top:0px;
  margin-top:0px;
  position:relative;
  top:-1em;
}


#footer
{ 
  /*background-color:yellow;*/
  clear: both;
  margin-top:1em;
  text-align: center;
  font-size:small;
  margin-top:1em;
}
