body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #448CCB;
	
}

td {
	font-size:11px;
}

/* layout section */
#frame {
	margin: 0 auto;
	width: 750px;
}

#top
{
	width: 750px;
	height: 17px;
	border: 0px;
}

#top img
{
	border: 0px;
}

#banner
{
	width: 750px;
	height: 118px;
}

#menubar
{
	width: 750px;
	height: 24px;
	background-image:url(image/altruism_3x1.html);
	background-repeat:no-repeat;
	line-height: 24px;
	padding-left: 32px;
	padding-right: 32px;
}

#open
{
	width: 750px;
	height: 26px;
}

#bottom
{
	clear: both;
	width:736px;
	height:38px;
}

#content
{
	background-image:url(image/bgr.html);
	background-repeat:repeat-y;
}

/* left */
#leftpad
{
	padding-right: 32px;
	padding-left: 32px;
}

#left
{
	width: 524px;
	float:left;
	text-align:justify;
	top: 0px;
}

.header
{
	color: #448CCB;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 25px;
	margin-left:3px;
	margin-right: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: 1px solid #3777A9;
	border-top: 1px solid #3777A9;
	
}

.contents
{
	text-align:justify;
	padding-top: 5px;
}


.avatar
{
	padding: 4px;
	border: 0px;
	float:left;
}

/* Link Colors */

a:link {
	text-decoration: none;
	color: #10A6F4;
	 }
	
a:active {
	text-decoration: none;
	color: #1A58AC;
	 }

a:visited {
	text-decoration: none;
	color: #63A1F5;
	 }
	
a:hover {
	text-decoration: underline;
	color: #FF4040;
	 }

/* right */

#rightpad
{
	padding-right: 32px;
	padding-left: 32px;
}

#right
{
	width: 162px;
	float:right;
	text-align:justify;
	top: 0px;
}


.menuhead
{
	color: #400000;
	font-weight:bold;
}

ul { 	margin-left: 15px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-left: 5px;
}
		
li { 	margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
}


/* Link Colors */

#right a:link  {
	text-decoration: none;
	color: #C00000;
	 }
	
#right  a:active {
	text-decoration: none;
	color: #C00000;
	 }

#right  a:visited {
	text-decoration: none;
	color: #C70F0F;
	 }
	
#right a:hover {
	text-decoration: none;
	color: #006DC0;
	 }
