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

* {
	padding: 0px;
	margin: 0px;
	color: #60564D;
	font-size: 12px;
	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-top: 1em;
	margin-bottom: 1em;
}

li {
        margin-bottom: .3em;
        margin-left: 1.5em;
}

#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 {
	display: none;
}

#main_space {
	display: none;
}

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


#main0 { /*image*/
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
}

#main1 { /*main text*/
	position:relative;
	float: right;
	width: 475px;
	min-height: 500px;
	background: #F7F7EB;
}
	
#main1 p , #main1 h1 , #main1 h2 , #main1 h3 {
	text-align: justify;
}

#main1 img {
	position: relative;
	float: right;
	margin: 5px;
	margin-right: 20px;
}

#main2 { /*logo */
	position:relative;
	width: 200px;
	height: 70px;
	float: left; 
	background: #996661 url(images/logo_internal.gif) no-repeat center;
}

#main2 p {
	display: none;
}

#main3 { /*tagline*/
	position: relative;
	width: 200px;
	height: 58px;
	float: left;
	background: #AEA038 url(images/tagline_internal.gif) no-repeat center;
}

#main3 p {
	display:none;
}


#main4 { /*menu*/
	position:relative;
	width: 200px;
	float: left;
	text-align: center;
	background: #C1783F;
	color: #FAEDDF;
}

#main4 a:link {
	display: block;
	margin: .5em;
}

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


#main5 { /*address*/
	position: relative;
	width: 200px;
	float: left;
	text-align: center;
	background: #FCE24C;
}

#main5 * {
	font-size: 11px;
}

#foot_space {
	height: 1px;
	width: 675px;
	background: #996661;
	display: block;
}

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

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

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

div.menu_space {
	height: 30px;
	width: 180px;
}

#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 */
