/** STYLE FOR INNER PAGES **/
body {
	background:url(../images/bg.jpg) no-repeat center center #0b1f2f;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:0;
	text-align:center;
	color:#666666;
	margin-top:0px;
}
html {
	min-height:100%; 
	margin-bottom:1px;
}
h1{
	font-size:1.3em;
	color : #26568b;
	margin-top:0;
}
h2{  
	font-size:1.1em;
	color : #26568b;
	margin-top:0;
}
td h2{
	margin-top:20px;
}
div#left table td h2{  /**for portfolio*/
	font-size:1.1em;
	color : #26568b;
	margin-top:0;
	margin-left:0;
}
div#left table td p{  /**for portfolio*/
	margin-right:20px;
	margin-left:0;
}
div#left table  {  /**for portfolio*/
	margin:0 10px 10px 10px;
}
div#left table td {  /**for portfolio*/
	border-top:1px solid #5a8eb5;
}
div#wrapper{
	width:762px;
	border:2px solid #fff;
	margin:10px auto;
	background-color:#FFFFFF;
}

div#header{	
	width:762px;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	clear: both;
	text-align:left;
}
div#header img{	
	margin:10px 0 0 10px;
	}
div#nav{
	width:762px;
	background-repeat:no-repeat;
	height:20px;
}
div#enclose{
	width:762px;
	background-color:#FFFFFF;
	background-image:url(../images/tagline.jpg);
	background-repeat:no-repeat;
	height:144px;
	margin-top:20px;	
}
div#left{
	float:left;
	width:542px;
	margin-top:143px;
}
div#left h1, div#left h2, div#left p, div#right h1, div#right h2, div#right p{
	margin:10px;
	text-align:left;
}  
div#left a{
	color:#26568b;
	font-weight:bold;
}  
div#left a:link, div#left a:visited{
	text-decoration:none;
} 
 
div#left a:hover, div#left a:active{
	text-decoration:underline;
} 
div#left ul li{
	text-align:left;
	margin:10px 10px 10px 0;;
}
div#right{
	float:right;
	border-left:2px solid #fff;
	width:180px;
	margin-top:143px;
	color:#333333;
} 
div#right h1{
	margin-bottom:0;
}
div#right p{
	margin-top:0;
	margin-bottom:15px;
	font-size:0.85em;
	}
div#right a{
	color:#26568b;
	}
div#footer{
	clear:both;
	text-align:center;
	color:#fff;
	background-color:#aac62d;
	width:762px;
	height:100px;
	border-top:2px solid #fff;
}
span.bottomNav{
	float:left; 
	text-align:center; 
	width:730px;
	line-height:32px;
}
span.bottomNav a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:1.1em;
	line-height:50px;
}
span.bottomNav a:hover, span.bottomNav a:active{
	text-decoration:underline;
}