body	{
		background: #333;
		font-family: "trebuchet ms", verdana,helvetica, arial, sans-serif;
	}
#container	
	{
		position: relative;
		width: 740px;
		margin: 0 auto;
	}
/*------------TOP------------------------*/
#top	{
		background-color: #fff;
		width: 740px;
		height: 95px;
		border: 1px solid #000;
		border-left: 0;
	}

#top img
	{
		float: left;
		width: 258px;
		height: 94px;
	}
/*------------NAVIGATION------------------------*/
#smallnav
	{
		position: absolute;
		top: 20px;
		left: 630px;
	}
#smallnav ul
	{
		margin: 20px 20px 0 0;
	}
#smallnav ul li
	{
		margin: 0;
		padding: 0 0;
		list-style: circle;
	}
#smallnav li a
	{
		color: #390;
		text-decoration: underline;
	}
#smallnav li a:hover
	{
		color: #390;
		text-decoration: none;
	}


#nav	{
		position: relative;
		margin: 0 auto;
		margin-top: 5px;
		background-color: #fa0;
		padding-top: 0;
		width: 100%;
		border: 1px dashed #fff;
		font-size: 15px; 
		color: #fff;
		line-height: 18px;
	 }
#nav ul	{
		margin: 5px 0;
		padding: 0 20px;
		list-style-type: none;
		font-size: 15px;
		color: #fff;
		line-height: 18px;
	}
#nav li	{
		display: inline;
		padding: 0 20px;
		font-size: 15px;
		line-height: 18px;
		color: #fff;
	}
#nav li.selected
	{
		color: #000;
		font-weight: bold;
	}
#nav li a	{
		color: #900;
		font-weight: bold;
		text-decoration: underline;	
	}
#nav li a:hover	
	{
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

#subnav
	{
		position: relative;
		margin: 0 auto;
		background-color: #bbb;
		padding-top: 0;
		width: 100%;
		border: 1px dashed #fff;
		border-top: inset #bbb;
		font-size: 14px; 
		color: #fff;
		line-height: 16px;
	}
#subnav ul
	{
		margin: 5px 0;
		padding: 0 20px;
		list-style-type: none;
		font-size: 14px;
		color: #fff;
		line-height: 14px;
	}
#subnav li
	{
		display: inline;
		padding: 0 15px;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
	}
#subnav li.selected
	{
		color: #000;
		font-weight: bold;
	}
#subnav li a	{
		color: #900;
		font-weight: normal;
		text-decoration: underline;	
	}
#subnav li a:hover	
	{
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}




.subnav
	{
		position: relative;
		margin: 0 auto;
		background-color: #bbb;
		padding-top: 0;
		width: 100%;
		border: 1px dashed #fff;
		border-top: inset #bbb;
		font-size: 14px; 
		color: #fff;
		line-height: 16px;
	}
.subnav ul
	{
		margin: 5px 0;
		padding: 0 20px;
		list-style-type: none;
		font-size: 14px;
		color: #fff;
		line-height: 14px;
	}
.subnav li
	{
		display: inline;
		padding: 0 15px;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
	}
.subnav li.selected
	{
		color: #000;
		font-weight: bold;
	}
.subnav li a	{
		color: #900;
		font-weight: normal;
		text-decoration: underline;	
	}
.subnav li a:hover	
	{
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}

/*------------------------------------*/


#content{	
		border: 1px solid #ccc;
		padding: 10px 0;
		width: 100%;
		margin: 10px 0;
		background-color: #fff;
	}
.imageleft
	{	
		float: left;
		margin: 5px 10px 5px 5px;
		border: 1px solid #000;
		padding: 0;
		background-color: #CCC;
	}
.text	{
		padding: 0 10px 0 0;
	}
.text h1
	{
		font-family: verdana;
		font-weight: bold; 
		font-size: 25px;
		line-height: 27px;
		margin: 0;
	}
.text h2
	{
		font-family: verdana;
		font-weight: normal;
		font-style: italic;
		font-size: 18px;
		line-height: 20px;
		margin: 0;
	}
.text p	{
		font-family: verdana;
		font-size: 14px;
	}
.text a	{
		font-size: 14px;
		color: #390;
	}
.text a:hover
	{
		font-size: 14px;
		text-decoration: none;
	}
.italic	{
		font-style: italic;
	}
.orderlink
	{
		text-align: center;
	}
.orderlink a
	{
		font-size: 20px;
	}
.orderlink a:hover
	{
		font-size: 20px;
	}
.source	{
		font-size: 12px;
		line-height: 12px;
		color: #777;
	}
#clear
	{
		clear: both;
	}
a	{
		color: #390;
	}
a:hover
	{
		text-decoration: none;
	}
/*------------FOOTER------------------------*/
#footer {
		position: relative;
		font-size: 12px;
		border: 1px solid #ccc;
		text-align: center;
		background-color: #999;
	}
