/* background #1b1b1b*/
body{
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;	
	color:white;
	background-color:#313131; 
	height:100%;
}
a{
	color:#AA8;
	text-decoration:none;
	cursor:pointer;	
}
#container{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}
    #header_mask{
		position:absolute;
		left:0px;
		top: 0px;
		width:100%;
		height:150px;
		background-color:black;
		opacity:0.2;	
		filter:alpha(opacity = 20);		
	}
	 #left_header_mask{
		position:absolute;
		left:0px;
		top: 0px;
		width:300px;
		height:150px;
		background-color:#888;
		opacity:0.2;		
		filter:alpha(opacity = 20);		
	}
	#header{
        position:relative;
        width:100%;
        height:150px;
	}
		#header_img{
			position:relative;
			width:1000px;
			height:111px;
			background-image:url(../pics/test_header.png) !important;
			background-image:url(../pics/test_header.gif);
		}
		#title_quote{
			float:left;
			margin-left:30px;
			font-size:22px;			
		}
		#nav_bar{
			margin:0px 40px;
			padding:0px 0px;
			list-style-type:none;
			font-size:20px;
			float:right;
		}	
			#nav_bar li{
				padding:0px 20px;	
				display:inline;
			}
    #content{
        padding-left:330px;
		padding-right:20px;
        height:100%;
    }
        #left_mask{
			position:absolute;
			left:0px;
			top: 150px;
			width:300px;
			height:100%;
			background-color:#888;
			opacity:0.2;
			filter:alpha(opacity = 20);	
		}
		#left{
            position:relative !important;
			position:absolute;
            width:270px;
            height:100%;
            margin-left:-330px;
            padding:15px;
            float:left;
		}
        	#login .label{
				float:left;
			}
			#login input{
				float:right;	
			}
			#login div{
				clear:both;
				font-size:14px;	
				padding:10px 0px;				
			}
        #right{
            position:relative !important;
			position: absolute;
			width:100%;
            height:100%;
            float:left;
			margin-top:15px;
		}
			#home_pic{
				position:absolute;
				width:1000px;
				height:100%;
				background-image:url(../pics/home_typewriter.jpg);				
				background-repeat:no-repeat;
				
				left:-109px;
				top:262px;
			}
			#about{
				margin-top:15px;		
			}