
/* #style = specific style to associate with "id" */
/* .style = general style to associate with  "class" */


body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	height: 100%;
	width: 100%;	
	}
a {
	color: #FF0000;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	font-weight: bolder;
		}
a:active {
	text-decoration: none;
	}

tr {
	vertical-align: top;
}	
	
.title12, .title12a, .title12b{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 10px;
	left: 10px;
	position: absolute;
}
.title12{
	color: #FF3366;
}
.title12a, .title12a:link {
		color: #FFCCCC;
		z-index: 20;
			}
.title12a:hover{
		color: #FF3366;
	}			
.title12b{
	left: 60px;
	z-index: 21;
	}
#main /*main page for text*/{
	top: 40px;
	bottom:30px;
	width:800px;
	position: absolute;
	z-index: 20;
	padding: 10px;
	line-height: 18px;
	height: 580px;
}
#menu-R{
	top: 0px;
	bottom: 0px;
	left:450px;
	right:0px;
	width:100%;
	position: absolute;
	height: 100%;
	}
.leftbottom{
	position: absolute;
	bottom: 0px;
	z-index: 4;
	margin-left: -10px;
	}/**this to have the image at the bottom, and left**/

#list{
	left: 200px;
	top: 50px;
	height:auto;
	position: relative;
	line-height: 20px;
	font-size: 14px;
	visibility: visible;
	z-index: 24;
}
.following{
	top: 100px;
	position: relative;
	}
.small-note{
	font-size: 10px;
	color: #666666;
}

#prj-preview {
	position:absolute;
	left:20px;
	top:60px;
	width:260px;
	z-index:20;
	visibility: hidden;
}/**this to have a small preview atthe side**/


