@CHARSET "UTF-8";


#wrapper {
	position:relative;
	width: 100%;
	min-height: 100%;
	background-color: #262626;
	margin-left: auto ;
    margin-right: auto ;
    background-image: url("../images/background_slice.png");
    background-repeat: repeat-x;
    padding-bottom: 100px;
    
}

#frame {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	background-image: url("../images/menu_background.png");
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	height: 128px;
}
#login_box_down {
	position: relative;
	right: -760px;
	top: 20px;
	background-color: #64676E;
	border: 1px solid #52565E;
	
	width: 100px;
	height: 15px;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
	font-size: 11px;
		
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
#login_arrow{
	margin-top: -3px;
	float: right;
	background-image: url("../images/login_box_arrow_down.png");
	width: 21px;
	height: 21px; 
	}
#login_box_up {
	position: relative;
	right: -685px;
	top: 20px;
	background-color: #64676E;
	border: 1px solid #52565E;
	
	width: 180px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
		
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
#header{
	background-color: #333333;
	background-image: url("../images/header_background.png");
	background-repeat: no-repeat;
	background-position: top;
	width: 575px;
	height: 169px;
	padding-top: 30px;
	padding-left: 365px;
}
#header_text{
	width: 550px;
	}
#header_logo{
	background-color: #333333;
	background-image: url("../images/header_logo.png");
	background-repeat: no-repeat;
	background-position: top;
	width: 150px;
	height: 172px;
}
#left_column{
	float: left;
	width: 665px;
}
.project_box{
	height: 521px;
	width: 665px;
	background-color: #E8E8E8;

		
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}
.project_box_title{
	padding-top: 9px;
	padding-left: 17px; 
	font-size: 14px;
	color: #6B6B6B;
	height: 25px;
	width: 644px;
	background-image: url("../images/project_title_background.png");
	background-repeat: no-repeat;
}
.project_box_content{
	padding: 20px;
	text-align: center;
}
.project_box_text {
	margin-top: 25px; 
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	color: #454545;
	line-height: 18px;
	font-size: 12px;
	}
.project_box_text a{
	color: #454545;
	}
.project_box_viewproject{
	position: relative;
	top: -34px;
	padding-top: 9px;
	padding-left: 17px; 
	font-size: 14px;
	color: #404040;
	height: 25px;
	width: 644px;
	background-image: url("../images/project_title_background.png");
	background-repeat: no-repeat;
	text-decoration: underline;
}
#project_select{
	padding-top: 0px;
	height: 38px;
	text-align: center;
	
}
.project_selecter_up{
	float: left;
	margin-left: 15px;
	height: 13px;
	width: 13px;
	background-image: url("../images/project_button_up.png");
	background-repeat: no-repeat;
	}
.project_selecter_down{
	float: left;
	margin-left: 15px;
	height: 13px;
	width: 13px;
	background-image: url("../images/project_button_down.png");
	background-repeat: no-repeat;
	}
	
#project_icons{
	position: relative;
	top: -97px;
	left: 5px;
	float: left;
	height: 85px;
	width: 665px;
}
#project_icons_background{
	float: left;
	z-index: 1;
	height: 100px;
	width: 672px;
	background-image:  url("../images/project_select_background.png");
	}
.project_icon{
	float: left;
	height: 16px;
	padding-top: 104px;
	background-repeat: no-repeat;
	background-position: top;
	color: #515151;
	font-size: 11px;
	text-align: center;
	margin-right: 1px;
}



#twitter_column{
	float: right;
	width: 236px;
	background-image: url("../images/twitter_background.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 689px;
}
#twitter_div{
	height: 610px;
	overflow: hidden;
	}
#twitter_header{
	width: 236px;
	background-image: url("../images/twitter_header.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 71px;
}
#twitter_column li{
	color: white;
	line-height: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
	margin-right: 20px;
	padding-right: 10px;
	list-style-type: none;
	border-bottom: 1px dashed #505050;
	margin-bottom: 10px;
	}
#twitter_column a{
	color: #B4D3F0;
	line-height: 20px;
	text-decoration: none;
	}

#footer{
	height: 106px;
	width: 940px;
	background-color: #1E1E1E;
	color: #BCBCBC;
		
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
}