* {border:0; margin:0; padding:0}
:link,:visited { text-decoration:none }
ul,ol { list-style:none;display:inline;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

.nav ul{margin-left:120px;}
.nav li{display:inline;padding:0;}

body
	{
	background-color:rgb(225,225,225);
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:rgb(70,70,70);
	text-align:left;
	}
	
	a:link 
	{
	color:rgb(90,130,120);
	text-decoration: none;
	}
	
	a:visited 
	{
	color:rgb(90,130,120);
	text-decoration: none;
	}
	
	a:hover
	{
	color:rgb(140,130,90);
	text-decoration: none;
	}
	
	a:active 
	{
	text-decoration: none;
	}
	
	h1
	{
	display:inline;
	font-size:16px;
	color:rgb(90,130,120);
	}
	
	h2
	{
	text-align:right;
	font-weight:normal;
	font-size:14px;
	color:rgb(220,220,220);
	padding:3px;
	width:770px;
	}
	
	h3
	{
	margin:5px 0;
	}
	
	.nav a
	{
	padding:5px 10px;
	font-size:12px;
	text-decoration: none;
	}
	
	.nav a:link 
	{
	color:rgb(60,130,130);
	text-decoration: none;
	}
	
	.nav a:visited 
	{
	color:rgb(60,130,130);
	text-decoration: none;
	}
	
	.nav a:hover
	{
	color:rgb(255,250,170);
	text-decoration: none;
	}
	
	.nav a:active 
	{
	text-decoration: none;
	}

	
.container
	{
	width:790px;
	height:360px;
	margin:20px auto 0;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:rgb(255,255,255);
	padding-top:140px;
	}

.nav
	{
	background-color:rgb(40,40,40);
	padding: 0 0 5px 20px ;
	}
	
.content
	{
	margin-bottom:10px;
	height:300px;
	}
	
.text
	{
	padding:20px 30px;
	height:260px;
	overflow:auto;
	}
	
.design
	{	
	height:300px;
	}
	
.designfull
	{	
	height:560px;
	background-repeat:no-repeat;
	}

.footer
	{
	text-align:center;
	color:rgb(150,150,150);
	font-size:10px;
	}
	
	.footer a {color:rgb(150,150,190);}
	
	.footer a:visited {color:rgb(150,150,190);}

	.footer a:hover {color:rgb(60,60,120);}
	
	p{ width:300px;}
	
	p.full{ width:700px;}
	
	.right
	{
	display:block;
	float:right;
	margin-left:20px;
	width:250px;
	height:250px;
	}
	
	.rightful
	{
	display:block;
	float:right;
	margin-left:20px;
	width:500px;
	height:500px;
	}
	
	.lite
	{
	color:rgb(140,130,90);
	}
	
	.scroll
	{
	color:rgb(140,130,90);
	display:block;
	margin-top:140px;
	}
