/*body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px; 
	background-color: #000000;
	background-image: url(images/bg.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0px;
}*/



/*h1, h2, h3, h5, h6  {margin : 0 40px;padding: 0px 0px .1em 0px;	font-weight: normal;}
h4 {margin : 0 0px;padding: .5em 0px 5px 0px;}

h1 {font: 1.55em; }
h2 {font: 1.5em;}
h3 {font: 1.3em;}
h4 {font: bold 1.2em; }
h5 {font: bold 1.1em; }
h6 {font: 1.1em; }

p, ul, ol, adress,table {margin : 0 15px 10px 40px;font-weight: normal;}*/


h2 { font-weight:normal;}
h3 { font-weight:normal;}

a {	text-decoration: none;text-align: left;}

ul {margin : 0px ; padding : 0;text-indent: 0px;}

li {margin : 0 ;text-indent: 0px;list-style-type: none;	text-align:left;}


/*layout*/

.clear { clear:both; }

#container {	
	width:350px;
	height:260px;
	margin:150px auto 0px auto; 
	padding:0px; 
	position: relative;
	}

#container-intro {	
	width:800px;
	height:600px;
	margin:90px auto 0px auto; 
	padding:0px; 
	position: relative;
	}

#header {
	padding:0px;
	margin:0px auto; 
	width: 776px;
	height:162px;
	position:relative;
	}

	
	ul.nav {
	display:inline;
	list-style-type:none;
}

	ul.nav li{
	list-style-type:none;
}
	
#content {
	width:730px;
	min-height:300px; 
	margin:0px; 
	padding:20px 26px 0px 26px;
	color:#445568;
	/*background-color:#FFFFFF;
	background-image: url(images/content-bg.jpg);
	background-repeat:repeat-y;
	*/}
	

#footer {
	width:100%;	
	height:134px;
	background-color:#FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
}


.copyright {width: 40%;padding-left: 6px; font-size:10px; float:left; text-align:left; color:#808080;}
.copyright a {color:#A6A6A6;}
.copyright a:hover {color:#808080;}


.access {width:50%; padding-right:6px; float:right; text-align:right; font-size:10px; color:#808080; }
.access a {color:#808080;}
.access a:hover {color:#A6A6A6;}
