* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	background: url(images/bg.gif) #EEE;
}

#Wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #FFF;
	border: solid 1px #AAA;
	border-top: solid 8px #CC0000;
}

h1,h2,h3,h4,h5,h6,strong,th {
	font-weight: bold;
}

h1 {
	text-align: center;
	margin-bottom: 5px;
}

h2 {
	margin-top: 1em;
}

h3 {
	margin: 1em 0;
}

p {
	margin: 1em 0;
	line-height: 130%;
	font-size: 90%;
}

li {
	font-size: 90%;
}

strong {
	color: #CC0000;
}

li {
	margin-bottom: 0.2em;
}

address {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0.5em 0;
	border-top: solid 1px #AAA;
	font-size: 80%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #993366;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#Guest {
	width: 235px;
	float: left;
	margin-left: 5px;
	height: 100%;
}
#Guest div {
	background: #FFFFF0;
	border: solid 1px #FF6666;
	padding: 0 10px;
}
#Guest ul {
	margin: 0 0 1em 25px;
	list-style-image: url(images/li01.gif);
}

#User {
	width: 470px;
	margin-left: 250px;
	height: 100%;
}

#User h3 {
	margin: 0;
	text-align: center;
}

#User div {
	background: #FFFFF0;
	border: solid 1px #99CC00;
	height: 100%;
}
#User ul {
	margin: 0 1em 0.5em 35px;
	list-style-image: url(images/li02.gif);
}
#User li {
	line-height: 140%;
}
#User #f {
	float: left;
/* 	width: 233px; */
	width: 468px;
}
#User #p {
	float: right;
	width: 234px;
	border-left: none;
}

#User:after {
   display:block;
   margin-top:-1px;
   height:1px;
   content:"";
   clear:both;
}

#User div {
	padding-top: 10px;
}

#User strong {
	font-size: 110%;
}

#User ul {
	margin-bottom: 0;
}

#User p.btn {
	text-align: center;
	margin: 0;
}

#User p.note {
	padding: 0;
	margin: 10px 5px 10px 10px;
}

.nosp {
	margin: 0;
	padding: 0;
}

.note {
	font-size: 80%;
}

br.clr {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
}
