@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#page { 
	width: 90%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

/*****************************************************************************
****************************** HEADER ****************************************
*****************************************************************************/

#header { 
	height: 125px;
	background: url(images/header_bg4.jpg) repeat left top; */
    /*background:green;*/
    width: 50%;


}
 
#header h1 {
	
	font-family: impact;
	color:white;
	margin: 0; 
	padding: 30px 0 0 50px; 
	font-size: 220%;
}

#header h2 {
	font: 100% Minion ;
	color:white;
	margin: 0; 
	padding: 0 0 0 10px; 
	font-size: 120%;
}

#name h1 {
	font: 100% Impact ;letter-spacing: 1.5pt;
	color:white;
	margin: 0; 
	padding: 10px 0 0 0px; 
	font-size: 220%;
}

/*****************************************************************************
*************************** LANGUAGE ************************************
*****************************************************************************/

#language {
    float:right;
	padding: 0px 40px 0 0;

}

#language a{
	color:none;
	text-decoration: none;
}

#language a:hover{
	color: yellow;
}
/*****************************************************************************
*************************** SHORTCUT MENU ************************************
*****************************************************************************/

#shortcut-menu{

	color:white;
	float:right;
	padding: 3px 20px 0 0;
}

#shortcut-menu a{
	color:white;
	font-size: large;
	text-decoration: none;
}

#shortcut-menu a:hover{
	text-decoration: underline;
	color: yellow;
}

/*****************************************************************************
****************************** LOGO ******************************************
*****************************************************************************/

#logo-image img{

	float:left;
	border-style:none;
	padding: 3px 0 0 20px;

}





/*****************************************************************************
****************************** CENTER ***************************************
*****************************************************************************/

#center_div{

	/*background:#9ce272;*/
	/*height:700px;*/
}


/*****************************************************************************
****************************** SIDEBAR ***************************************
*****************************************************************************/
#sidebar {
	float: left; 
	/*height:500px;*/
	height:100%;
	width: 18%; 
	background: white; 
	padding-bottom: 20px;
}

#sidebar ul a {
	text-decoration: none;
	color: black;
}

#sidebar ul a:hover{
	text-decoration: bold;
	color: red;
}

#sidebar-menu {
	margin: 30px 0 0 0;
}

#sidebar-projects {
	margin: 30px 0 0 0;
}

#sidebar h1{
	font: 90% Impact ;
	letter-spacing: 1.5pt;
	margin: 0 0 0 20px;
    color:white;
    background:url(images/red_bar.jpg);
	font-size: large;
}

#sidebar ul {
	margin: 10px 0 0 -15px;
	list-style: none;
	line-height: 180%;
}


/*****************************************************************************
****************************** MAIN CONTENT **********************************
*****************************************************************************/

#main-content { 
	background: white;
	width:76%;
	/*height:700px;*/
	float:right;
	padding-bottom:20px;
} 

#main-content h1{
	text-align:center;
	font-size: 150%;
	padding-bottom:30px;
}

#main-content h2{
	font-size: 120%;
}


/*****************************************************************************
******************************** FOOTER **************************************
*****************************************************************************/

#footer { 
	padding: 5px 10px 5px 5px;
	color: black;
	background: #bdb6b6;
} 


#information{
	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
