/* CSS for WordCountTool.com */

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5 url('/i/bg.gif') repeat-y top center;
	font: 100% arial, verdana, helvetica, sans-serif;
	color: #555;
	font-size: 85%
}

a img {
	border: none;
}

input[type="text"], input[type="submit"], input[type="button"], textarea {
	background-color: #fff;
	border: 1px solid #f80;
	color: #333;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 115%;
}

h3 {
	margin-top: 0;
	font-size: 110%;
}

p, li {
	line-height: 130%;
}

#header {
	height: 60px;
	background: #FFA743 url('/i/hbg.gif') repeat-x;
}

#header div {
	width: 770px;
	margin: 0 auto;
}

#header div img, #header div p {
	margin-left: 20px;
}

#header div p {
	float: right;
	color: #fff;
	margin: 2em 20px 0 0;
}

#main {
	width: 770px;
	margin: 0 auto;
}

#container {
	margin: 20px 20px 0 20px;
/*	min-height: 650px;*/
/*	background: #FFA743 url('/i/lc.gif') no-repeat top left; */
}

#container #top1 {
	margin-bottom: 2px;
	background: #FFA743 url('/i/lc.gif') no-repeat top left;
}

#container #top2 {
	background: url('/i/rc.gif') no-repeat top right;
	padding: 20px;
	color: #fff;
}

#container #top2 a:link {
	color: #fff;
	text-decoration: underline;
}

#container #top2 a:visited {
	color: #ddd;
	text-decoration: underline;
}

#container #top2 a:hover, #container #top2 a:active {
	color: #fff;
	text-decoration: none;
}

#wct textarea {
	background-color: #fff;
	border: 1px solid #f80;
	padding: 2px;
	vertical-align: middle;
}

#wct input[type="image"] {
	position: relative;
	top: 20px;
	border: 0;
}

#wct p {
	text-align: center;
}

#wct .lrg {
	font-size: 150%;
	font-weight: bold;
}

.section {
	width: 212px;
	min-height: 216px;
	float: left;
	margin-right: 2px;
	padding: 15px;
	background: #fff url('/i/gr.jpg') repeat-x top center;
}

.last {
	margin-right: 0 !important;
}

.section ul {
	padding-left: 0.5em;
}

.section ul li {
	list-style-type: circle;
}

.section ul ul {
	padding-left: 1em;
}

#footer {
	clear: both;
	height: 60px;
	background: #FFA743 url('/i/hbg.gif') repeat-x;
	color: #fff;
	text-align: center;
	padding-top: 0.05em;
	margin-top: 2em;
}

#footer p {
	font-size: 90%;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #ddd;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

/* For contact form */

.intro {
	color: #fff;
}

.introl {
	font-style: italic;
}

/* For Links */

#ale, #here_t, #lnks {
	line-height:125%;
	color:#fff;
}

#ale table {
	width:100%;
	color: #fff;
}

#ale table span, #here_t {
	font-size:90%;
}

#lnks td {
	width:50%;
	padding-right:15px;
}

#details {
	font-size: 100%;
	color: #fff;
}