@charset "UTF-8";
body {
	background-image: url(images/patrickSite_BG.jpg);
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	font-size:11px;
	line-height:140%;
}
img {
	border:0px;
}
#header {
	padding: 80px 0 100px 160px;
}
#nav {
	width:185px;
	float:left;
}
#content{
	margin:0 0 0 185px;
}
/*--------------*/
/* Text Styling */
/*--------------*/
#content a:link{
	color:#666666;
}
#content a:visited{
	color:#666666;
}
#content a:hover{
	text-decoration:none;
}
.caption{
	font-size:10px;
	font-style:italic;
	color:#FF3300;
}
#content h1{
	font-size:18px;
	line-height:140%;
	color:#CC6600;
	margin:0 0 0 0;
	font-weight:normal;
}
#content h2{
	font-size:11px;
	line-height:140%;
	color:#000;
	margin:0 0 0 0;
	font-style:italic;
	font-weight:normal;
}
/*--------------*/
/* Three Column */
/*--------------*/
#contentLeft{
	position:absolute;
	width:205px;
}
#contentCtr{
	position: absolute;
	width:205px;
	margin-left:220px;
}
#contentRight{
	position: absolute;
	width:205px;
	margin-left:440px;
}
/*-----------------------*/
/* Two Column with Photo */
/*-----------------------*/
#contentLeftWide{
	position:absolute;
	width:430px;
}
/*------------*/
/* Two Column */
/*------------*/
#contentLeftEven{
	position:absolute;
	width:295px;
}
#contentRightEven{
	position: absolute;
	width:295px;
	margin-left:310px;
}
/*------------*/
/* One Column */
/*------------*/
#contentLeftFull{
	position:absolute;
	width:600px;
}
/*-------------------------*/
/* Far right column photos */
/*-------------------------*/
#contentRight img{
	padding-bottom:5px;
}
