body {   /** set the background pattern and font-stack **/
	/*background:url(../images/background-stripe.gif) scroll;*/   
	/*font-family:Helevetica, Arial, sans-serif;*/
	} 
	
	body  hr{   /** Used to create a gap between sections in left content **/
		border:0px dotted #DDD; 
		color:white; height:1px; 
		margin:20px 0px 20px 0px ; 
		} 
	
	body p { /** sets a global paragraph style **/
		font-size:12px;   
		line-height:20px;   
		color:#767676;   
		margin-top:20px;
		} 
	
		
	body strong {   
		color:#333;
		}
	
	/*body em {   
		letter-spacing:1px;
		}*/
		
	body a { /** gets rid of default anchor styles **/
		text-decoration:none;  
		font-style:normal;   
		color:#000;
		} 
	
	
h1 {
	font-size:30px;   
	color:#FFF; 
	letter-spacing:1px;
	}
	
	h1  span { /** The span is used to achieve the two-tone effect in the black bar (under the header) **/
		color:#d4d4d4;
		} 
	
	.left-content-inner h1 { /** Changes Colour for Middle Content Area **/
		color:#000; 
		line-height:30px; 
		margin:0px 0px 20px 0px;
		} 
	
h2 {
	font-size:20px; 
	line-height:30px;  
	margin:0px 0px 20px 0px;
	}

	h2  span { /** The span is used to achieve the two-tone effect in the black bar in the blog **/
		color:#d4d4d4;
		} 
	
h3 {
	font-size:18px; 
	line-height:30px; 
	margin:20px 0px 20px 0px;
	}

h4 {
	font-size:16px; 
	line-height:30px; 
	margin:20px 0px 20px 0px;
	} 

h5 {
	font-size:14px; 
	line-height:30px; 
	margin:20px 0px 20px 0px;
	}

h6 {
	font-size:12px; 
	line-height:30px; 
	margin:0px 0px 20px 0px;
	}




			
	
	
	
/*****************(3.6) PORTFOLIO STYLES *********************************/


#portfolio-wrapper {
	width:942px;
	/*padding-right:25px;*/
	}

.portfolio-bg {
	width:275px;
	 height:186px;  
	 border:1px solid  #666666;
	 margin:0px 0px 25px 25px;
	 float:left;  
	 background:url(../images/portfolio-bg.gif) scroll transparent; 
	 position:relative; 
	 overflow:hidden;
	 }
		
	.portfolio-box {   }
	
		.portfolio-box  a:hover { 
			border-bottom:1px dotted #767676;  
			}
		
		.portfolio-box h3 {
	margin-top:0px;
	position:absolute;
	width:250px;
	font-size:18px;
	top:0px;
	left:0px;
	color:#cccccc;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:3px;
			}
		
		.portfolio-box p {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:13px;
	letter-spacing:3px;
	color:#FFF;
	padding:7px 19px;
	background-color: #00FFFF;
			}
		
		.portfolio-box img {
			border:none; 
			}
			
		.portfolio-box a {
			color:#FFF; 
			}
			
		.portfolio-box div {
			position:absolute;  
			bottom:0px;  
			left:0px; 
			background:#000000; 
			padding:8px 7px;
			}
		
		.portfolio-box div a {
	color:#cccccc;
	font-size:13px;
	letter-spacing:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
			}

	
/**********(3.7) PAGINATION STYLES *************************************************/
	

