/***********************************************/
/* divs_style.css                              */
/* Use with divs-events.html                   */
/***********************************************/

body	{
margin:0px;
font-family:arial;
font-size:10pt;
color:#d66321;
background-repeat:no-repeat;
width:100%;
	background-image:url(../portfolio/images/navBar.gif);
}

a:link{font-size:10pt;font-weight:bold;color:#ffff10;text-decoration:none;}
	a:visited{font-size:10pt;font-weight:bold;color:#528c10;text-decoration:none;}
	a:hover{font-size:10pt;font-weight:bold;color:#ff8429;text-decoration:none;}
	
h1{font-family:arial black;font-size:22pt;color:#006633;background-color:#FFCC66;}
h2{font-family:arial;font-size:18pt;font-style:italic;color:#528c10;}
h3{font-family:arial;font-size:12pt;color:#ff8429;}
h4{font-family:arial;font-size:9pt;color:#528c10;}

#contain_whole	{
width:850px;
}
#site_contain	{
float:left;
width:600px;
margin-left:20px;

}

.container	{
background-color:#FFCC66;
width:570px;
height:110px;
padding:20px 10px;
}

#pic_wrapper	{
height:120px;

}

img	{
float:left;
clear:both;
padding-right:10px;
border:0px;
}	

#text_wrap	{
padding-left:10px;
width:135px;
height:120px;
float:left;
color:#528c10;
font-size:.8em;
}

.content_wrap	{
margin: 0 0 40px 0;  /* Margin does not work on FF but works on IE: IE BUG FIX */
padding: 0 0 40px 0; /* Padding does not work on IE but works on FF: FF BUG FIX */
}

.center	{text-align:center;}

#endnav	{
clear:both;
text-align:center;
}

#navigation	{
	float:left;
	position:relative;
	margin-top:200px;
	width:160px;
	}
	
	.wrapleft	{float:left;clear:left;}
	.clearleft	{float:left;margin-top:14px;}
	.wrapper	{clear:left;}
