.redmsg { 		font-family: Arial, Helvetica, sans-serif;
			color:red;
			font-style:italic;
			font-size: 14px;
	}
	
div.title { 
	    text-align: center;
	     height: 8em;
	     background: white;
	     color: red;
	     font-family: Arial, Helvetica, Verdana;
	     }	 
			
img.title { float: left; }

div.sidebox {
		position: absolute;
		top: 114px;
		left: 114px;
		width: 322px;
		border: solid thick black;
		color:  white;
		background-color: red;
		padding-left: 4;
		font-weight: bold;
		}

div.infobox {
		position: absolute;
		top: 250px;
		width: 300px;
		left: 300px;
		border: solid thick red;
		color:  black;
		background-color: #ff9999;
		padding-left: 4;
		font-weight: bold;
		}
		
		
div.aboutusbox {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #ff9999;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}
		
div.holderbox {
		position: absolute;
		top: 138px;
		width: 404px;
		left: 248px;
		border: solid thick black;
		color:  black;
		background-color: #ff9999;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}		

div.sites {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #cccccc;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}

div.technology {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #ccffff;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}

div.projects {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: white;
		padding-left: 4;
		font-weight: normal;
		font-size: 10pt;
		}		
		
div.contact {
		position: absolute;
		text-align: center;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color: yellow;
		background-color: #999999;
		padding-left: 4;
		font-weight: normal;
		font-size: 10pt;
		}				

BODY {   /* background-image: url(/images/back.gif); */
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: Arial, Helvetica, Verdana;
		margin-top:  0;
		margin-right: 0;
		margin-bottom: 0;
	    	margin-left: 0;
	    	background-color: white;
		}		
		
a.index:link, a.index:visited  {color: white;
					   text-decoration: none;
					   }	
					   
a.page:link, a.page:visited  {color: yellow;
					   text-decoration: none;
					   }						   
					   
a.sites:link, a.sites:visited  {color: black;		   }	

a.contact:link, a.contact:visited  {color: yellow;
					   text-decoration: none;
					  
					   }
