
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #fff3ce url(../img/layout/bkg3.gif) 0 0 repeat-x;
	color: #000;
	text-align:center;
}

body * { position: relative; }

h1 {
	font-size: 3.6em;
	color: #730000;
	border-bottom: 3px solid #730000;
	padding: 8px;
	margin: 20px 177px 0 18px;
	right: 1px;
	text-align: right;
	font-family: Times, serif;
	font-style: italic;
}
h2 {
	font-size: 2.0em;
	padding: 8px;
	margin-right: 177px;
}
h3 {
	font-size: 1.8em;
	padding: 8px;
	margin-right: 177px;
}
h4 {
	font-size: 1.6em;
	padding: 8px;
	margin-right: 177px;
}
h5 {
	font-size: 1.4em;
	padding: 8px;
	margin-right: 177px;
}
h6 {
	font-size: 1.3em;
	padding: 8px;
	margin-right: 177px;
}
p  {
	font-size: 1.2em;
	padding: 8px;
	margin: 20px 177px 0 -180px;
}
img { border: none; }
img.left { float: left; margin-right: 20px; }
img.right { float: right; margin-left: 20px; }
p.center { text-align: center; }

a { text-decoration: none; color: #036; }
a:hover, a:visited:hover { color: #8a3402 ; background: #eee; }

div#wrapper {
	margin: 0 auto 30px auto;
	width: 749px;
	text-align: left;
}

div#header {
	background: url(../img/layout/header.gif) 0 0 no-repeat;
	background-repeat: no-repeat;
	width: 749px;
	height: 104px;
	text-align: center;
}

div#content {
	background: url(../img/layout/1px.gif) 0 0 repeat-y;
	padding: 0;
	text-align: justify;;
	border-top: 1px solid #201f5d;
	border-bottom: 1px solid #fff;
	top: 27px;
}

div#content p { margin: 6px 175px 6px 190px; font-size: 1.3em; line-height: 1.5; padding: 6px 0; }


div#top_nav { position: absolute; z-index: 100; top: 104px; left: 8px; }

div#right_nav {
	float:right;
	width: 147px;
	right: 6px;
	text-align: center;
}

div#right_nav div {
	margin: 10px auto;
}

div#footer { height: 34px; background: url(../img/layout/footer.gif) left bottom no-repeat; }

div#cad {
	position:absolute;
	background: url(../img/layout/cad.gif) no-repeat;
	height: 300px;
	width: 161px;
	left: 0;
	bottom: -29px;
}

div#content p#last { margin-bottom: 40px; }

div#portal * { position: absolute; }
div#portal a { left: -73px; }
html>body div#portal a { left: 0; }
div#portal a#login { top: 0; }
div#portal a#password { top: 52px; }
div#portal a#register { top: 71px; }


p#copyright {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
}