/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

* {
	padding: 0px;
	margin: 0px;
	color: #60564D;
	font-size: 12px;
	list-style:none;
	text-decoration:none;
	font-style:normal;
	border: none;
        font-family: Arial, Helvetica, San-sarif;
 }

a:link , a:visited {
	color: #BA6932;
	font-weight: bold;
}

a:hover , a:active {
	color: #E0772F;
}

p {
	display: block;
	margin: 1em;
}

body {
	background: #A6CE3D;
}

ul {
	margin-left: 3em;
}

li {
	margin-bottom: .3em;
}

#shell_space {
	display: none;
}

#shell {
	position: relative;
	width: 675px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: #F4E369;
	border-top: 3px #666633 solid;
	border-right: 8px #666633 solid;
	border-left: 8px #666633 solid;
	border-bottom: 3px #666633 solid;
}

#head_space {
	display:none;
}

#header {
	position:relative;
	height: 300px;
	width: 675px;
	background: #F4E369;
	text-align: center ;	
	display: block;
}

#head0 { /* image */
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 400px;
}

#head1 { /*contact info*/
	position: absolute;
	width: 275px;
	height: 265px;
	top: 0px;
	right: 0px;
	background: #F4E369;
}


#head2 { /*whats new*/
	position: absolute;
	width: 275px;
	height: 35px;
	right: 0px;
	top: 265px;
}


#head3 { /*headline */
	position: absolute;
	width: 675px;
	height: 25px;
	bottom: 0px;
	background: #996661;	
	text-align: left;
	display: none;
}

#main_space {
	display: none;
}

#main {
	position:relative;
	width: 675px;
	height: 100%;
	background: #F4E369;
	display: block;
}


* html body div #main1 a { /*IE hack*/
        display: block;
        margin: 5px;
        color : #FAEDDF;
}



#main0 {
	position: relative;
	width: 675px;
}

#main1 { /*menu */
	position:relative;
	float: left;
	width: 200px;
	background: #C1783F;
}

#main2 { /*tagline */
	position:relative;
	width: 475px;
	float: right; 
}

#main3 { /*primary text*/
	position: relative;
	width: 475px;
	min-height: 10em;
	float: right;
	background: #F7F7EB;
}


#main4 { /*ezine*/
	position:relative;
	width: 200px;
	float: left;
	text-align: center;
	background: #AEA038;
}

#footer {
	width: 675px;
	text-align: right;
	background: #F4E369;
}

#foot0 { /*nav buttons*/
	width: 675px;
	background: #996661;
}

#foot1 { /*copyright*/
	width: 675px;
	background: #C1783F;
}

#signup {
	width: 140px;
	height: 90px;
	overflow: hidden;
}

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
