body {
	background: url('bg.html') repeat-y;
	background-color: #C3C7D4;
	font-size: 11px;
	color: #6D7692;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	}

#wrapper {
	width: 768px;
	margin: auto;
	}

#title {
	height: 150px;
	text-align: right;
	padding-top: 10px;
	font-size: 24px;
	color: #8891AD;
	}

#content {
	width: 572px;
	background: url('rotech_02.gif');
	border: 1px solid #A1A8BF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#contentt {
	background: url('rotech_01.jpg') no-repeat;
	padding: 0px 20px 20px 20px;
	}

#footer {
	background: url('rotech_03.jpg') no-repeat;
	height: 52px;
	text-align: right;
	padding-top: 40px;
	padding-right: 20px;
	}

#nav {
	border: 1px solid #A1A8BF;
	width: 180px;
	background: url('rotechnav_02.gif');
	text-align: left;
	float: right;
	margin-bottom: 10px;
	}

#nav1 {
	background: url('rotechnav_01.jpg') no-repeat;
	padding: 110px 20px 20px 20px;
	}

#navfooter {
	background: url('rotechnav_03.jpg') no-repeat;
	height: 12px;
	}


h1 {
	color: #B8A2BE;
	font-family: georgia, verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	}

p {
	text-align: justify;
	}

#navlinks a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 1px;
	margin-bottom: 2px;
	}

#navlinks a:hover {
	color: #fff;
	background-color: #72587F;
	}

a {
	color: #72587F;
	border-bottom: 1px dotted #B7A5C2;
	text-decoration: none;
	}

a:hover {
	color: #000;
	border-bottom: 1px solid #B7A5C2;
	}

.center {
	text-align: center;
	}