body {
	color: #999999;
	font: 13px/1.5 Arial, Helvetica, Sans-serif;
	background: #000000;
	margin: 0;
}

#wrapper {
	/*background: #111111;
	background: #000000 url(bg-wrapper.png) repeat-x top;*/
	padding: 0px 0px 15px 0;
	background: #000000;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #000000;
	clear: left;
}

#content {
	width: 780px;
	padding-left: 19px;
	float: left;
	padding-top: 10px;
}

#home-image {

	background: url(home.jpg) no-repeat top center;
	height: 397px;
}

#column-sx {
	width: 200px;
	float: left;
	padding-top: 10px;
}


input {
	background: #333333;
	border: 1px solid #999999;
	color: #EEEEEE;
}

textarea{
	background: #333333;
	border: 1px solid #999999;
	color: #EEEEEE;
	width: 99%;
	height: 400px;
}


/*footer*/

body #footer {
	background: #1d1d20;
	border-top: 8px solid #2a2a2f;
	font-size: 11px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*crazy ie7...*/
	text-align: center;
}

body #footer #footer-inside p {
	text-align: center;
}

#footer a.copy {
	display: block;
	background: url(mucca.gif) no-repeat bottom right;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}


p {
	text-align: justify;
}

span.clr {
	display: block;
	clear: both;
}

a:link, a:visited {
	color: #6481A8;
}

a:hover, a:active {
	color: #D15227;
}

/* @group Start Page */

p.img {
	margin: 20px 0pt;
	text-align: center;
}

ul.start li {
	list-style-type: decimal;
	margin-left: 2em;
}
span.title {
	color: #e6335d;
	font-weight: bold;
}

/* @group Demo Info */

h2 {
	color: #00CCFF;
	font-size: 22px;
	border-bottom: 1px solid #333333;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

p#info {
	color: #656b83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}

p#sourcelinks {
	text-align: right;
	font-size: 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
}

a#docscode {
	float: left;
}
/* @end */

h3 {
	font-size: 15px;
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}


