﻿html, body 
{
	margin: 0;
	padding:0;
}

p img 
{
    border: solid 1px black;
}
	
	
body 
{
	font: 100% verdana, helvetica, arial, sans-serif;
	text-align: center;
	background-image: url(images/vistatrends1.jpg);
	BACKGROUND-POSITION: center center; 
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-REPEAT: repeat-x;
  

}

#page 
{
	width:850px; 
	margin:1em auto 1em auto;
	text-align:left;
	background-color: transparent;
}

#header
{
	height:170px;
	text-align: center;
	color: #CFDCE6;
	background-image: url(images/Header2.jpg);
	background-repeat:no-repeat;
}

#content 
{
	float:right;
	width:635px;
	height: 520px;
	padding: 0 5px 0 5px;
	background-color: white;
	font: "Century Gothic";
	font-size: 11pt;
}


#navigation 
{
	float:left;
	padding: 0 0 0 5px;
	width:200px;
	height: 520px;
	font: "Century Gothic";
	font-size: 11pt;
	background-color: White;
}

#menu
{
	float:left;
	height: auto;
	background-color: white;	
}

	
#footer 
{
	clear:both;
	width: 850px;
	height: 100px;
	background-image: url('images/footer.jpg');
	background-repeat:no-repeat;
}

#content p 
{    height: auto;
    width: auto;
    margin-right: 5px;
    
}

#footer p 
{
	margin:0;
	padding:5px 10px;
	text-align: left;
}

h1
{
    font-size: 24pt; 
    color: #ff6600;
    padding: 15px auto auto 15px;
}

h2
{
    font-size: 18pt; 
    color: #ff6600;
    padding: 15px auto auto 15px;
}


