body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border-top:5px solid #000000;
	color:#828282;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none;}
form{
	margin:0;
	padding:0;
}
p{ margin:0; padding:7px 0 7px 0;}

#header{
	width:825px;
	margin:0 auto;
	height:204px;
	border-bottom:1px solid #c6c6c6;
	background:url(../images/bg_header.jpg) right top no-repeat;
}
#header .logo{float:left; margin-top:14px;}
#header .menu, #header .menus{
	float:left;
	width:515px;
	height:106px;
	margin-top:9px;
	border-top:1px solid #c6c6c6;
}
#header .menus{background:url(../images/menu_symbol.jpg) 132px 10px no-repeat;}
#header ul{
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
#header ul li{float:left;clear:both;margin-top:7px;}
#header ul ul{
	position:absolute;
	margin:-42px 0 0 158px;
}
#header li li{margin:0;}
#header li a{display:block;height:18px;}
#header li li a{height:15px;}
#header .about a{width:114px;background:url(../images/menu_about.jpg) no-repeat;}
#header .about a:hover{background:url(../images/menu_about_hover.jpg) no-repeat;}
#header .about a.selected{background:url(../images/menu_about_hover.jpg) no-repeat;}
#header .portfolio a{width:124px;background:url(../images/menu_portfolio.jpg) no-repeat;}
#header .portfolio a:hover{background:url(../images/menu_portfolio_hover.jpg) no-repeat;}
#header .portfolio a.selected{background:url(../images/menu_portfolio_hover.jpg) no-repeat;}
#header .contact a{width:103px;background:url(../images/menu_contact.jpg) no-repeat;}
#header .contact a:hover{background:url(../images/menu_contact_hover.jpg) no-repeat;}
#header .contact a.selected{background:url(../images/menu_contact_hover.jpg) no-repeat;}
#header .interactive a{width:78px;background:url(../images/submenu_interactive.jpg) no-repeat;}
#header .interactive a:hover{background:url(../images/submenu_interactive_hover.jpg) no-repeat;}
#header .interactive a.selected{background:url(../images/submenu_interactive_hover.jpg) no-repeat;}
#header .identity a{width:54px;background:url(../images/submenu_identity.jpg) no-repeat;}
#header .identity a:hover{background:url(../images/submenu_identity_hover.jpg) no-repeat;}
#header .identity a.selected{background:url(../images/submenu_identity_hover.jpg) no-repeat;}
#header .print a{width:35px;background:url(../images/submenu_print.jpg) no-repeat;}
#header .print a:hover{background:url(../images/submenu_print_hover.jpg) no-repeat;}
#header .print a.selected{background:url(../images/submenu_print_hover.jpg) no-repeat;}
#header .illustration a{width:83px;background:url(../images/submenu_illustration.jpg) no-repeat;}
#header .illustration a:hover{background:url(../images/submenu_illustration_hover.jpg) no-repeat;}
#header .illustration a.selected{background:url(../images/submenu_illustration_hover.jpg) no-repeat;}
#header .photography a{width:91px;background:url(../images/submenu_photography.jpg) no-repeat;}
#header .photography a:hover{background:url(../images/submenu_photography_hover.jpg) no-repeat;}
#header .photography a.selected{background:url(../images/submenu_photography_hover.jpg) no-repeat;}

#header .right{
	width:300px; 
	text-align:right;
	background:url(../images/symbol1.jpg) left 5px no-repeat;
}

#content{
	width:825px;
	margin:0 auto;
	padding:15px 0 0 0;
}
#content table{ margin:0; }
#content table td{ margin:0 0 0 0; padding:15px 0 0 0;}
#content a.prev, a.next{
	margin-top:20px; 
	width:50px; 
	height:9px; 
	
}
#content a.prev{
	clear:both;
	float:left;
	background:url(../images/button_prev.jpg) no-repeat; 
}
#content a.next{
	float:right;
	background:url(../images/button_next.jpg) no-repeat;
}
#content #works{
	float:left;
	width:319px;
	margin-right:35px;
	padding-bottom:4px;
	border-bottom:1px solid #c6c6c6;
}
#content .description{
	float:right;
	clear:both;
	width:471px;
	padding:3px 0 3px 0;
	border-top:1px solid #c6c6c6;
}
#content .description a{color:#50a5dc;}

#footer{
	width:825px;
	margin:0 auto;
	padding:10px 0 10px 0;
	border-top:5px solid #000000;
}

.input1{
	width:210px;
	height:15px;
	padding:2px 5px 0 5px;
	background:#c6c6c6;
	border:none;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}
.input2{
	width:360px;
	height:80px;
	padding:2px 5px 2px 5px;
	background:#c6c6c6;
	border:none;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}
#input3{
	width:58px;
	height:16px;
	background:url(../images/button_submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
}
.img_border{ border:3px solid #aaaaaa; }
.readmore{
	padding-right:15px;
	background:url(../images/symbol2.jpg) right 2px no-repeat;
}
.download{
	float:left;
	width:110px;
	height:26px;
	padding:3px 0 12px 38px;
	background:url(../images/symbol3.jpg) no-repeat;
}
.display{display:block;}
.no_display{display:none;}
.gray{color:#828282;}
.blue{color:#50a5dc;}
.black{color:#000000;}
.right{float:right;}
.left{float:left;}
.clear{clear:both;}