
/* CSS Document */
*{padding: 0; margin: 0;}
html {font-size: 62.5%;}
html, body, .normalTextFont {font-family: arial, sans-serif; color: #333333;}
table {color:#CCC;font-size: 1.3em;}
.title_font_1 {font-size: 1.1em; font-weight:bold; color:#DD973A;}
.title_font_2 {font-size: 2.0em; font-weight:bold; color:#DD973A;}
.small_font_1 {font-size: 1.1em;color:#ffffff;}
.medium_font_1 {font-size: 1.5em; color:#ffffff;}
p, h{font-size: 1.0em; font-weight:bold; color:#3C97B4;}
a,img { border:none; color:#3C97B4;}
.justify_font {text-align:justify; vertical-align:top; width:300px}

img {border:none;}
.clearit {clear: both;height: 0;line-height: 0.0;font-size: 0;}


body{
	background-color:#000A12;	
	margin:0;
	padding:0;

	width:100%;


	
}

#out_container{
	
	width:1024px;
	margin:0 15% 10px;

	
}
#inner_container{
	margin:0 auto;
	background-image:url(bg.png);
	background-repeat:no-repeat;
	width:1024px;
	height:1054px;
		z-index:0;
	position:absolute;
	
	
}

#center_panel {
	float:left;
	margin-top:90px;
	
}
	
	#center_panel .without_thum_long{
			
			width:800px;
			height:1500px;
			padding:35px 50px 35px 40px;	
			background-image:url(rightPanelBg.png);
			
			
	}
	#center_panel .without_thum_medium{
			
			width:800px;
			height:1300px;
			padding:35px 50px 35px 40px;	
			background-image:url(rightPanelBg.png);
		
	}
	#center_panel .without_thum_short{
			padding:35px 50px 35px 40px;
			width:800px;
			height:500px;
			background-image:url(rightPanelBg.png);
			
			
	}
	#center_panel #resume_inner_content{	
    	float:left;
		
	}
	#center_panel .portfolio_medium {
		padding:35px 35px 35px 35px;
		width:632px;
		height:1100px;
		background-image:url(rightPanelBg.png);
		
			
		
		
	}
	#center_panel .portfolio_long {
	padding:35px 35px 35px 35px;	
		width:632px;
		height:1900px;
		background-image:url(rightPanelBg.png);
	
			
		
	}
	#center_panel .portfolio_short {
		padding:35px 35px 35px 35px;	
		width:632px;
		height:700px;
		background-image:url(rightPanelBg.png);
		
			
		

	}
	#center_panel .portfolio_thum{
		 float:left;
		 margin-right:10px;
	}
	
#images_panel {
	float:left;	
	margin-top:95px;
	margin-left:-35px;
	
	
}
	
	#images_panel .portfolio_image_short {		
		padding:25px 20px 5px 50px;	
		width:240px;
		height:600px;
		background-image:url(menuBackground.png);
		background-repeat:no-repeat;
		
	
		
	}
	#images_panel .portfolio_image_long {		
		padding:25px 20px 5px 50px;	
		width:240px;
		height:1170px;
		background-image:url(menuBackground.png);
		background-repeat:no-repeat;
		
	}
	#images_panel a {		
		padding:10px 3px 5px 3px;
		
	}
	
#left_panel{
	float:left;
	margin-top:150px;
	margin-left:20px;

		
	
}
	#left_panel #portfolio_items {
		display:none;
		
	}


