body {
	background: #777 url(bg.gif) fixed;
	background-repeat: repeat;
	width: 700px;
	margin: 0 auto;
}

/*#page {
	width: 500px;
	margin-left: 50%;
	margin-right: 50%;
}*/

#title, #title2 {
	position: absolute;
	top: 70px;
	width: 700px;
	margin: 0 auto;
	text-align: right;
	font-family: sans-serif;
	font-size: 35pt;
	font-weight: bold;
}

#title {
	color: #EEE;
	z-index: 1;	
}

#title2 {
	color: #FF0000;
	padding-left: 4px;
	padding-top: 5px;
	z-index: 0;
}

#titlespan {
	height: 32pt;
}

#menu {
	/*background-image: url('bg.png');*/
	font-family: sans-serif;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	padding: 2px;
	padding-top: 5px;
	text-align: center;
	font-size: 10pt;
}

#menu a{
	color: #DDD;
	border: 1px solid #DDD;
	border-left: 3px solid #C00;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
#menu a:hover{
	color: #FFF;
	border: 1px solid #C00;
	border-left: 3px solid #C00;
}

#content {
	background-color: #FFF;
	padding-top: 70px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#content p{
	text-indent: 30px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}

#content p.sr {
	text-align: right;
	font-family: sans-serif;
	font-size: x-small;
}

#content a{
	color: #A00;
}
#content a:hover{
	text-decoration: none;
}

a {
	color: #A00;
	text-decoration: none;
}

#footer {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: bold;
}

h1 {
	color: #FF0000;
	font-family: serif;
	font-size: 20pt;
	margin-top: 5px;
	margin-bottom: 50px;
	font-style: italic;
}

hr {
	border: none;
	border-bottom: 1px solid #700;
	height: 0;
}


/* Rounded corners area*/
b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b2.rtop b2, b2.rbottom b2{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

b.rtop2, b.rbottom2{display:block}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;
    overflow: hidden; background: #000}
b2.rtop2 b2, b2.rbottom2 b2{display:block;height: 1px;
    overflow: hidden; background: #000}
b.r12{margin: 0 5px}
b.r22{margin: 0 3px}
b.r32{margin: 0 2px}
b.rtop2 b.r42, b.rbottom2 b.r42{margin: 0 1px;height: 2px}
