/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #000000 url(../images/bg.gif) top left no-repeat;
	text-align:center;
}
#wrapper{
	padding: 0;
	margin: 0 auto;
	background-color: #000000;
	width: 900px;
text-align:left;
}
#header{
	width: 900px;
	height: 185px;
	float: left;
	background: #000000 url(../images/bkg_body.png) top left repeat-x;
}
#top_navie{
	width: 695px;
	height: 100%;
	float: right;
	background: url(../images/header_navigation_bkg.png) bottom right no-repeat;
}
img.fleft{
	float: left;
}
#footer{
width: 900px;
	height: 30px;
	background-color: #000000;
	float: left;
}
#nav{
	float: right;
	list-style: none;
	margin-right: 30px;
}
#nav li{
	float: left;
	background: url(../images/navie_bkg.png) top right no-repeat;
	padding: 12px 26px 12px 5px;
	
}
#nav a{
	text-decoration: none;
	font: 14px Times, serif; 
	color: #a6a6a6;
	font-weight: bold;
	font-variant: small-caps;
}
#nav #t-contact{
	background-image: none;
}
#nav a:hover, body#home #t-home a, body#about #t-about a, body#project #t-project a, body#news #t-news a, body#contact #t-contact a{
	color: #ffffff;
}
#nav2{
	float: right;
	list-style: none;
	margin: 5px 30px 5px 0;
	
}
#nav2 li{
	float: left;
	background: url(../images/navie_bkg.png) top right no-repeat;
	padding: 0 26px 0 10px;
	
}
#nav2 a{
	text-decoration: none;
	font: 14px Times, serif; 
	color: #a6a6a6;
	font-weight: bold;
	font-variant: small-caps;
}
#nav2 a:hover{
	color: #ffffff;
}
#nav2 #t-contact2{
	background-image: none;
}
#middle{
	width: 900px;
	height: 535px;
	float: left;
}
#middle_left{
	width: 364px;
	border-right: 8px solid black;
	height: 535px;
	float: left;
}
#middle_right{
	width: 528px;
	height: 535px;
	float: right;
}
#middle_left_top{
	width: 364px;
	height: 41px;
	border-bottom: 8px solid black;
	float: left;
	background-color: #9c9c9c;
}
#middle_right_top{
	width: 528px;
	height: 41px;
	border-bottom: 8px solid black;
	background-color: #898482;
	float: left;
}
a img{
	border: none;
}

.HomeText {
	font-family: Verdana;
	font-size:13px;
		line-height: 130%;
	color: #000000;
	padding: 30px 15px 15px 15px;
}
h3.storybegins{font-size:24px; font-weight:bold; margin:0px 0px 0px 15px;}

span.name{font-weight:bold;}


#projectsBlock{
width:280px;
	margin: 20px 20px 0 75px;
	float: left;	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 130%;
	color: #827f7f;
	list-style: none;
}
#projectsBlock li{
width:100%;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/i_newslist.png) top left no-repeat;
}

a.projectlinks{color: #827f7f; font-size:11px;}
a.projectlinks:hover{color:#F7941D;}

h3.projectTitle{float:left; margin: 10px 10px 10px 10px;}
p.projectText{float:left; font-weight:bold;
line-height:120%; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 10px 10px 10px 10px;}
a.lightlinks{text-align:center;}

img.hrline{margin:5px 0px 5px 10px;}



p.Presstxt{
color:#000000;
font-family:Verdana;
font-size:10px;
font-weight:bold;
line-height:120%;
padding:10px 15px;
}
