* {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
a, a:visited, a:active {
	color: #ff7463;
	text-decoration: none;
	}

p {
	line-height: 18px;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	}
	
ul {
	list-style-type: none;
	margin-top: 20px;
	font-size: 1.2em;
	}
	
	
	
body {
	background: #ffffff;
	text-align: center;
	color: #5e5e5e;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#site_container {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	padding: 10px 0;
	font-size: 1em;
	}
	
#site_logo {
	float: left;
	padding: 140px 40px 0 0;
	}
	
	
	
#site_blade {
	float: left;
	width: 150px;
	background: url('../img/menubg.jpg') bottom;
	height: 425px;
	padding: 145px 15px 15px 15px;
	font-size: 1.2em;
	}
	
#blade_menu {
	margin: 0 0 20px 0;
	}
	
#blade_intro {
	padding: 20px 5px 0 5px;
	border-top: 1px solid #999999;
	line-height: 18px;
	font-size: 1em;
	}
	
	
	
#site_content {
	float: left;
	padding: 107px 0 0 40px;
	}
	
	
	
#menu_content {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	}
	
.menu_item {
	margin: 0 0 10px 0;
	}
	
.menu_item a {
	text-indent: -40000px;
	display: block;
	height: 14px;
	}
	
	
	
#aboutus #menu_aboutus {
	background: url('../img/menu_aboutus.gif') 0 14px;
	}
	
#services #menu_services {
	background: url('../img/menu_services.gif') 0 14px;
	}
	
#portfolio #menu_portfolio {
	background: url('../img/menu_portfolio.gif') 0 14px;
	}
	
#clients #menu_clients {
	background: url('../img/menu_clients.gif') 0 14px;
	}
	
#blog #menu_blog {
	background: url('../img/menu_blog.gif') 0 14px;
	}
	
#contact #menu_contact {
	background: url('../img/menu_contactus.gif') 0 14px;
	}
	
	
	
#menu_aboutus {
	background: url('../img/menu_aboutus.gif');
	}
	
#menu_aboutus:hover {
	background-position: 0 -14px;
	}
	
#menu_services {
	background: url('../img/menu_services.gif');
	}
	
#menu_services:hover {
	background-position: 0 -14px;
	}
	
#menu_portfolio {
	background: url('../img/menu_portfolio.gif');
	}
	
#menu_portfolio:hover {
	background-position: 0 -14px;
	}
	
#menu_clients {
	background: url('../img/menu_clients.gif');
	}
	
#menu_clients:hover {
	background-position: 0 -14px;
	}
	
#menu_blog {
	background: url('../img/menu_blog.gif');
	}
	
#menu_blog:hover {
	background-position: 0 -14px;
	}
	
#menu_contact {
	background: url('../img/menu_contactus.gif');
	}
	
#menu_contact:hover {
	background-position: 0 -14px;
	}
	
	
	
.content_header {
	width: 175px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999999;
	margin: 0 0 20px 0;
	}
	
.section_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #af2525;
	margin: 0 0 5px 0;
	}
	
.content_text {
	width: 350px;
	text-align: justify;
	margin: 0 0 30px 0;
	}
	
.content_footer {
	width: 175px;
	border-top: 1px solid #999999;
	margin: 0 0 50px 0;
	}
	
.portoflio_border {
	border-top: 1px dashed #808080;
	margin: 20px 0 20px 0;
	}
	
#portfolio_badge {
	margin: 10px 0 20px 0;
	}
	
#twitter_widget {
	font-size: .9em;
	}
	
#twitter_widget img {
	float: left;
	margin: 0 10px 0 0;
	}
	
#title_blog {
	margin: 0 0 20px 0;
	}

.blog_entry {
	margin: 0 0 25px 0;
	}
	
.entry_meta {
	margin: 0 0 10px 0;
	}