<html><head><title>test</title>
<style>
body {
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#23262c;
scrollbar-3dlight-color:#23262c;
scrollbar-arrow-color:#FFFFFF;
scrollbar-face-color:#23262c;
font-family: Verdana, sans-serif;
[COLOR=red]background-color:#222222;[/color]
}
#header{
position:relative;
clear:both;
text-align: center;
font-size:20pt;
color: #EFE7DF;
border-style:solid;
border-width:3px;
border-color:dimgray;
background-color:#23262c;
[COLOR=red]margin-left:10%;
margin-right:10%;[/color]
height:15%;
}
#leftCol{position:relative;
width:23.2%;
height:125%;
float:left;
border-style:solid;
border-width:3px;
border-color:dimgray;
background-color:#23262c;
[COLOR=red]margin-left:5%;[/color]
margin-right:0px;
}
#rightCol{position:relative;
width:57%;
height:125%;
float:right;
border-style:solid;
border-color:dimgray;
border-width:3px;
background-color:#23262c;
[COLOR=red]margin-right:5%;[/color]
margin-left:-1px
}
A.menulink {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:14pt;
color: #EFE7DF;
border: none;
}
A.menulink:hover {
color: white;
letter-spacing:1px;
border: solid 1px dimgray;
background-color:black;
}
p {
text-indent: 2em;
margin-top: 0;
margin-bottom: 0;
color="#EFE7DF";
padding-left: 0.2em;
font-size:12pt;
}
</style>
</head><BODY>
<DIV id="header">
Paul-Flores
</DIV>
<DIV id="leftCol">
<A href="[URL unfurl="true"]http://www.paul-flores.com"[/URL] class="menulink">Home</A>
<A href="[URL unfurl="true"]http://www.paul-flores.com/solidworks"[/URL] class="menulink">Solidworks</A>
<A href="[URL unfurl="true"]http://www.paul-flores.com/sheetmetal"[/URL] class="menulink">Sheet Metal</A>
</DIV>
<DIV id="rightCol">
<P>
This would be my homepage
</P>
<BR>
<P>
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
</P>
</DIV>
</BODY>
</HTML>