body
{
	font-family:verdana; 
	background:#fdfff4;
	margin:0px;
	padding:0px;
	font-size: 90%;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

a
{
	border: none;
	text-decoration: underline;
	color:#6a5f00;
}
a:hover { 
	color:#900;
	text-decoration:underline;
}
h1, h2, h3 { font-family:helvetica;color:#423b00; }
h1 {  font-size:140%; padding-top:10px; }
h2 {  font-size:110%; }
h3 {  font-size:90%; }


.product {
	text-align:right;
	}

#top
{
	background-image: url(images/doubleLine.gif);
	background-repeat: repeat-x;
	
}


#header {
	padding:0px 10px;
	margin-top:5px;
	margin-bottom:0px;
	text-align: right;
	padding-top:1px;
}
#header img{
	float:left;
	border:0px;
}


#header ul {
	padding:0px;
	margin:0px;

}
#header li {
	 display: inline;
}
#header a
{
	text-decoration:none;
	margin: 10px;
	font-weight: bold;
	font-size: 90%;
	padding:0px;
}

#header a:hover{
	text-decoration:underline;
}

#header p
{
	margin:30px 0px 0px 0px;
	word-spacing: 3px;
	letter-spacing: 2px;
	text-align:right:
}

#main hr
{
	height: 2px;
	background-color: #333;
	color:#333;
	border:0px;
	width:100%;
	
}


#main {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;

}


#main h2
{
	line-height: 12px;
	padding-top:10px;
	margin-bottom:5px;
	
}

#main h2 span{
	padding-right: 5px;
	
}
#content {
	margin:0px 20px;
}
#content p
{
	margin-top:1px;
	padding-top:2px;
	font-size:90%;
	margin-left: 5px;
	text-align: justify;
}



#copy p{
	padding:0px 0px 5px 0px;
	margin-top:0px;
	text-align:right;
	color:#333;
	font-size:10px;
}

.blur {
	filter:alpha(opacity=20);
	opacity: 0.20;
}

#license {
	background-color:#dbe79c;
	position: absolute;
	width:60%;
	height:370px;
	top:40px;
	left:20%;
	border:1px solid #000;
	z-index:20;
	text-align:center;
	padding:10px;
}
#license textarea {
	width:80%;
	height:200px;
	padding:2px;
}

