/* @group Global */

img{
	border: none;
	}

a{
	text-decoration: none;
	color: #f26522;
	background: transparent;
}

:visited{
	background: transparent;
	color: #f7941d;
}

a:hover{
	background: transparent;
	text-decoration: underline;
	}

a.nochange:hover{
	text-decoration: none;
	}

ul,ol{
	list-style: none;
	}

body{
	font-weight: normal;
	line-height: 1.3em;
	font-size: small;
	font-family: 'Verdana', 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: #fff;
	background: url(../i/bg.gif) top repeat-x;
	color: #000;
	}
textarea, input{
    font-family: 'Trebuchet MS', 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p {
	margin: 0;
	padding: 0;
}

a.block{
	color: #000;
	text-decoration: none;
}

body, html{
	height: 100%;
}


	/* @end */
	
	/* @group Main */

#wrapper {
	width: 700px;
	margin: 0 auto;
		overflow: hidden;
}

#header {
	margin-top: 50px;
	height: 80px;
}

#logo h2 {
	width: 260px;
	height: 60px;
	text-indent: -9999px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(../i/logo.gif) top no-repeat;
}

#main {
	width: 450px;
	float: left;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 20px;

}

#sidebar {
	width: 205px;
	float:  right;
}

.jpgmag {
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
	
}

#footer {
	width: 450px;
	clear: both;
}

.fineprint {
	border-top: 1px solid #cacaca;
	float: right;
	font-size: 11px;
}

#sitemeter {
	margin-top: 10px;
	float: right;
	clear: both;
}
	
	/* @end */

	
	/* @group Amazon */
#amazon {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}	
	
#amazon ul li p {
	float: left;
	margin:0 5px 0 0;
	width: 60%;
}
#amazon ul {
	width: 440px;
	margin: 0;
	font-size: 0.85em;
	padding:0;
	list-style: none;
}
#amazon ul li {
	width: 210px;
	float: left;
	margin: 5px 5px 5px 0;
	border-bottom: 1px dotted #cacaca;
	padding: 0 0 10px 0;
}
#amazon ul li img {
	border: 1px solid #8dc63f;
	padding:3px;
	width: 40px;
	height: 50px;
	float: left;
	margin: 3px 5px 0 0;
}

#amazon ul li.cd img {
	border: 1px solid #8dc63f;
	padding:3px;
	width: 45px;
	height: 50px;
	float: left;
	margin: 3px 5px 0 0;
}

#amazon br
  {
    clear: left;
  }
	
	/* @end */