@charset "UTF-8";

body
{
	text-align: center;
	background-color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(woodbgrd.png) repeat; /* top bottom gradient uses 414141 */
	background-color: #d25400;
	padding: 0px;
	border:none;
	}

#back2{
	background:url(back2.png) repeat-x;
	height:200px;
	width: 100px;
	float:left;
	}

#wrapper{
	text-align:center;
	border: 3px solid #d25400;
	width:1100px;
	background:url(white40.png) repeat;
	margin: 20px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
	}

#footer{
	width: 500px;
	border: solid 2px #CCFF00;
	margin:2px auto;
	height: 60px ;
	clear: both;
	float: none;
	text-align:center;
	padding: 0px 0px 0px 0px; /* top rite bottom left*/
	}



/************************** NAVIGATIONAL AREA  *****************************************************************/

#heading{
	text-align: justify;
	padding-bottom: 10px;
	padding: 15px 53px 0px 0px;
	border:2px solid #CCFF00;
	float: left;
	height: 150px;
	/*width: 100%;*/
	margin: 0px 7px 0px 7px; /* top rite bottom left*/
	}

ul{
	padding: 0px;
	margin:0px;
	margin-left: 64px;
	}

ul li{
	display: inline;
	list-style:none;
	float:left;
	}

#heading ul li#home a {
	background-image: url(bigr.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 320px;
	display:block;
	}

#heading ul li#resc a{
	background-image: url(resrc.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 321px;
	display: block;
	}

#heading ul li#abt a{
	background-image: url(about.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 321px;
	display: block;
	}

#heading ul li#resc a:hover{
	background-image: url(resrchover.png);
	} 

#heading ul li#abt a:hover {
	background-image: url(abouthover.png);
	}

/*************   NAVIGATIONAL CSS ENDS AT THIS POINT  **********************/



#sidebar{
	float:left;
	padding: 10px;
	border: 2px solid #d25400;
	width: 140px;
	height: 350px;
	margin: 15px 40px 20px 0px;
	position:relative;
	}

#midl{
	float:left;
	width:630px;
	height:auto;
	position:relative;
	border: 2px solid #d25400;
	padding: 10px 15px 20px 15px; /* top right bottom left */
	text-align:left;
	margin: 15px 0px 20px 0px; /* top right bottom left */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

	}
	
a:link{
	color: #3f3330;
	}
a:visited{ 
	color: #3f3330;
	}
a:hover{ 
	color: #00b7e6;
	}
a:active{ 
	color: #3f3330;
	}	

	
#content{
	float:right;
	padding: 10px 15px 10px 15px;
	text-align: left;
	border: 2px solid #d25400;
	width: 140px;
	height: 440px;
	margin: 15px 0px 20px 40px;
	position:relative;
	}

#contenthome img{
	padding: 0px;
	width: 100px;
	height: 100px;
	margin: 7px;
	border: #d25400 1px solid;
	}

#contenthome{
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	border: 0px solid #d25400;
	height: auto;
	margin: 0px 5px 5px 5px;
	width: 780px;
	}

#content_main{
	
	}

.sub_portfolio{
	float:none;
	padding: 5px;
	text-align: left;
	border: 3px solid #d25400;
	height: auto;
	margin: 10px 5px 15px 2px; /* top right bottom left */
	width: 730px;
	}

#rite{
	float:right;
	margin: 10px;
	border: #CCFF00 4px solid;
	width: 274px;
	}

#rite p{
	padding: 0px 10px 0px 10px; /* top right bottom left */
	}	
