/* redefined html tags */
body {
	margin: 0;
	padding: 0 0 3em 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
}

img {
	border: 0;
}

/* standard layout id's */
#center {
	position:relative;
	top: 15px;
		
	width: 770px;
	margin: 0 auto;	
	
	font-size: 75%;
}


#header {
	position: relative;
	height: 85px;
	background: #fff;
	z-index: 1;
}

#skip_navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#header_content {
	position:relative;
	top:3px;
	padding:5px;
	line-height:1.5em;
	border:1px solid #61645B;
}


#page_title {
	height:55px; 
	background-color:#E8EADF;
}

#logo {
	position:relative;
	bottom:-8px;
	z-index:5;
}


#sub_content {
	position:relative;
	float:right;
	top:20px;
	right:6px;
	width:313px;
	font-size:1.3em;
	margin-bottom:10px;
}

#main_content {
	position:relative;
	float:left;
	top:15px;
	width:405px;
	font-size:1.4em;
	line-height:1.5em;
	margin-bottom:10px;
}

#footer {
	clear:both;
	height:10px;
}

.view_the_portfolio1,
.brief_us_now {
	position: absolute;
	padding:0px;
	margin:0px;
	bottom: 8px;
	right: 12px;
}


#sub_content h4 {
	margin-bottom: 0;
}

#sub_content p {
	margin-top: 0;
}

hr {
	border: none;
	border-top: 1px solid #222;
}
