body {
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
}
#box {
	width:800px;
	height:auto;
	margin: 0 auto;
	margin-bottom: 0 auto;
	background-image: url(images/bg-body.png);
}
#top {
width:660px;
height:16px;
background-image:url(images/bg_top.jpg);
background-repeat:no-repeat;
}
#middle {
	height:auto;
	margin-right: 20px;
	margin-left: 20px;
}
#bottom {
	width:800px;
	height:20px;
	background-image:url(images/bg_bttm.png);
	background-repeat:no-repeat;
}
#nav {
	height:50px;
	background-color:#333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/main_top_img.jpg);
}
#nav #logo {
display:inline;
float:left;
}
#nav #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#FFFFFF;
text-transform:uppercase;
}
#nav #logo h1 a{
color:#FFFFFF;
text-decoration:none;
}
#nav #logo h1 span{
color:#999;
}
#nav #menu {
display:inline;
float:right;
}
#nav #menu ul{
padding:0;
margin:16px 10px 0 0;
font-size:12px;
}
#nav #menu ul li{
list-style-type:none;
display:inline;
font-weight:bold;
margin-left: 10px;
text-transform:uppercase;
}
#nav #menu ul li a{
text-decoration:none;
color:#DA4D00;
}
#nav #menu ul li a:hover{
color:#999;
}
#main_img {
	height:250px;
	background-image:url(images/main_img.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


/********************** current projects ***************************/
#news {
	background-image:url(images/main_bttm_img.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 84px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#news h3{
	margin: 10px 10px 15px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DA4D00;
}
.newsitem{
	float:left;
	width:300px;
	display:inline;
}
.newsitem a{}
.newsitem img{float:left;margin-right:10px;}
.newsitem span{
	color:#999999;
	font-size: 10px;
	font-weight: 900;
}
.newsitem p{margin: 10px 10px 15px 10px;}

/********************** Footer ***************************/
#footer {
text-align:center;
color:#FFFFFF;
}
#footer a{
	text-decoration:none;
	color:#333333;
	background-color: #0E0E0E;
}



/********************** End Of Index ***************************/

/********************** For Inner Pages ***************************/


#nav2 {
	height:50px;
	background-color:#333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/inner_top_img.jpg);
}
#nav2 #logo {
display:inline;
float:left;
}
#nav2 #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#FFFFFF;
text-transform:uppercase;
}
#nav2 #logo h1 a{
color:#FFFFFF;
text-decoration:none;
}
#nav2 #logo h1 span{
color:#999;
}
#nav2 #menu {
display:inline;
float:right;
}
#nav2 #menu ul{
padding:0;
margin:16px 10px 0 0;
font-size:12px;
}
#nav2 #menu ul li{
list-style-type:none;
display:inline;
font-weight:bold;
margin-left: 10px;
text-transform:uppercase;
}
#nav2 #menu ul li a{
text-decoration:none;
color:#DA4D00;
}
#nav2 #menu ul li a:hover{
color:#999;
}
#main_img2a {
	height:130px;
	background-image:url(images/inner_main_img.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/********************** Structure ***************************/

#wrapper {
	width:725px;
	background:#000;
	margin:0 auto;
	}

#content {
	width:500px;
	padding:10px;
	float:left;
	height: auto;
	}
#sidebar {
	width:170px;
	padding:10px;
	float:right;
	}


/* Entries */

.entry {
	margin-bottom:30px;
	}
h1 a {
	font-size:18px;
	font-weight:normal;
	color:#DA4D00;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#DA4D00;
	}
.date {
	color:#444;
	font-size:10px;
	}
.entrybody {
	margin:5px 0 0 0;
	text-align:justify;
	border-top-width: thin;
	border-top-style: hidden;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size:18px;
	font-weight:normal;
	color:#eee;
	border-left:3px solid #DA4D00;
	padding:3px 5px 4px 5px;
	background:#070707;
	border-bottom:1px dotted #333;
	}
#sidebar ul {
	list-style-type:none;
	background:#070707;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #DA4D00;
	border-bottom:1px dotted #333;
	color:#DA4D00;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
	background:#121212;
	color:#fff;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #DA4D00;
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}
