#greyline, #all5, #sidebar, #navshadow, #navcontent, #ysz, #footer, {
	display:none;
}
#header {
	background-attachment: fixed;
	background-image: url(../images/bg/bg_03.gif);
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
}

#main {
  	float:right;
	margin-left: 0px;
}

.smalltext {
	font-size: smaller;
}
a {
	font-weight: bold;
	}
a.usual:link  {
	color: #003399;
	text-decoration: none;
}
a.usual:hover {
	color: #FF9933;
	background-color: #f1f2f2;
}
a.usual:visited {
	color: #003366;
	text-decoration: none
}
a.red:link {  color: #FF0000; text-decoration: underline}
a.red:hover {
	color: #FF0000;
	background-color: #f1f2f2;
}
a.red:visited {
	color: #CC3333
}
ul {
	text-align: left;
	list-style-image: url(../images/bg/bullet.gif);
	list-style-position: outside;
}
img {
	border: 1px solid #999999;
}
.floatright {
	float:right;
	margin: 0.5em;
}
.floatleft {
	float:left;
	margin: 0.5em;
}

h1 {
	color: #ff7903;
	font-weight: bolder;
	font-size: large;
}
h2 {
	color: #666666;
	font-weight: bolder;
	font-size: medium;
}
b {
	font-weight: bolder;
}

#clearcontainer {
	clear:both;
}

div.img {
  margin: 10px;
  border: 1px solid #999999;
  float: left;
  text-align: center;
  
}	
div.img img {
  
  margin: 5px;
  height: 80px;
  width: 150px;
}
div.desc {
  text-align: center;
  margin: 1px;
  width: 220px;
}

