/*
Title:      	Shelley Illmensee Makeup style for screens
Author:     	Tom Illmensee
Updated:    	June 2006
Notes:    	Thanks to Dan Cederholm and Andy Budd!
*/

body {
	margin: 0px;
	background: #FFF;
     }

#container {
		min-width: 740px;
	max-width: 1400px;
	}

#masthead {
	position: relative;
	background: #b0b9b5;
	border-bottom: 1px solid #333;
	}

#welcome {
	float: left;
	width: 50%;
	font-family: helvetica, arial, verdana, sans-serif;
  	font-size: 12px;
	line-height: 18px;
	}

#sidebar {
	float: left;
	width: 50% !important;
	width: 49.9%;
	font-family: arial, verdana, helvetica, sans-serif;
  	font-size: 12px;
	line-height: 20px;
	}

#title {
	background: url(../img/heading_bg.gif) repeat-x bottom;
	}

.shell1 {
	margin: 0 auto;
	width: 70%;
	}

.shell2 {
	margin: 3 auto;
	width: 99%;
	}

#footer {
	padding: 8px 0 1em;
	font-family: arial, verdana, helvetica, sans-serif;
  	font-size: 11px;
	line-height: 25px;
	text-align: center;
	}

/* ---------[word styles]---------------- */

a:link, a:visited {
	color: #be6c70;
	text-decoration: none;
	}
a:hover {
	color: #e731b9;
	text-decoration: underline;
	}

h1  {
   	font-family: arial, verdana, helvetica, sans-serif;
   	font-size: 16px;
	margin-top: 25px;
	}

#welcome h2 {
   	font-family: arial, verdana, helvetica, sans-serif;
   	font-size: 14px;
	margin-top: 30px;
	color: #333333;

	}
	
	#sidebar h2 {
   	font-family: arial, verdana, helvetica, sans-serif;
   	font-size: 14px;
	margin-top: 30px;
	color: #333333;
	}

#sidebar h2.contact {
   	font-family: arial, verdana, helvetica, sans-serif;
   	font-size: 14px;
	margin-top: 30px;
	}

.indent {
   	margin-left: 20px;
	


