/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #ffffff;
  margin: 0;
	padding: 0;
	background: transparent;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
  line-height: 1.40em;
	/*background-color: #B3BBE9;*/
  background-color: #DEB3E9;
  }
  
.rimg {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-width: 1px 1px 1px 1px;
  float: right;
  margin-left:5px;
  vertical-align: center;
}
.oimg {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-width: 1px 1px 1px 1px;
	float: right;
  margin-left:5px;
  vertical-align: center;
}
.vr {
	border: none;
	float: right;
  margin-left:20px;
  margin-right:15px;
}

h1{
	color: #666666;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
  line-height: 1.40em;
}

.menu {
border: none;
text-align:center;
color: #666666;
background: transparent;
}
.mover {
color: #ffffff;
background-image: url("../images/mback.gif");
background-repeat: no-repeat;
background-position: top center;
}
.mover:hover {
color: #ffffff;
background-image: url("../images/mback.gif");
background-repeat: no-repeat;
background-position: top center;
}

a {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-color: inherit;
	text-decoration: none;
	}
	a:visited 	{ color: #666666; background: inherit; }
	a:hover 	{ color: #ffffff; background: inherit; }
	a:active 	{ color: #ffffff; background: inherit; }

															/** MAIN CONTAINERS **/
div#container {
	margin: 0em auto;		
	}
	div#header {
		color: inherit;
		border: none;
		}
		div#header-in {
			padding: 10px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
      /*background-color: #B9B07E;*/
      background-color: #B8B87F;
      /*background-color: #BEBE7D;*/
      /*background-color: #DEB3E9;*/
      background-image: url('../images/front0.jpg'); 
      background-repeat: no-repeat; 
      background-position: top right;
      border-left: 1px solid #666666;
			border-top: 1px solid #666666;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			border-width: 1px 1px 1px 1px;
			}
			div.content-in {
         width: 360px;
         font-weight: bold;
         text-align: left;
				padding: 20px;
         /*padding-left: 30px;
         padding-bottom: 20px;
         padding-right: 20px;*/
				}
         div.content-menu {
         width: 390px;
         font-size: 11px;
				text-align: center;
         vertical-align: bottom;
				padding: 0px;
				}
	div#footer {
    color: #666666;
		font-size: 11px;
		border: none;
		}
		div#footer-in {
			padding: 0px;
			}




															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
