/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #C6EDFD url(images/bg.jpg) repeat-x ;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #266382;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #008BD1;
}

a {
	color: #008BD1;
}

a:hover {
	text-decoration: none;
}


#wrapp{width:850px; margin:0 auto;}
/** HEADER */

#header {
	
	height: 166px;
	background: url(images/header.jpg) no-repeat left top;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 40px;
	
	font-size: 60px;
	font-style: italic;
	letter-spacing: -2px;
	color: #FFFFFF;
	text-align:left;
	
}
#header h1 a{text-decoration:none; color:#FFFFFF;}
#header h2 {
	display: none;
}

/** MENU */

#pagenav{background:#FFFFFF; text-align:center;}
#pagenav a{ border:1px solid #C6EDFD;  text-decoration:none; padding:3px; margin-right:2px;}
#pagenav a:hover{background:#eeeeee;}
/** Description **/
#description{
		padding:10px;
		background: #FFFFFF url(images/content_top.gif) no-repeat left top;
		min-height:100px;
		text-align:justify;
}


/** CONTENT */
#linkform{ background:url(images/formbg.jpg) top left; height:60px; padding:18px 10px 2px 10px; width:680px; margin:0 auto;}
#linkform #urlbox{background: #C6EDFD ; height:22px; width:557px; margin-right:10px;}
#linkform #dbutton{ width:105px; height:42px; background:transparent; cursor:pointer; border:none;}

#content {
	background: #FFFFFF url(images/content_top.gif) no-repeat left top;
	
}

#content * {
	line-height: 140%;
}

#detail{display:none; height:200px; background:#EEEEEE;}

#columnA {
	float: left;
	width: 530px;
	padding: 5px 0 0 10px;
	text-align:center;
	/*background: url(images/img03.gif) no-repeat left top;*/
}

#columnB {
	float: right;
	width: 300px;
	padding: 5px 10px 0 0px;
	text-align:center;
	/*background: url(images/img04.gif) no-repeat right top;*/
}

#download{height:100px; width:100%;}
#download table{width:100%;}
#download td{border:none; margin:0;}
#download td img{border:none;}
#screenshot_btn{text-align:center; color:#0066FF; background:#EEEEEE}
#screenshot_btn a{color:#0066ff; text-decoration:none;}
#screenshot{padding-left:15px; display:block; text-align:center;}
#content_foot{ background: #FFFFFF url(images/content_bot.gif) no-repeat left bottom;
		 height:15px; 
		 width:100%;
		 display:block;
		 
		 }
		 
/** FOOTER */

#footer {
	
	height: 60px;
	padding-bottom: 20px;
	background: url(images/footer.png) no-repeat left top;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#recent_search {
	padding-bottom: 20px;
	
	}
#recent_search{background:#FFFFFF}
#recent_search table{ width:100%; }
#recent_search table td{background:#eeeeee; margin:2px;}

#recent_search table td img{height:60px;}
#recent_search table td.download img{height:50px; border:none;}

#top{background:url(images/top.png) no-repeat top left; height:10px;}
#foot{background:url(images/foot.png) no-repeat top left; height:10px; margin-bottom:3px;}
.clear{clear:both}

