/**************************************************************************************
  *  Version:      $Id: layout.css 637 2009-03-09 14:17:52Z arivera $
  *  Package:      Express Website Manager 1.0
  *  Copyright:    Copyright (c) 2008 Express Media, Inc.  All rights reserved.
  *  Website:      http://www.expresswebsitemanager.com
  *  License:      See license attached to distribution
  **************************************************************************************/

/* Main Container */
div#center { margin-left: auto; margin-right: auto; }

/* Wrapper */
div#wrapperholder {
	text-align: left;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

div#wrap { margin: 10px 20px 0px 20px; }

/* Header */
div#header { }

/* Logo */
div#logo { margin-bottom: 10px; }

/* Page Body Including Body and Content Footer */
div#mainholder { float:left; }

table#main { font-size: 100%; text-align: left; }

/* Copyright Notice*/
div#copyright { position: relative; margin: 5px; color: #494949; }

div#copyright a { text-decoration: underline; color: #494949;}

div#copyright a:hover { text-decoration: none; }

/* Blocks */
div#topmenu {
	width: 100%;
	overflow: hidden;
	height: 35px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
}

div#left { 
	text-align: left;
	float:left;
	width: 190px;
	margin-right: 20px;
}

div#right { 
	text-align: left;
	width: 180px;
	padding-left: 10px;
}

