html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;
	list-style:none;
}


/*Body*/
body{
	background: #000 url(images/background.jpg) top center no-repeat; 
	font:14px/14px Arial, Helvetica, sans-serif;
	color: #fff;
}
img {
	border:none;
}

a{
	color:#7693b9;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input,select,textarea{
	font:11px Helvetica, Arial,  sans-serif;
	
}
#body{
	margin:0 auto;
	width:900px;
}
/*Header*/
#header{
	clear:both;
	height:137px;
	margin-bottom:20px;
}
#header h1 a{
	display:block;
	float:left;
	width:400px;
	text-indent:-9999px;
	height:137px;
	margin-right:56px;
}
.greeting{
	float:left;
	width:240px;
	padding-top:16px;
	padding-right:50px;
	line-height:16px;
}
.info{
	float:left;
	width:152px;
	padding-top:16px;
}
.info a.h_email{
	color:#7693b9;
	clear:both;
	font-size:12px;
	display:block;
	padding-left:17px;
	background:url(images/email.gif) 0 2px no-repeat;
	margin-bottom:5px;
}
.info a.h_resume{
	color:#7693b9;
	clear:both;
	font-size:12px;
	display:block;
	padding-left:17px;
	background:url(images/resume.gif) 0 0px no-repeat;
	height:14px;
}


/*Item*/
.item{
	width:880px;
	background:url(images/item_bg.png);
	padding:10px;
	float:left;
	clear:both;
	margin-bottom:32px;
}
.f_iamge{
	width:588px;
	float:left;
	margin-right:10px;
	height:100%;
}
.f_iamge img{
	max-width:588px;	
}
.item_descr{
	float:left;
	width:265px;
	background:#0d0d0d;
	padding:12px 0px 8px 17px;
}
.item_descr h2{ font-size:48px; font-weight:bold; line-height:50px;}
.item_descr span{color:#474747; font-size:16px; margin-top:25px; display:block;}
.item_descr p{color:#474747; font-size:12px; margin-top:9px; margin-right:8px; display:block; height:76px; overflow:hidden;}
.links_line{clear:both; margin-top:4px;}
.links_line a{color:#7693b9; margin-right:12px; font-size:12px;}
.lnk_launch{ background:url(images/launch.png) 0 3px no-repeat; padding-left:17px; }
.lnk_video{ background:url(images/video.png) 0 3px no-repeat; padding-left:17px; }
.lnk_gallery{ background:url(images/gallery.png) 0 3px no-repeat; padding-left:17px; }
.gal_head{font-size:24px; font-weight:bold;}
.gal_head span{font-size:16px; font-weight:100; color:#3F3F3F;}