<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cross-Browser Web Page</title>
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta content="all" name="robots" />
<meta name="description" content="164 characters of keyword loaded descriptive text goes here" />
<meta name="keywords" content="keywords go here -- but they are not used by most search engines" />
<script type="text/javascript">
<!--//--><![CDATA[//><!--

sfHover = function() {
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>
</script> <style type="text/css">
<!--
/* Begin RESETS css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1;
color: black;
background: white;
}

ol, ul {
list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}

textarea {
margin: 0; padding: 0;
}

/* End RESETS css */

body {
font-family: Tahoma, Geneva, sans-serif;
font-size: 62.5%;
line-height: 1.5em;
background: #336699;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}

.wrapper #container {
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
color:#000;
}

.wrapper #header {
background-color:#369;
/* padding: 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image:url(images/jeep_ride_above_Lajitas.jpg);
height:150px;
color:#000;
}

.wrapper #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div clockwise top-right-bottom-left*/
font-family: Tahoma, Geneva, sans-serif;
font-size: 2.4em; /* 24px */
font-weight:bold;
background-color:transparent;
color:#FFFFFF;
line-height:1.8em;
}

.wrapper #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px; /* clockwise top-right-bottom-left */
color:#000;
}

.wrapper #sidebar1 p {
font-size: 1.2em; /* 12px */
line-height:1.2em;
text-align:left;
letter-spacing:0.1em;
}

.wrapper #sidebar1 h3 {
font-size: 1.8em; /* 18px */
padding: 10px 0px 15px 0px; /* clockwise top-right-bottom-left */
font-family: Tahoma, Geneva, sans-serif;
font-weight:bold;
}

.wrapper #mainContent {
margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
border-left:#999 1px dotted;
}

.wrapper #mainContent p {
font-size: 1.2em; /* 12px */
line-height:1.2em;
text-align:justify;
letter-spacing:0.1em;
}

.wrapper #mainContent h1 {
font-size: 2.4em; /* 24px */
padding:15px 8px 12px 8px; /* clockwise top-right-bottom-left */
line-height:1.2em;
font-family: Tahoma, Geneva, sans-serif;
font-weight:bold;
}

.wrapper #mainContent h2 {
font-size: 2.1em; /* 21px */
padding:15px 8px 12px 8px; /* clockwise top-right-bottom-left */
line-height:1.2em;
font-family: Tahoma, Geneva, sans-serif;
font-weight:bold;
}

.wrapper #image1 {
float:left;
border:none;
width:200px;

}

.wrapper #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
color:#000;
}

.wrapper #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 1.2em; /* 12px */
color:#000;
background:#DDDDDD;
font-family: Tahoma, Geneva, sans-serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
width:0px; /* must declare width of object floated*/
}

.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
width:0px; /* must declare width of object floated*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.pagebreak {
page-break-before: always;
}

.noprint {
display: none;
}

#Form1
{
width:20em;
}

#Form1 fieldset
{
display: block;
background-color: #ffffff;
border:#CCC 1px solid;
font-size: 1.2em; /* 12px */
padding: 0px 0px 0px 10px; /* clockwise top-right-bottom-left */
color:#000;
}

#Form1 fieldset label
{
margin-bottom: 1em;
font-size: 1.0em; /* 10px */
font-weight: normal;
}

#Form1 fieldset legend
{
margin-bottom: 1em;
font-size: 1.2em; /* 12px */
font-weight: bold;
padding:0px 5px 0px 5px;
}

#Form1 fieldset legend p
{
font-size: 1.2em; /* 12px */
font-weight: normal;
width: 16em;
color: #000080;
background-color: #ffffff;
}

#Form1 fieldset .submit {
border: 1px inset #006;
background: #ccf;
margin: 15px 0px 5px 20px; /* clockwise top-right-bottom-left */
color:#000;
}

#Form1 fieldset .submit:hover {
border: 1px inset #f00;
background: #eef;
cursor:pointer;
color:#000;
}
/************************************ HELPERS ***************************************/

.floatRight {
float:right;
width:0px; /* must declare width of object floated*/
}

.floatLeft {
float:left;
width:0px; /* must declare width of object floated*/
}

.clearBoth {
clear:both;
}

.clearLeft {
clear:left;
}

.clearRight {
clear:right;
}

.inline {
display:inline;
}

.block {
display:block;
}

.hidden {
display:none;
}

.invisible {
visibility:hidden;
}

.visible {
visibility:visible;
}

/** margin helpers (useful for floated images) **/

.marginTop10 {
margin-top:10px;
}

.marginRight10 {
margin-right:10px;
}

.marginBottom10 {
margin-bottom:10px;
}

.marginleft10 {
margin-left:10px;
}
/** menu css - flyouts work with javascript in head **/
.wrapper #sidebar1 #nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float : left;
width : 150px;
}

.wrapper #sidebar1 #nav li { /* all list items */
position : relative;
float : left;
line-height : 1.4em;
margin-bottom : -1px;
width: 150px;
}

.wrapper #sidebar1 #nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 165px;
margin-top : -1.35em;
}

.wrapper #sidebar1 #nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

.wrapper #sidebar1 #nav li a {
width: 150px;
w\idth : 150px;
display : block;
color : black;
font-size:140%;
font-weight : normal;
text-decoration : none;
background-color : white;
border : 1px solid #ccc;
padding : 0 0.5em;
}

.wrapper #sidebar1 #nav li a:hover {
color : white;
background-color : black;
}

.wrapper #sidebar1 #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

.wrapper #sidebar1 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.wrapper #sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.wrapper #sidebar1 { padding-top: 30px; }
.wrapper #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>

<body class="wrapper">

<div id="container">
<div id="header">
<h1>Header Text is placed on top of Background Image</h1>
<!-- end #header --></div>
<div id="sidebar1">
<h3>Sidebar1 Content</h3>

<ul id="nav">
<li><a href="#">Home</a></li>
<li><a href="#">About</a>
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Offices</a></li>
</ul>
</li>
<li><a href="#">Services</a>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Internet Marketing</a></li>
<li><a href="#">Hosting</a></li>
<li><a href="#">Domain Names</a></li>
<li><a href="#">Broadband</a></li>
</ul>
</li>
<li><a href="#">Contact Us</a>
<ul>
<li><a href="#">United Kingdom</a></li>
<li><a href="#">France</a></li>
<li><a href="#">USA</a></li>
<li><a href="#">Australia</a></li>
</ul>
</li>
</ul>
<br class="clearBoth" /><br />

<p>The background color on this div will only show for the length of the content.<br />
<br />
If you would like a dividing line instead, place a border on the left side of the #mainContent div.
<br />
<br />
<a href="layout-code.html" title="View the Code Here">VIEW THE CODE HERE</a> <br />
<br />
</p>
<!-- end #sidebar1 --></div>
<div id="mainContent">
<h1> Main Content </h1>
<img src="images/greetings_from_alpine.jpg" alt="Greetings from Alpine, Texas" width="200" height="150" class="marginRight10" id="image1"/> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id, libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
<h2>Form Example</h2>
<form action="layout.html" id="Form1">
<fieldset>
<legend>My Form</legend>
<input type="radio" name="xchoose" id="xchoose1" value="1" />
<label for="xchoose1">Choose 1</label><br />
<input type="radio" name="xchoose" id="xchoose2" value="2" />
<label for="xchoose2">Choose 2</label><br />
<input type="radio" name="xchoose" id="xchoose3" value="3" />
<label for="xchoose3">Choose 3</label><br />
<input type="submit" value="Submit" name="submitbutton" class="submit" />
</fieldset>
</form>
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
<div id="footer">
<p>| <a href=
"http://jigsaw.w3.org/css-validator/">CSS</a> | <a href=
"http://validator.w3.org/check?uri=referer">XHTML 1.1</a>
|</p>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>