@import url("global.css");

.MasterBox{
background:url(../images/SubpageMaster.jpg) repeat-y;
}

.ContentBox{
background:url(../images/SubpageContentBox.jpg) no-repeat;
}

.Sidebar{
float:left;
overflow:hidden;
padding:15px 40px 15px 35px;
width:223px; /* 298px */
}
	.Sidebar img{
	border:1px solid #211500;
	margin:0 0 10px 0;
	}
	.Sidebar a{
	color:#211500;
	}
	.Sidebar a:hover{
	color:#FFFFCC;
	}
	.Sidebar input,
	.Sidebar textarea{
	margin:0 0 6px;
	width:210px
	}
	.Sidebar textarea{
	padding:2px;
	height:100px;
	}
	.Sidebar .SubmitBtn{
	width:60px;
	}
.Content{
float:left;
padding:175px 20px 15px 10px;
overflow:hidden;
width:572px; /* 602px */
}
	.Content h1{
	color:#dfb164;
	text-transform:uppercase;
	}
	.Content h2{
	color:#2a0d02;
	padding:10px 0 0 0;
	}
	
	.Content a{
	color:#211500;
	}
	.Content a:hover{
	color:#FFFFCC;
	}

.Footer{
color:#FFF;
margin:0 auto;
padding:20px;
text-align:center;
width:960px;
}
.Footer a, .Footer a:visited {
color:#FFF;
}
.CV table {
width:572px;
}
.ProcList {
float:left;
margin:20px;
padding:0;
width:230px;
}
	.ProcList li{
	list-style-type:none;
	padding:0 0 5px 0;
	}
	.ProcList img{
	border:1px solid white;
	}
	.ProcList a{
	color:#000;
	}
	.ProcList a:hover{
	color:#663300;
	}
.ContactForm td {
padding:5px 0 5px 0;
}	