@charset "UTF-8";
/* CSS Document */

body {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
}
.container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.container2 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	height: 550px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E8E9C9;
	text-align: left;
}
.logo {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 50px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 65px;
}
.logoline {
	width: 410px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 15px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
	background-color: #CC3300;
	background-position: 50px;
}
.contentbox {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 400px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
	background-color: #CC3300;
	background-position: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 35px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 40px;
	color: #FFFFFF;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
}
.nav {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 10px;
	margin-right: 0px;
	margin-left: 30px;
	background-position: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 10px;
}
.work {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 400px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
	background-color: #CC3300;
	background-position: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.formtxt {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
}

