* {
	padding: 0;
	margin: 0;
}

* a img {
	border: 0px;
}

body {
	background-color: #fff;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size:11pt;
	background-color: #fff;
	border-left: 1px solid #FF4646;
	border-right: 1px solid #FF4646;
}

#header {
	width: 760px;
	margin: 0px auto;
	background-image: url("./images/header.jpeg");
	text-align: center;
	height: 126px; 	
}

#nav ul{
	background-color: #FDDCDC;
	width: 760px;
	border-top: 1px solid #FF4646;
	border-bottom: 1px solid #FF4646;
}

#nav ul li{
	height:20px;
	line-height:20px;
	font-size:80%;
	display: inline;
}

#nav ul li a{
	color:#000;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	border-right-color: #FF4646;
	border-right-style: solid;
	border-right-width: 1px;
}

#nav ul li a:hover{
	height:20px;
	color: #FF4646;
}

#content {
	width: 750px;
	margin: 0px auto;	
	margin: 5px;
	background-image: url("./images/background.jpeg");
	background-repeat:no-repeat;
	background-position:center top; 
}

p.errorBox { 
	background:#FBD7D7; 
	border:1px dotted #FA9A9A; 
	color:#E21E14; 
	padding:7px; 
	font-size:85%; 
	text-align:left; 
	width:90%; 
	font-weight:bold; 
}

p.goodBox {
	background:#FBD7D7; 
	border:1px dotted #FA9A9A; 
	color:#000; 
	padding:7px; 
	font-size:85%; 
	text-align:left; 
	width:90%; 
	font-weight:bold; 
}


.button {
    border: 1px solid #FF4646;
    background: #fff;
	width: 200px;
}

input, select, textarea {
	margin-left: 10px;
	border: 1px solid #FF4646
}

#content li {
	margin-left: 50px;
}

#content p {
	margin:10px;
	line-height: 1.5em;
	text-align: justify;
}

#content a {
	color: #FF4646; 
	text-decoration:none;
}

#content h1 {
	margin:10px;
	font-size: 20px;

}

#content h2 {
	margin:10px;
	font-size: 14px;

}

#content #image {
	text-align: center;
}

#content table.contracts {
	width: 650px;
	margin-top: 10px;
	border-collapse: collapse;
}

#content table.contracts td{
	border: 1px solid #FF4646;
	padding: 5px;
	text-align: center;
}

#content a:hover {
	text-decoration:underline;
}

#footer {
	border-top: 1px solid #FF4646;
	width: 760px;
	margin: 0 auto;
}

#footer p {
	font-size:80%;
	padding: 2px;
	color: #000;
}
