/* Farrell McCrohon CSS Document */

#container {
	width:1000px;
	min-height:1000px;
	margin-top:-10px;
	margin-bottom:-10px;
	}
	
#left {
	float:left;
	width:145px;
	background-color:#33CC00;
	margin-bottom:-10px;
	}
	
#righttop {
	float:left;
	width:805px;
	height:123px;
	margin-left:50px;
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

#rightcontent {
	float:right;
	width:785px;
	height:517px;
	background-image: url(images/arc.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:30px 30px 30px 40px;
	color:#333366;
	text-align:right;
	letter-spacing:.2em;
	line-height:2em;
	}
	
.p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCFF66;
	}
