@charset "ISO-8859-1";
 <!--
  
  body,td,th, p {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.pot{
	display:none;
}

h1{
	font-family: Continuum Light;
	font-style:  regular;
	font-size: 25px;

	color:#e2e2e2;
}

a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #CCC;
}


  #container {
      margin: 0 auto;
      text-align: left; 
      padding: 0;
      background-color:#ECD8C0;
      width:1414px;
      height:694px;
  }
  
  #header_image {
      width:1414px;
      height:95px;
  }
  
  #container #col1{
      width: 320px;
      height:492px;
      float:left;
      padding: 0px;
	  background-image:url(images/left_nav.jpg);
	  background-position:bottom left;
	  background-repeat:no-repeat;
  }
  
  
  #container #col2outer {
      width:1094px;
      height:492px;
      float: right;
      margin: 0;
      overflow:hidden;
  }
  
  
  #col2outer #col2mid{
      width: 787px;
      height:493px;
      float: left;
      overflow:hidden;
      margin-left: 0px;
      background:url(images/eyetailor_mockup_2_1_04.jpg);
  }
  
  #content{
	  padding:10px;
	 margin: 0 auto;
	 height:458px;
	 width:753px;
  }
  
  
  #col2outer #col2side{
      width: 307px;
      height:493px;
      float: right;
  }
  
  
  
  #container #footer{
      width:1414px;
	  height:107px;
      float:left;
  }
  
#vertmenu {
	font-family: Continuum Light;
	font-style:  regular;
	font-size: 30px;
	line-height:60px;
	width: 204px;
	padding: 0px;
	margin-left:140px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 30px;
	display: block;
	padding: 0px;
	text-decoration: none;
	color: #c4c4c4;
	width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #FFF;
}
  
  -->
