
/* General Styles */
*{margin:0;padding:0;}

body {
	font: 11px/14px Verdana, "Trebuchect MS", Arial, sans-serif;
}
/*div{border:1px solid #000;}*/
/* General Styles */

/* Anchor Styles */
a {
text-decoration: none;
}
a:link, a:visited {
	color: #333;
	padding-bottom:1px;
	border-bottom: 1px solid #669;
}
a:hover {
	color: #fff;
	background-color: #99c;
}
/* Anchor Styles */

/* Header Styles */
#header {
	width:100%;
	height: 70px;
	background: #99c url(images/elephant.gif) no-repeat 15px 8px;
	border-bottom: 4px solid #669;
	
}
#header h1 {
	padding: 20px 0 0 110px;
	font: 2em Arial, Verdana, "Trebuchect MS", sans-serif;
	color: #fff;

}
/* Header Styles */

/* Main Styles */
#main {
	width: 800px;
}
/* Main Styles */

/* Menu Styles */
#menu {
	float: left;
	width: 150px;
	margin: 10px;
}

#menu ul {
	font: normal 11px verdana;
	margin-bottom: 25px;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 2px solid #669;
	border-top: 1px solid #669;
}
#menu ul li a {
	text-align: right;
	display: block;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #669;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover {color:#669;background:#f9f9f9;}
/* Menu Styles */

/* Ads Styles */
#ads {
	text-align: center;
}
/* Ads Styles */

/* Content Styles */
#content {
	float: left;
	margin: 10px;
	width: 580px;
	padding: 10px;
	background-color: #e6e6ff;
	border: 1px solid #669;
}

#content h2 {
	font: 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #669;
	line-height: 2;
}

#content ul {
	list-style: none;
	margin: 4px;
}
#content ul li {
	line-height:1.5;
}
#content p {
	margin: 10px 0;
	line-height: 1.5;
}
#content strong {
	color: #669;
}
div.screenshot {
	text-align: center;
	padding: 10px 5px;
}
div.screenshot img {
	padding: 3px;
	border: 1px dotted #669;
}
a.left {
	float: left;
}
a.right {
	float: right;
}
#content blockquote {
	font-family: "Courier New", Courier, sans-serif;
	border-left: 4px solid #669;
	padding: 4px 10px;

}
p#breadcrumb {
	margin-top: 40px;
}
/* Content Styles */

/* Footer Styles */
#footer {
	margin-top: 20px;
	padding: 10px;
	border-top: 4px solid #669;
	clear: both;
}
/* Footer Styles */