body {
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

a {
	text-decoration: underline;
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #DC4300;
}

h2 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DC4300;
}

h3 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DC4300;
}

h4 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DC4300;
}

h5 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DC4300;
}

img {
	border: 0;
}

/** DIVS **/

#container {
	width: 700px;
	margin: 0px auto 0 auto;
}

#body {
	background-color: #FFFFFF;
	border: 1px #E7C5C5 solid;
	margin: 0 auto 0 auto;
	padding: 0 35px 15px 35px;
}

form {
	width: 175px;
	margin: 0 auto 0 auto;
	text-align: right;
}

label {
	text-align: left;
	display: block;
}

input {
	display: block;
	margin: 5px 0 5px 0;
}

#small {
	font-size: 10px;
	text-align: center;
}

#footer {
	background-image: url(images/footer.gif);
	margin-top: 30px;
	height: 83px;
	color: #CCCCCC;
}

#footer a {
	color: #FFFFFF;
}

#navigation_links {
	display: block;
	text-align: center;
	padding-top: 10px;
}

#navigation_links li {
	display: inline;
	padding: 0 5px 0 5px;
}

#software_links {
	display: block;
	text-align: center;
	margin: 9px 0 5px 0;
	font-size: 11px;
}

#software_links li {
	display: inline;
	padding: 0 3px 0 3px;
}

#keyword_links {
	display: block;
	text-align: center;
	margin: 9px 0 5px 0;
	font-size: 10px;
}

#keyword_links li {
	display: inline;
	padding: 0 1px 0 1px;
}

/* asdf  */

.box {
	width: 475px;
	padding: 10px;
	border: 1px #E7C5C5 solid;
	margin: 0px auto 0 auto;
	background-image: url(images/box.gif);
	background-repeat: repeat-x,y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

.box img {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px #343434 solid;
}

.box2 {
	width: 550px;
	margin: 0px auto 0 auto;
	background-color: #fff;
	border: 3px #D07272 dashed;
	padding: 10px;
	text-align: center;
}

.box2 img {
	margin: 3px 0 3px 0;
}

.box2 td {
	padding: 3px;
}

.clear {
	clear: both;
}

.button {
	width: 146px;
	height: 45px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	margin: 15px auto 0 auto;
}

.button a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}