@charset "utf-8";
/* CSS Document */

html, body{
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#6d6e71;
	background-image:url(images/pattern.jpg);
	background-repeat:repeat;
	margin:auto 0;
	padding:0;
	text-align:center;}
	
h1{font-size:16px; font-weight:normal;}
	
a{	color:#6d81bb;
	text-decoration:none;}
	
a:hover{ text-decoration:underline;}

.bold{background-color:#f3f5fc;}

/*.box_background {
    background-color: #000;
	filter:alpha(opacity=10); 
    opacity: 0.10;
   	position: absolute;
    width: 970px;}*/

iframe{border:0;}

#myGalleryCaption{
	width:645px;
	height:231px;
	border:0px solid red;
	float:left;}
	
#small_frame{
	width:305px;
	height:231px;
	border:0px solid red;
	float:right;}

#container {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;}

#top{
	width:951px;
	height:82px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;}

#header{
	width:950;
	height:231px;}

#content {padding:10px; text-align:left;}

#content_left{
	float:left;
	width:645px;
	border-right:1px solid #cacbcc;}
	
#content_right{
	float:right;
	width:303px;}
	
#box_left{padding:10px 20px;}
#box_right{padding:10px 20px;}

#footer {
	height:29px;
	font-size:10px;
	font-weight:bold;
	border-top: 1px solid #cacbcc;
	padding-top: 10px;
	text-align:center;}