body{
	background: #222222;
	margin: 0px 0px 10px 0px;
}
p, li, ul, body {
	font: 12px #111111;
	text-align: left;
	font-family: Arial;
}
h1, h2, h3, h4 {
	font-family: Arial;
	margin: 0px;
}
h2 {
	font-size: 20px;
	color: #880000;
	background-color: #dddddd;
	border: dotted 1px #eeeeee;
	padding: 4px;
	width: 300px;
}
a {
	color: #880000;
	border-bottom: dotted 1px #bbbbbb;
	padding: 4px;
}
a:hover {
	color: #880000;
	background-color: #cccccc;
	border-top: dotted 1px #ffffff;
	border-bottom: dotted 1px #bbbbbb;
	padding: 4px;
	text-decoration: none;
}
div#page-wrap {
	width: 900px;
	margin: 0px;
	border-left: 4px #111111 solid;
	border-right: 4px #111111 solid;
	border-bottom: 8px #111111 solid;
}
div#header{
	padding: 0px;
	margin: 0px;
	background: url(../images/header.jpg) no-repeat;
	width: 900px;
	height: 127px;
}
div#nav {
	float: right;
	width: 530px;
}
div#nav ul{
	margin: 45px 5px 0px 0px;
	font-size: 18px;
	color: #eeeeee;
	float: right;
}
div#nav ul li {
	list-style: none;
	display: inline;
	margin-right: 6px;
}
div#nav a{
	color: #ffffff;
	text-decoration: none;
	background-color: #068ac2;
	border-top: dotted 1px #11aef1;
	border-bottom: dotted 1px #ffffff;	
	padding: 4px;
}
div#nav a:hover {
	color: #11aef1;
	border-top: dotted 1px #11aef1;
	border-bottom: dotted 1px #eeeeee;
	padding: 4px;
}

div#main-image{
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 257px;
	background: url(../images/graphic.jpg) no-repeat;
}
div#content{
	padding: 5px;
	margin: 0px;
	text-align: left;
	width: 890px;
	background: url(../images/content.jpg) no-repeat #cccccc;
}
div#content p{
	font-family: Arial;
	font-size: 16px;
	line-height: 21px;
	color: #111111;
	padding: 5px;
}
div#clipboard {
	margin-top: -140px;
	float: right;
	width:268px;
	height: 274px;
	background: url(../images/clipboard.png) no-repeat;
}
.clear {
	clear: both;
}
#form-wrap {
	margin: 100px 0px 0px 30px;
}
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bdc7d8;
	border-right-color: #bdc7d8;
	border-bottom-color: #bdc7d8;
	border-left-color: #bdc7d8;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 3px;
}

div#footer {
	margin: 10px 5px 0px 0px;
	font-size: 11px;
	width: 900px;
}
div#footer li {
	list-style: none;
	display: inline;
	margin-right: 6px;
}
div#footer a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
	padding: 4px;
}
div#footer a:hover {
	background-color: #333333;
	padding: 4px;
}


