@charset "UTF-8";
/* CSS Document */
 
@font-face {
 font-family: mycustom;
 src: url("../f/Candara.eot") /* EOT file for IE */ 
 
}
@font-face {
 font-family: mycustom;
 src: url("../f/Candara.ttf") /* TTF file for CSS3 browsers */ 
} 
  
body {
	background-color: #d2d4d2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
	background-repeat:repeat-y;
	background-position: center center;
	font-size:13px;
	font-family: mycustom,Arial, Helvetica, sans-serif;
	color: #666666;
} 	 
	
/* Used as first centered child element, thats all */
.cw-main-content-1 {
    margin: 0 auto; 
    text-align:left; 
    text-align:left;
	width:800px;
	padding-bottom:25px; 
}

/* header stuff*/
.cw-header-1{
  width:750px;
  padding-bottom:0px;
} 

/* menu */

.cw-menu {  
    position:relative;
	font-family:mycustom ;
	font-size:14px;
	color: #666;
	padding-bottom:25px;
	/* background-color:#996699; */
 
} 
 
.cw-contact{
    width:700px;
	color: #777;
	font-family: Verdana;
	font-size: 12px;
}

.cw-content-1{
	width:750px;  /*  red ; */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0px solid #FFF;
	padding: 20px;
	height:540px;
	background-color: #D1D5E0;
} 
 
#flashcontent{
   height:480px;
   width:100%;
}

.cw-text-left{
  /* background-color:#CCCC00; */
  width:285px;
  float:left;
  font-size:1.1em;
  padding-left:15px;
}

.cw-pic-right{
  /* background-color:#00FF00;*/
  width:435px;
  float:right;
  padding-left:15px;
}
 
.cw-caption-left{
  float:right;
  clear:both;
  font-size:.75em;
  padding-right:35px;
}
 
 
 
/* footer stuff*/
.cw-footer-1{ 
  width:750px; 
}   

.cw-tel{
  font-weight:bolder;
  font-size:1.01em;
  
}
 
* a {
  text-decoration:none;
}

* a:link {
	color:#003399;
}
* a:hover {
  color:#406169; 
}
* a:visited {
	color:#9999CC;
}





h1 {
	font-family: mycustom, Verdana;
	width:700px;
	color:#999999;
	font-size:2em;
	padding-top:15px;
	padding-bottom:-10px;
}
h2 {
	font-family: mycustom, Verdana;
	width:700px;
	color:#CCCCCC;
	font-weight:lighter;
	font-size:1.3em;
}


 
.spacer {
    padding:10px;
}
  
