/**
* CSS
* 
* @version 1.0
* @invertednothing
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Courier, "Courier New", monospace;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

body.section-1 #content { top: 229px; }


a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #000;}       
.active a  { text-decoration: none; color: #000;} 
a:visited { text-decoration: underline; color: #000; } 
.active a:visited { text-decoration: none; color: #000; } 
a:hover { text-decoration: none; color: #666; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: hidden;
    top: 118px;
	left: 10px;
    position: relative;
    height: 240px; 
    background-color: #fff;
	color: #000;
	z-index: 999999;   
	letter-spacing: 0.5px;
	text-transform: uppercase; 
}

#menu ul {
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	padding: 20px 0 0 20px;
}

#menu ul li.section-title { }

#menu .blog {
	padding: 20px 0 0 20px;
}

#text a { text-decoration: underline; }

 
#footer {
    position: fixed; 
    right: 48px;
    bottom: 3px; 
    color: #fff; 
    display: none; 
} 

#footer a:link, #footer a:visited {
    color: #fff;   
}
    
#footer a:hover {
    color: #777;   
} 

#content { 
    width: 200px;
    position: absolute;
    top: 0;  
    left: 210px;
    z-index: 88888;  
    letter-spacing: 0.5px;   
    color: #000;
}   

.container {
    padding: 0;
    margin: 0;
}

#content p { 
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }   
 
#layer {    
    width: 5000px;
    height: 5000px;
    position: fixed; top: 0; left: 0; 
    background-color: #fff;
    z-index: 9997;
	cursor: e-resize;
} 
  
#txt-colum {
	z-index: 99999; 
	position: absolute; 
	top: 380px; 
	left: -180px;
	width: 200px; 
	padding: 0 20px 30px 0; 
	text-align: justify;
}

#txt-colum1 {
	z-index: 99999; 
	position: absolute; 
	top: 0;
	left: 35px;
	width: 200px; 
	padding: 0 20px 30px 0; 
	text-align: justify;
}

#txt-colum2 {
	z-index: 99999; 
	position: absolute; 
	top: 0px; 
	left: 250px; 
	width: 200px; 
	padding: 0 0 30px 0; 
	text-align: justify; 
}

#txt-colum3 {
	z-index: 99999; 
	position: absolute; 
	top: 0px; 
	left: 465px; 
	width: 200px; 
	padding: 0 0 30px 0; 
	text-align: justify; 
}

#copyright {
	position: absolute;
	bottom: 15px;
	left: 250px;
	z-index: 99999; 
}

#once { clear: left; }

/**
* GATEWAY SITE
*/

#menu_start {
    top: 118px;
	left: 10px;
	width: 200px;
	height: 200px;
    position: relative;
	background: #ff0;
}

p.dropdown {
	top: -55px;
	left: 0;
    position: relative;
	padding: 140px 0 0 30px;
}

select { width:160px; }

.toFront {
	z-index: 99998;
}
.toBack {
	z-index: 2;
}