@media screen {



/* --------------------------------------------------------------------------- */

/* basic */

html 

{
	margin:0;
	padding:0;
}



body 

{

	font-family:"Trebuchet MS", Verdana, "Tempus Sans ITC";

	color:#000000;

	font-size:x-small;

	background-color:#FFFFFF;

	margin: 0;

	padding: 0;

}



img

{

	border-style:none;

}



img1

{

	border-style:solid;

	border-color:#FFFFFF;

	padding: 2px;

}



p 

{ 

	margin-top:0;

	margin-bottom:0; 

	text-align:center;

	font-size:14px;

}





/* --------------------------------------------------------------------------- */

/* navigation */

a 

{

	font-size:14px;

	color:#999999;

	text-decoration:none;

}



a:over

{

	text-decoration:line-through;

}



a:visited 

{

	color:#333333;

}



/*headers*/

#header

{

	margin-top:50px;

}



#h1

{

	color:#000000;

	letter-spacing:-7px;

	font-size:90pt;

}



#h2

{

	font-size:16pt;

	padding:5px;

}



#h3

{

	font-size:14pt;

	padding:15px;

}



/*description of works*/

.style1

{

	color:#333333;

	font-size:10px;

	text-align:left;

	padding-left:10px;

}



.style3

{

	color:#333333;

	font-size:14px;

	text-align:left;

}



.style4

{

	color:#333333;

	font-size:10px;

	text-align:right;

}



/*quotes and footers*/

.style2 

{

	color:#999999;

	font-size:x-small;

}



/* --------------------------------------------------------------------------- */

/* divs */



#container 

{

	float: center;

	width:1024px;

	height:700px;

	text-align:center;

	overflow:visible;

	background-image: url(images/bg.jpg);

	background-repeat:no-repeat;

}



/*top*/





/*middle*/



#middle

{

	float:left;

	width:1024px;

	height:400px;

	margin-top:10px;	

}



#bottom_nav

{

	float:left;

	width:201px;

	height:116px;

	padding-left:10px;

	padding-top:1px;

	text-align:left;

	border:none;

}



#bottom_text

{

	float:left;

	width:1000px;

	height:50px;

	padding-top:5px;
	padding-left:110px;
	text-align:left;

	border:none;

}



/*bottom*/   

#bottom  

{

	float:left;
	
	padding-left: 110px;

	max-width:800px;

	height:100px;

	border:none;

	overflow:inherit;

}



}

@media screen, print 

{

}

