@charset "utf-8";
body {
	font: 100% Trebuchet, Verdana, Geneva, sans-serif;
	background: #ababab;
	margin: 0; 
	padding: 0;
	color:#e9e8e8;
	
}

h1 {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style:italic;
	font-weight:normal;	
	text-align:center;

}
h2 {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style:italic;
	font-weight:normal;	
	text-align:center;

}


p {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;	
	text-align:center;
	padding-left:12px;
	padding-right:12px;

}

a:active {text-decoration: none; color: #e9e8e8;}
a:link {text-decoration: none; color: #e9e8e8;}
a:visited  {text-decoration: none; color: #e9e8e8;}
a:hover {text-decoration: underline;color: #999999;}


.carnvean[class] #small_fonts {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;	
	text-align:left;
	

}


.carnvean[class] #outer_container {
	
	width:640px;  
	height:480px;	
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-320px;
	position: absolute;

}

.carnvean[class] #banner_background {
	
	width:640px;  
	height:100px;
	top: 0px;
	left: 0px;	
	background-image: url(images/banner.gif);
	background-repeat:no-repeat;
	position: absolute;

}

.carnvean[class] #nav_background {
	
	width:640px;  
	height:20px;	
	top: 100px;
	left: 0px;	
	background-image: url(images/nav.gif);
	background-repeat:no-repeat;	
	position: absolute;
}

.carnvean[class] #main_content {
	
	width:640px;  
	height:360px;	
	top: 120px;
	left: 0px;	
	background-image: url(images/main_content_background.gif);
	background-repeat:no-repeat;
	position: absolute;

}

.carnvean[class] #panel_left {
	
	width:180px;  
	height:300px;	
	top: 35px;
	left: 30px;	
	background-image: url(images/pnl_left.gif);
	background-repeat:no-repeat;
	position: absolute;

}

.carnvean[class] #panel_center {
	width:180px;
	height:300px;
	top: 35px;
	left: 230px;
	background-image: url(images/pnl_center.gif);
	background-repeat:no-repeat;
	position: absolute;
	text-align: left;

}

.carnvean[class] #panel_right {
	
	width:180px;  
	height:300px;	
	top: 35px;
	left: 430px;		
	background-image: url(images/pnl_right.gif);
	background-repeat:no-repeat;
	position: absolute;

}


	
.carnvean[class] #Work_panel_left {
	
	width:180px;  
	height:300px;	
	top: 35px;
	left: 30px;	
	position: absolute;

}

.carnvean[class] #Work_panel_center {
	
	width:180px;  
	height:300px;	
	top: 35px;
	left: 230px;	
	position: absolute;

}

.carnvean[class] #Work_panel_right {
	
	width:180px;  
	height:300px;	
	top: 35px;
	left: 430px;
	position: absolute;

}

.carnvean[class] #Work_img_container {
	width:140px;
	height:140px;
	margin-left:20px;
	margin-bottom:20px;
	top:140px;	
	position:absolute;
}

.carnvean[class] #Work_thm1 {
	top:0px;
	left:0px;
	height:60px;
	width:60px;			
	position:absolute;	
}

.carnvean[class] #Work_thm2 {
	top:0px;
	left:80px;
	height:60px;
	width:60px;		
	position:absolute;
}

.carnvean[class] #Work_thm3 {
	top:80px;
	left:0px;
	height:60px;
	width:60px;	
	position:absolute;
}

.carnvean[class] #Work_thm4 {
	top:80px;
	left:80px;	
	height:60px;
	width:60px;	
	position:absolute;
	
}

.carnvean[class] #menu_item {
	
	width:60px;  
	height:20px;	
	top: 0px;
	float:right;
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight:normal;	
	text-align:center;		
	padding-top:2px;
	
}

.carnvean[class] #menu_item:hover {
	
	background-color:#323232;
	

}

.carnvean[class] #menu_item a{text-decoration: none;color: #e9e8e8;}


.carnvean[class] #menu_item_selected {
	
	width:60px;  
	height:20px;	
	top: 0px;
	float:right;
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight:normal;	
	text-align:center;		
	padding-top:2px;
	background-color:#222222;
	color: #e9e8e8;
}

.carnvean[class] #contact_text {
	
	width:350px;  
	height:350px;	
	top: 10px;
	margin-left: auto;	
	margin-right:auto;
	position: relative;

}
