/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #d2d2d2 url(img/bg.gif) repeat-x;
	color: #222;
	font: 12px Arial, Helvetica, Tahoma, Verdana, sans-serif; 
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: bold 16.5px sans-serif; background: #fff; color: #363636; padding-left: 0px; height: 20px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 14.5px sans-serif; color: #363636;}
h3 {font: bold 14px sans-serif; color: #363636; margin-bottom: 10px;}
h4 {
font: bold 12.5px sans-serif;
color: #bbb;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em sans-serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: 0px;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FFF;
	margin: 0 auto;
	width: 729px;
}
#container {
	font-size: 1.3em;
	line-height: ;
	margin: 0 auto;
	width: 717px;
}

#flashcontent {
padding: 0 0 0 35px;
}
/* header */
.title {
	background: url(img/title.jpg);
	height: 91px;
}
.title h1 {
	color: #441;
	
	padding: 10px 0 10px 18px;
}

.header {
	margin: 0px 0px 0px 0px;
	background: #fff url(img/header.jpg);
	width: 717px;
	height: 254px;
	position: relative;
}
/*News*/

.news {
float: left;
width: 100%;
text-align: justify;
}
.more {
float: right;
}


/*Articles*/
.article {
float: left;
width: 100%;
text-align: justify;
}
.more {
float: right;
}
.article h3 {
margin-bottom: 0px;
}
.article h1 {
margin-bottom: 20px;
}

/* navigation */

.solidblockmenu{
height: 30px
margin: 0px;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 0px solid #625e00;
background: #363636;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: #3cb3cc;
}

/* main */
.main#two-columns {
      background: #FFF url(img/content_.gif) repeat-y;}


/* footer */
.footer {
	background: #013648;
	color: #EED;
	padding: 10px;
}
.footer .left {
width: 33%;
}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/*Gallery*/
.gallery {
  float: right;
  width: 40%;
  
  
}
.gallery div {
  float: left;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 1px;
}

.gallery a {
text-decoration: none;
}
/*column*/
.col2 .left {
width: 60%;
}

.col2 .right .content {
margin: 10px 30px;
}

.col2 .left .content {
background: #;
padding: 20px;
}

.col2 .right {
width: 40%;
}

.left {
float: left;

}
/*right Column*/
.right {
float: right;
}
/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}