body, p, td {
	font-family: Verdana, sans-serif;
        font-size: 13px;
}
p {
	margin: 10px 0;
	text-align: justify;
}
body {
        background: #c0c0c0 url(images/back.png) repeat-y center top;
	text-align:center;
	margin:0px; 
	padding:0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
img {
	border: 0;
}

.inline {
	display: inline;
}

/* Page Layout */
div#page {
        width: 786px;
        margin:0px auto;
        margin-top: 0;
        margin-bottom: 0;
        background: url(/images/menu_back.png) no-repeat top left;
        text-align: left;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 18px;
	line-height: 24px;
}

h2 {
	margin-top: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #660033;
	text-align: left;
	
}

#header {
	background: #660033;
}


#content {
	padding: 10px 10px 10px 0;
}
#menu {
	width: 165px; 
	height: 520px;
	background: url(/images/menu_back.png) no-repeat top left; 
	padding-left: 22px; 
	padding-top: 18px;
}
#menu li {	
	height: 35px;
}
#menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.rpic {
	margin-left: 15px;
}
.tiny, .tiny td {
	font-size: 10px;
	
}