
html, BODY 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    BACKGROUND-COLOR: #ffffff;
    background-image: url('images/background.jpg');
    background-repeat:repeat-x;   
        FONT-FAMILY: arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: normal;
        LETTER-SPACING: normal;
        TEXT-TRANSFORM: none;
        WORD-SPACING: normal;
        color:black;
        text-align:left;
        height:100%;
        margin: 0;
        padding: 0;
}


#container
 {
    background-color:#A7A7A7;
    margin: 0 auto;
    width: 1000px;
    border: solid 1px black;  
    margin-top: 15px;
 }
 
 #footer
 {
  clear:both;
  height: 40px;
  background-image: url('images/footer.png');
  text-align:center;
 }
 
 #footertext
 {
 top:10px;
 position:relative;
  }
 
 #menu
 {
 background-image: url('images/menu.png');
 width: 1000px;
 height: 45px;

 }
 
 #menutext
 {
top:11px;
left: 20px;
position:relative;

color:White;
}

#slideshow
{
float:right;
right: 53px;
position:relative;
top:25px;
width: 416px;
height: 428px;
background-image: url('images/screen.png');
z-index:1;
}

#sea
{

background-image: url('images/sea.jpg');
width:1000px;
height:547px;
}

#browsers
{

top:305px;
position:absolute;
clear:right;
width: 1000px;
height: 547px;
z-index:0;
}

#slideshowimage
{
padding-left: 35px;
padding-top: 40px;

}
 
#paxron
{
position:relative;
right: 80px;
width: 351px;
height: 498px;
top: 1px;
float:right;
}

.intro
{

position:relative;
left: 60px;
top: 25px;
background-color: #C4C3C3;
width:400px;
padding: 10px;
border: Dotted 2px Black;
z-index:1;

}

.spacer
{
clear:both;
height:20px;
}

.portfolio
{
padding-top: 20px;
padding-left: 80px;
cleaR:both;

}

.portfolioimage
{
width: 330px;
float:left;
padding: 20px;
border: dotted 2px black;
background-color:White;

}

.portfoliotext
{
float:right;
width: 400px;
padding-right: 80px;

}

#singleColumn
{
width: 1000px;
padding: 0.4em;

}

#leftColumn
{
text-align: left;
width: 650px;
float:left;
padding: 0.4em;

}

#rightColumn
{
text-align: center;
width: 350px;
float:right;
}

h1{
FONT-SIZE: 11pt;
FONT-WEIGHT: bold;
}
    
    A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#C4C3C3;
	}
	
 
  
