body,html {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#203a41;
	background-image:url('bg.png');
	background-repeat:repeat-x;
}

A:link{
color: #3d6f7d;
text-decoration:none;
background: url("bgh.png") repeat-y }

A:visited {
color: #203a41;
text-decoration:none; }

A:hover {
text-decoration: underline}



a.imglink{
text-decoration:none;
background-image: none;}


h1{font-size:2px;}

h2{background: url("bgh.png") repeat-y }
h3{}


body {
	min-width:750px;
}


#wrap {
	margin:0 auto;
	width:750px;
}

	#minimenu {
	padding-left: 18px;
	position: relative;
	top: 0px;
	background-image:url('menubg.png');
	background-repeat:no-repeat;
	background-position: top center;
	padding-top: 20px;
}
	#main {
	float:right;
	width:520px;
}
	#mainbg{
	background-image:url('mainbg.png');
	background-repeat:no-repeat;
	background-position:top left;
	}

#sidebar {
	float:left;
	width:220px;
}
   #sidebar h3, #sidebar p {
	padding:0 10px 0 0;
   }
#footer {
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
	text-align:right;
   }



img{
border: none;
}


.tmb{
border: 3px solid #2c4f58;
color:#2c4f58;
float: right;
}

.left{
float: left;
width:200;
}

.right{
float:right;
width:550;
}


.illustrate{
float:left;
width:50%;}

.describe{
float:center}

.itemdiv{
height: 310px;
}

.itemimg{
float: right;
position: relative;
border: 3px none #2c4f58;
color: #2c4f58;
}

hr
{visibility:hidden;}