/************************************************/
/* Page                                         */
/************************************************/
html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #fbfc96;
	font-family: Tahoma, verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.page
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

/************************************************/
/* Menu                                         */
/************************************************/
td.left
{
	width: 138px;
	height: 100%;
	background: #88AAFF; 
	margin: 0px 0px 0px 0px;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
}

div.picture
{
	margin-bottom: 0px;
}

div.name
{
	width: 126px;
	height: 25px;
	color: #333333;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: center;
}

table.menu a
{ 
	width:119px; 
	display: block; 
	border:1px solid #333333; 
} 

div.menu a
{
	color: #333333;
	background: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

div.menu a:link
{
	color: #333333;
	background: #CCCC99; 
	border:1px solid #000000; 
	text-decoration:none; 
}

div.menu a:visited
{
	color: #333333;
	background: #CCCC99; 
	border:1px solid #000000; 
	text-decoration:none; 
}

div.menu a:hover
{
	color: #333333; 
	background: #fbfc96; 
	border:1px solid #000000; 
	text-decoration:none; 
}

div.menu a:active
{
	color: #333333;
	background: #CCCC99; 
	border:1px solid #000000; 
	text-decoration:none; 
}

/************************************************/
/* Content                                      */
/************************************************/
td.content
{
	width: 700px;
	height: 100%;
	color: #333333;
	background: #fbfc96;
	background-image: url(../image/background.gif);
	background-repeat: repeat;
	background-position: left;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

div.title
{
	color: #88AAFF;
	font-size: 48px;
	line-height: 60px;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 30px;
}

div.content
{
	color: #333333;
	font-size:24px; 
	line-height:32px; 
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 24px;
}

div.content p, a:link, a:visited, a:hover, a:active
{
	color: #88AAFF;
	text-decoration:none; 
}

div.content li
{
	margin-bottom: 20px;
}
