/* CSS Document */
	

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	background-color: #fff;
	background:url(images/homerpt.jpg) repeat-x top;
	}

h1 {
	font-size:1.8em;
	color:#0f2b72;
	padding:0 0 15px 0;
	line-height:1.2em;
	}
	
h2 {color:#0f2b72;}	

h3 {color:#fac81b;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:100;
	text-align:center;
	letter-spacing:4px;
	margin-bottom: 24px}

	
	
/*relative divs*/	
	

#header {
	position: relative;
	height:260px;
	}

#portfolio {
	position: relative;
	height:160px;
	padding-top:2px;
	}
	
#content{
	position: relative;
	padding:12px 0;
	}	
	

	
/*absolute divs*/


#main {
	position: absolute;
	left: 218px;
	top:12px;
	width: 679px;
	}

#logo {
	position: absolute;
	top:0px;
	left:0px;
	color:#0f2b72;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.3em;
}


/*float divs*/	


#middle {
	float:left;
	width:256px;
	padding: 0 18pt;
	border-left: #fac81b 1pt solid;
	border-right: #fac81b 1pt solid;
}

#middle #middleinner {
	overflow:hidden;
	padding-top: 3px;
	width:250px;
}


#left {float:left;
	width:256px;
	padding: 0 18px;
	}


#leftinner {
	padding-top:3px;
	overflow:hidden;
	width:250px;}


#right {float:left;
	top:0px;
	width:256px;
	padding: 0 18px;
	}	

#rightinner {
	padding-top:3px;
	overflow:hidden;
	width:250px;
	}



/* text styles */	
		
#main p {
	line-height:1.5em;
	padding: 0 0 12px 30px;
}

#main h2 {font-size: 1.1em;
	background:url(images/star.jpg) no-repeat left center;
	padding: 0 0 0 30px;
	margin:3px 0 6px 0;
	text-transform:uppercase;}


#content p {
	line-height:1.3em;
	font-size:80%;
	margin-bottom:12px;
	}


/* link styles */

#content a {
	color: #5b83ac;
	font-weight:bold;
	}
	
#content a:hover {
	color: #fac81b;
	}	


