/*******************************************************
	HTML and body stuff
*******************************************************/

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-image:url(../images/body_slice.png);
	/*background-image:url(images/fancybg.jpg);*/
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

/*******************************************************
	Main Layout
*******************************************************/

#pagewidth{ 
	width:556px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

/*******************************************************
	Header
*******************************************************/
 
#header{
	display: none;
}

/*******************************************************
	Skip Div
*******************************************************/

#skip {
	display: none;
}

/*******************************************************
	Header text
*******************************************************/

#headtext {
	text-align: center;
	position:relative;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding-top:190px;
	margin-top:0px;
}

/*******************************************************
	Top Menu
*******************************************************/
 
#topmenu{
	display: none;
}
 
/*******************************************************
	Two cols Div
*******************************************************/
 
#twocols{
	width:535px; 	
	margin-left:10px;
	margin-right:10px;
 }
    
/*******************************************************
	Right column
*******************************************************/
  
 #rightcol {
	display: none;
}
 
/*******************************************************
	Right column icon links
*******************************************************/

#iconlinks {
	display: none;
}

/*******************************************************
	Main column
*******************************************************/
 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:90%; 
	line-height:1.5em;
	font-size:1.0em;
	float: none;
}
 
/*******************************************************
	Bottom Navigation - Back and Top buttons
*******************************************************/

#buttons {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#buttons a {
	color:#990000;
	text-decoration:none;
	border:none;
}

#buttons img{
	border:none;
}

#buttons a:hover {
	background-color:#FFFFFF;
}

/*******************************************************
	Footer
*******************************************************/

#footer {
	display: none;
 } 

/*******************************************************
	Featured projects
*******************************************************/

#featured {
	width:322px;
	height:122px;
	margin:0px 0px 40px 0px;
	padding:0px;
	text-align:left;
}

#featured a {
	float:left;
	font-size:0.8em;
	text-decoration:none;
	color:#990000;
	font-weight: normal;
}

#featured img{
	border:1px solid #CCCCCC;
}

#featured img:hover{
	border:1px solid #000000;
}


#featured a:hover{
	color:#000000;
	background-color:#FFFFFF;
}