body {
	padding: 0;
	margin: 0;
	background: url(/images/bg.png) #fff;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
}

#containerouter {
	position: relative;
	width: 1261px;
	margin: 0 auto;
}

#container {
	background: url(/images/trans_bg.png);
	width: 1059px;
	margin-left: 146px;	
}

#dummy_header {
	height: 235px;
}

#headerg {
	position: absolute;
	background: url(/images/header.png) top left no-repeat;
	top: 0;
	height: 282px;
	width: 100%;
	z-index: 1000;
}

#header {
	position: absolute;
	top: 200px;
	left: 336px;
	z-index: 1001;
}

#header ul, #header li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	margin-right: 5px;
}

#header a {
	display: block;
	padding: 4px 10px;
	background: #fff;
	text-decoration: none;
}

#contentouter {
	background: url(/images/content.png) top left no-repeat;
	margin-left: 140px;
	padding-top: 5px;
}

#content {
	background: #fff;
	margin-left: 50px;
	margin-right: 40px;
	padding: 15px;
}

#content h1 {
	margin-top: 0;
	color: #05ade4;
	font-weight: normal;
}

#footer {
	background: url(/images/footer.png) no-repeat;
	height: 30px;
	text-align: center;
}

#footer ul, #footer li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	text-align: center;
	margin: 0 10px;
}

a {
	text-decoration: none;
	color: #eb6b1d;
}

a:hover {
	text-decoration: underline;
	color: #05ade4;
}

a.active {
	text-decoration: none;
	color: #05ade4;
}

#copyright {
	font-size: 12px;
	text-align: center;
	padding: 3px 0 30px;
}

#content form {
	margin-top: 30px;
}

#notifications {
	width: 830px;
	margin-left: 190px;
}

#notifications .banner {
	border: 1px solid #000;
	background: rgb(127, 127, 127);
	background: rgba(127, 127, 127, .5);
	color: #fff;
}

#notifications .message {
	border-color: #6f6;
	background: rgb(127, 255, 127);
	background: rgba(127, 255, 127, .75);
}

#notifications .error {
	border-color: #f66;
	background: rgb(255, 127, 127);
	background: rgba(255, 127, 127, .75);
}

#questionForm ol {
	padding-left: 20px;
	margin-left: 20px;
}

#questionForm li {
	margin-bottom: 10px;
}

#questionForm li input[type=text] {
	width: 500px;
}

#questionForm input[type=submit] {
	margin-left: 40px;
}