body {
	background-image: url(images/bg-top.png);
	background-position: top right; 
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	color: #000000;
}

img {
	border:0;
}
.InputButton {
	-moz-border-radius: 5px;
  border-radius: 5px;
	font-size: 105%;
	color: #ffffff;
	background-color: #f66013;
	border:0;
}
.InputText {
	border: 1px solid #dbdbdb;
	
	-moz-border-radius: 5px;
  border-radius: 5px;
  
  height: 23px;
}
.InputTextArea {
	border: 1px solid #dbdbdb;
	-moz-border-radius: 5px;
  border-radius: 5px;
  
  font-size: 11px;
  width:300px;
  height:52px;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(images/bg-header.jpg);
	background-position: top right; 
	background-repeat: repeat-x;
	width: 960px;
	height: 388px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#header_activated {
	position:relative;
	top:70px;
	left:430px;
	color: #f66013;
	font-size: 120%;
	text-align: center;
	line-height: 30px;
	width: 500px;
}
#header p {
	padding: 0;
	margin: 0 0 8px 0;
}

#header h1 {
	color: #ffffff;
	margin:43px 0 0 440px;
}

#header_links {
	margin:50px 0 0 420px;
}
#header_links a:link,
#header_links a:active,
#header_links a:visited {
	margin: 0 20px 0 0;
	padding: 5px;
	font-size: 105%;
	text-decoration: none;
	color: #000000;
}
#header_links a:hover,
#header_links a.selected {
	margin: 0 20px 0 0;
	padding: 5px;
	-moz-border-radius: 5px;
  border-radius: 5px;
	font-size: 105%;
	color: #ffffff;
	text-decoration: none;
	background-color: #f66013;
}

#container {
	
	padding: 0;
	margin: 0;
	width: 960px;
}
#container h1 {
	background-image: url(images/bg-title.png);
	background-position: top left; 
	background-repeat: no-repeat;
	width: 945px;
	height: 52px;
	font-size: 180%;
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 12px 0 0 15px;
}

#content {
	
	margin: 0;
	padding: 20px 20px 120px 20px;
	background-color: #f0f0f0;
	width: 484px;
	float: left;
	overflow: hidden;
	border: 0px;
}
#content p, ul, h1, h2 {
	line-height: 22px;
	color: #4a4a4a;
}

#footer {
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	border-top: 8px solid #333333;
	color: #000000;
	font-size: 95%;
	clear: both;
	height: 30px;
	
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #f77330;
	text-decoration: none;
}
#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.spacer {
	height:0px;
	clear: both;
}

