/* ID */
#leftMenu
{
	width: 100px;
	padding: 0px;
}
#mainArea
{
	width: 900px;
	padding: 0px;
}

/* TABLE */
TABLE.main
{
	width: 1000px;
}
TABLE.container
{
	width: 100%;
	border: #cccccc 1px solid;
	background: #FFFFFF;
}

TABLE.MenuContainer
{
	width: 150px;
	border: #cccccc 1px solid;
	background: #FFFFFF;
}

TABLE.block
{
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
}

TABLE.bgGrey
{
	width: 100%;
	background: #CCCCCC;
}

/* TD */
TD.bgWhite
{
	padding : 4px;
	background: #FFFFFF;
	margin:1px;
}

/*
BODY
{
	background-repeat:no-repeat;
	background-repeat:repeat;
	background-repeat:repeat-x;
	background-repeat:repeat-y;
*/	
	

/* A */
A.headerlink { COLOR: #ffffff }

/* DIV */
DIV.header
{
	background: #000000;
	width: 1000px;
	text-align: left;
	color : #FFFFFF;
}
DIV.title
{
	background: #000000;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	color : #FFFFFF;
}
DIV.blogHeader
{
	background: #000000;
	width: 100%;
	height: 40px;
	text-align: left;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	filter:Alpha(style=0,opacity:80);
	color: #FFFFFF;
	filter:Alpha(style=0,opacity:80);
}
DIV.blogFooter
{
	width: 100%;
	height: 40px;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
}

/* SPAN */
SPAN.title
{
	font-size: 16px;
	font-weight: bold;
}

/* TD */
TD.header
{
	padding : 4px;
	background: #000000;
	margin: 1px;
	text-align: center;
	font-weight:bold;
	color:#FFFFFF;
}
