@charset "utf-8";
/* CSS Document */

body{
	background-image: url('/images/background.jpg');
	font-family: Calibri, Helvetica, Arial;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

img{
	border: 0;
}

input{
	border: 1px solid #cccccc;
}

a{
	text-decoration: none;
	color: inherit;
}

#canvas{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
}

	#canvas #header{
			
	}
		#canvas #header .contact{
			font-size: 14px;
			font-weight: bold;
			color: #FF0000;
		}
		
		#canvas #header #hook{
			font-size: 16px;
			font-weight: bold;
			color: #999999;
		}
	
		#canvas #header .link{
			font-size: 16px;
			font-weight: bold;
			margin: 0 10px;
			color:#000000;
		}
	
	#canvas .grey_bar{
		height: 15px;
		background-color: #333333;
		width: 990px;
		margin-left: 5px;
	}
	
	#canvas #main_panel{
		margin-top: 10px;
	}
		
		#canvas #main_panel #left_index{
			width: 250px;
			margin-left: 5px;
		}
		
			
		
	
			#canvas #main_panel #left_index #menu{
				background-image: url('/images/menu_bg.jpg');
				background-repeat: no-repeat;
				width: 243px;
				height: 320px;
				color: #ffffff;
			}
			
				#canvas #main_panel #left_index #menu h2{
					text-decoration: underline;
					margin: 20px;
				}
			
				#canvas #main_panel #left_index #menu li{
					font-size: 18px;
				}
				
					#canvas #main_panel #left_index #menu li a{
						color: #ffffff;
					}
	
	#canvas #main_panel #content{
		background-color: #ffffff;
		width: 740px;
		min-height: 580px;
		padding-bottom: 10px;
	}
	
	#canvas #main_panel #footer{
		width: 750px;
		color: #666666;
	}
	
	