@charset "utf-8";
/* CSS PASMACH */
/* created on:  24 June 2009 */
/* created for: Pasmach */
/* copyright (c) Pasmach 2009 */

html {
	min-height: 100%;
	height: auto;
}

body {
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
	background-color:#004990;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height:100%;
	background-position: bottom;
	
}

#container {
    width: 800px;
	height:auto;
    margin: 0px auto;
    text-align: left;
    padding: 0 0px;
    border: 0px solid #0033FF;
    background-color: #FFF;
}

#header {
	width:800px;
	height:124px;
	background-color:#FFF;
}

#banner {
	width:800px;
	height:156px;
	background-color:#FFF;
}


#container2 {
	width:780px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	border:10px;
	border-style:solid;
	border-color:#FFF;
}

#nav {
float: left;
background-color: #A6CE3C;
margin-bottom: -1000px;
padding-bottom: 1000px;
width: 168px;
min-height:300px;
}

#text {
float: left;
background-color: red;
margin-bottom: -1000px;
/*padding-bottom: 1000px;*/
width: 602px;
padding-left:5px;
background-color:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
/*text-align:justify;*/
line-height:1.8em;
padding-bottom:900px;
padding-right:5px;
min-height:500px;
}

#devel {
margin:0 auto;
width: 800px;
height:20px;
font-family:"Gothic720 BT", Geneva, Verdana, Arial;
color:#FFFFFF;
font-size:10px;
}

a.web:visited {
font-family:"Gothic720 BT", Geneva, Verdana, Arial;
color:#FFFFFF;
font-size:10px;
text-decoration:none;
}

a.web:link {
font-family:"Gothic720 BT", Geneva, Verdana, Arial;
color:#FFFFFF;
font-size:10px;
text-decoration:none;
}