html, body {
  height: 100%;
  background:#eee url(img/bg.jpg) repeat-y;
  margin: 0; 
  padding: 0; 
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  -webkit-font-smoothing:antialiased;
}
 
table, tr, td, th {
  table-layout: fixed;
  margin: 0; 
  padding: 0; 
  font-family: Verdana, Geneva, sans-serif;
  font-size:11px;
	border-collapse: collapse;
}
 
p.align-right {
  text-align:right;
}
p.align-center {
  text-align:center;
}
 
.clear {
  clear:both;
}
 
h1,h2,h3,h4 {
  margin:0px 0px 10px 0px; 
  text-transform:uppercase;
}
 
h1 {
  font-size:24px;
  line-height:28px;
  color:#00519e;
}
 
h2 {
  font-size:11px;
  line-height:12px;
  color:#00519e;
}
 
h3 {
  font-size:14px;
  line-height:16px;
}
 
h4 {
  font-size:12px;
  line-height:16px;
  color:#00519e;
}
 
.all {
  width:950px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  padding: 0; 
}
.all.dark {
  background:#6a6d6e;
}
.all.grey {
  background:#b4b6b6;
}
.all.lightgrey {
  background:#ddd;
}
 
.all.lightgrey2 {
  background:#F2F2F2;
}
.all.lightgrey3 {
  background:#ccc;
}
.all.white {
  background: white;

}


.shadowBottom {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.4); /* WebKit */
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.4); /* Firefox */
  box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.4); /* Standard */
}
 
.main {
  width:800px;
  margin: 0px auto;
  padding:0px;
  position:relative;
  text-align: left;
}
.apercu {
  width:500px;
  margin: 0px auto;
  padding:0px;
  position:relative;
  text-align: center;

}
.arttitle {
  text-transform:uppercase;
  font-size:13px;
  color:#00519e;
 font-weight: bold;
}
.artback {
  text-transform:uppercase;
  font-size:10px;
  color:#00519e;
  cursor:pointer;
}
.artdate {
	padding:10px;
  text-align:center;
  text-transform:uppercase;
  font-size:10px;
  color:#00519e;
width:50px;
}
.main2 {
  width:430px;
  margin: 0px auto;
  padding:10px;
  text-align: justify;
  color:#454545;
  line-height:15px;
}
.main.top {
  padding:10px;
}

.main a {
  color:#00519e;
  font-weight:bold;
  text-decoration:none;
}
 

.left, .right {
  float:left;
}
 
.head {
  height:28px;
  overflow:hidden;
}
 
.head .left {
  width:50%;
  color:#9a9b9b;
  line-height:28px;
}
.head .left a {
  color:#9a9b9b;
    font-weight:400;
  font-size:10px;
  text-decoration:none;
}
.head .left a:hover,
.head .left a.act {
  color:#fff;
}
 
.head .right {
  width:50%;
  text-align:right;
}
.top {
  height:60px;
}
.top .left {
  width:350px;
  padding:10px 0px;
}
.top .right {
  width:300px;
}
.top ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  height:75px;
  overflow:hidden;
}
.top ul li {
  float:right;
  margin-left:1px;
}
.top ul li a {
  color:#2e509a;
  text-decoration:none;
  font-size:14px;
  line-height:60px;
  text-transform:uppercase;
  font-weight:300;
  padding:0px 14px 0px 14px;
  display:block;
}
 
.top ul li.active,
.top ul li:hover,
.top ul li.mover {
  background:#e8ebf3;
}
 
.top ul li ul {
  position:absolute;
  opacity:0;
  visibility:hidden;
  height:0px;
  overflow:hidden;
  z-index:3;
  padding:8px 0px;
}
.top ul li.mover ul,
.top ul li:hover ul {
  opacity:1;
  visibility:visible;
  height:auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.top ul li ul li {
  float:none;
}
.top ul li.active ul li,
.top ul li:hover ul li,
.top ul li.mover ul li {
  background:transparent;
}
.top ul li ul li a {
  font-size:12px;
  padding-right:5px;
  text-transform:none;
  line-height:26px;
}
.top ul li ul li.active a,
.top ul li ul li:hover a {
  color:#6a6d6e;
}
 
.footer {
  width:752px;
  height:20px;
  padding:5px;
  text-align:center;
  color:#9b9b9b;
}

input[type=text],
textarea,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover{
    outline: none;
	background:#F2F2F2;
	border-width: 0px 0px 0px 0px; 
	font-size:11px;
	text-align:left;
	padding:4px;
	font-variant: small-caps;
}

textarea{
	height:40px;
	width:378px;
	resize: none;
}
.comsend {
  text-transform:uppercase;
  font-size:10px;
  color:#00519e;
  cursor:pointer;
}