/* CSS Document */
h1, h2, h3, h4, h5, h6 { font-size:160%; color: #0055A5; }
.block{ width: 450px; margin-right: auto; margin-left: auto; margin-top: 20px; }
.color_black{ font-size: 18px; font-weight: bold; color: #000; }
.color_red{ font-size: 36px; font-weight: bold; color: #F00; }

.text{
	font-size: 14px;
}

blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(../images/openquote.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
    	display: block;
    	background-image: url(../images/closequote.png);
    	background-repeat: no-repeat;
    	background-position: bottom right;
  	}

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#6dcff6; 
	background-image: url(../images/bg-x.jpg); 
	background-attachment:fixed; 
	background-repeat:repeat-x; 
	background-position:left top;
	font-family:Verdana, Geneva, sans-serif;
	
}
#wrapper{
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #FFF;
	border: 1px solid #000;
	-webkit-border-radius:10px;
}
#inner_wrap {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header_wrapper {
	height: 200px;
	width: 970px;
}
#header_slide{
	width:700px;
	height:198px;
	float:right;
	}
#menu_wrapper {
	height: 25px;
	width: 970px;
	background-color: #000;
	z-index: 100;
}
#content_wrapper{
	background-image: url(../images/bg-content-spacer.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 15px;
}
#main_content{
	float: left;
	height: auto;
	width: 700px;
}
#main_content li{ line-height:22px;}
#right_column{
	float: right;
	height: auto;
	width: 250px;
}
#bottom_wrapper {
	margin: 0px;
	padding: 0px;
	width: 970px;
}

.vcard{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #06C;
}
.copy{ font-size:16px;}

