body {
	margin: 15px;
	padding: auto;
	font-family: Tahoma, "Lucinda Sans", sans-serif;
	font-size: 100%;
	background-image: url(images/bkg.gif);
	background-repeat: repeat;
	text-align: center;
  }

#container {
  background-color: #fff;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	}

#wrapperHome {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 140px 0 0 0;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
	}
	
#wrapper {
	text-align: left;
	width: 760px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 140px 0 0 0;
	background: url(images/topBanner.gif) no-repeat left .5em;
	border: 1px solid #999;
	}
	
#content {
	background-color: #fff;
	width: 520px;
	float: right;
	padding: 0 10px 0 0;
	}

#content p {
	font-size: 80%;
	line-height: 1.5em;
	padding-right: 2.5em;
	margin-bottom: -4px;
	}
	
#content h1 {
	font: normal 150% Verdana, Helvetica, sans-serif;
	color: #A34458;
	margin-top: 0;
	margin-bottom: -5px;
	}
	
#content h2 {
	font: normal 120% Verdana, Helvetica, sans-serif;
	color: #A34458;
	border-bottom: 1px dashed #A34458;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 2.5em;
	}
	
#navigation {
	float: left;
	padding: 0;
	width: 171px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top:  1px solid #999;
	border-right:  1px solid #999;
	border-bottom:  1px solid #999;
	background-color: #F4F9E8;
	}
	
#navigation li {
	width: 170px;
	height: 28px;
	margin: 0;
	padding: 0;
	font-size: 70%;
	vertical-align: bottom;
	border-bottom: 1px dashed #aaaaaa;
	}
	
#navigation a:link, #navigation a:visited {
	display: block;
	}
	
#navigation a:hover {
	background-color: #F4F9E8;
	}

img.dom {
  float: right;
	padding-top: 5px;
	margin-right: 1em;
	margin-left: 10px;
	margin-bottom: 5px;
	}	
	
img.sec {
  float: left;
	padding-top: 5px;
	margin-right: 15px;
	}	
	
#footer {
	clear: both;
	padding: 5px 0 10px 230px;
	font-size: 70%;
	color: #333;
	background-color: #E2DC7C;
	border-top: 1px dashed #60526C;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #993;
	}
	
a:hover {
	text-decoration: none;
	}