@charset "utf-8";
/* CSS Document */

*{     
	margin: 0;
}

html,body
{
	font: 11px Arial, Helvetica, sans-serif;
/*	background-color:#051b2f;*/
/*	background-color:#ECECEC; */
	background-color:#ffffff;
	margin:0px;
	height: 100%;
	background-image:url(../images/bg_written.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}

.header_container{
	position:relative;
	background-repeat:repeat-x;
}

.header
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:1131px;
	height:303px;
}

.footer
{
	background-repeat:no-repeat;
	width:1130px;
	position:relative;
	left:1px;
}

.footer, .push {
	height:0px;
	background-color:#000;
 }

.maincontainer
{
    margin: 0px auto;
	width:1131px;
}

.top_menu 
{
	position:relative;
	height:100px;
	bottom:0px;
	top:250px;
}

h1 {
	font-size:138.5%;  
}
h2 {
	font-size:22px; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th,td {
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table,pre {
	margin-bottom:1em;
}

input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/* GALLERY */

.gallery_container
{
	position:relative;
}

.gallery
{
	position:relative;
	cursor: default;
	list-style: none;
}

.gallery a
{
	cursor: pointer;
}

.gallery img
{
	position:relative;
	background: #7C7D7C;
/*	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;*/
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.gallery li
{
	background: #7C7D7C;
/*	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;*/
	color: inherit;
	display: inline;
	margin: 13px;
	padding: 5px;
	position: relative;
}

