@charset "iso-8859-1";
/* author: Vladimir Toman */
/* Creation date: 7/5/06 */

			body {
            	text-align: center;
				margin : 10px 0;
				padding: 0;
				background: #fff;
			}

a:link, a:visited {
	color : #aaa;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

			#container {
					text-align: left;
                    margin: 0 auto 0 auto;
                    padding: 0;	
					width: 760px;
					height: 520px;                    
                    border: 1px solid #556677;
			}

            #header{
            height: 90px;
            border-bottom: 1px solid #fff;
                    background: #556677;
			margin: 0;
            padding: 0;                               
            }
            
#header h1{
margin: 0;
padding: 60px 0 0 270px;
color: #fff;
font-style: italic;
text-transform: capitalize;
letter-spacing: 5px;
}            
			#left {
            	float: left;
				width: 225px;
				height: 429px; 
			    padding: 0;
				margin: 0; 
                    background: #556677;                
                border-right: 1px solid #333;
			}
			#text {
 
            	float: right;
                width: 520px;
                height: 429px;  
				margin: 0 0 0 0;
				padding: 0;    
				background: #fff;
				color: #666;
				text-align: left;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 75%;     
				line-height: 132%;  
			}

#text a:link, #text a:visited {
	color : #996633;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}

#text a:hover {
	color: #336699;
	text-decoration: none;
}

#text h1 {
	color: #556677;
	font-family: georgia, times, serif;
	font-size: 16px;
}

.overflow {
	overflow: auto;
	width: 460px;
	height: 330px; 
	}

.padside {padding-right: 30px;}
.pad {padding: 30px;}

.links {
	width: 100%;
	position: absolute; bottom: 0px; left: 0px;
	padding: 0px;
	text-align: center;
	height: 35px; 
}

.i{ font-style: italic;}

			#footer{
            	text-align: left;
                margin: 0 auto 0 auto;
                padding: 0;
                width: 760px;
                background-color: #fff;
                color: #666;
				font-family: verdana, arial, helvetica, sans-serif;                
                font-size: 75%;
            }
/* .................... NAVIGATION   */
#navcontainer { width: 225px; }

#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
display: block;
padding: 3px;
width: 219px;
background-color: #996633;
border-bottom: 1px solid #556677;
}

#navcontainer a:link, #navlist a:visited{
color: #eee;
text-decoration: none;
}

#navcontainer a:hover{
text-align: right;
background-color: #556677;
color: #fff;
} 

#navcontainer li#active a#current{
text-align: right;
background-color: #556677;
color: #efefef;}
