body
{
	font-size: 12px;
	font-family: 'Courier New';
	background-color: #cccccc;
}

body a
{
	text-decoration: none;
}

body a:visited
{
	background-color: #cccccc;
}


.cssContent
{
	font-size: 12px;
	font-family: 'Courier New';
}

/* BLOG column */
.cssColumn1Header
{
	vertical-align: bottom;
	height: 25px;
}
.cssColumn1Title
{
}
.cssColumn1Title a
{
	color: white;
	background-color: black;
}
.cssColumn1Title a:hover
{
	color: black	;
	background-color: white;
}
.cssColumn1Content
{
	BACKGROUND-POSITION-X: right;
	background-position: right;
	background-image: url(http://www.colceriu.com/scrl.gif);
	width: 300px;
	background-repeat: no-repeat;
	height: 398px;
}
.cssColumn1Content a
{
	color: white;
	background-color: black;
}
.cssColumn1Content a:hover
{
	color: black;
	background-color: white;
}
.cssBlogArea
{
}
.cssBlog
{
	background-color: #ffffff;
}
.cssBlogEntry
{
}

/* PROJECTS column */
.cssColumn2Header
{
	vertical-align: top;
}
.cssColumn2Title
{
	border-bottom: black 10px solid;
}
.cssColumn2Content
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(http://www.colceriu.com/denb.gif);
	background-repeat: no-repeat;

	width: 200px;
	vertical-align: top;
	color: #ffffff;
	line-height: 16px;
	background-color: #000000;
}
.cssColumn2Content a
{
	color: black;
	background-color: white;
}
.cssColumn2Content a:hover
{
	color: white;
	background-color: Black;
}


/* SEPARATOR column */
.cssColumn3Header
{
	width: 20px;
}
.cssColumn3Title
{
}
.cssColum3Content
{
}

/* DEVIATIONS column */
.cssColumn4Header
{
	vertical-align: top;
}
.cssColumn4Title
{
	border-bottom: black 10px solid;
}
.cssColumn4Content
{	
	BACKGROUND-POSITION-Y: top;
	background-image: url(http://www.colceriu.com/denw.gif);
	background-repeat: no-repeat;

	width: 200px;
	vertical-align: top;
	color: #000000;
	line-height: 16px;
	background-color: #ffffff;
}
.cssColumn4Content a
{
	color: white;
	background-color: black;
}
.cssColumn4Content a:hover
{
	color: black;
	background-color: white;
}




.cssFootnote
{
	width: 720px;
	font-size: 12px;
	color: #cccccc;
	font-family: 'Courier New';
	background-color: white;
}

.cssFootnote a
{
	color: #ffffff;
	background-color: #000000;
}

.cssFootnote a:visited
{
	color: #cccccc;
	background-color: #ffffff;
}
.cssFootnote a:hover
{
	color: #cccccc;
	background-color: #ffffff;
}
.cssHiddenText
{
	display: none;
	font-size: 12px;
	background: #ffffff;
	padding-bottom: 5px;
	width: 720px;
	color: black;
	line-height: 12px;
	font-family: 'Courier New';
}
.cssHiddenImage
{
	font-size: 2px;
	display: none;
	background: #000000;
	width: 720px;
	text-align: center;
}


