/* CSS Document */

body {
margin: 0; 
padding: 0; 
background-image:url(images/circle_bg.gif); 
background-repeat:no-repeat; 
font-family:Arial, Helvetica, sans-serif
}
/*Header div styles*/
#header h1 {
margin:140px 0 0 330px; 
font-size:2em; 
width: 570px
}
#header h1 img {
margin-right: 30px; 
border:none
}
/*Nav ul styles*/
#nav {
margin: 5px 0 0 300px; 
width: 530px;
padding-bottom: 15px; 
padding-top: 15px; 
border-bottom: 2px solid #FFCC99; 
border-top: 2px solid #FFCC99; 
font-weight: bold; 
font-size:1em;
}
#nav li {
display:inline; 
border-right: 2px solid #CC6666; 
margin: 0 2px 0 2px; 
padding: 0
}
#nav li.last {
border-right: 0
}
#nav li a.active {
background-image: url(images/hover_icon.gif); 
background-repeat:no-repeat; 
color:#741112; background-position: 0 3px
}
#nav li a {
padding: 0px 20px 0px 20px; 
color:#CC6666; 
text-decoration:none
}
#nav li a:hover {
color:#741112; 
background-image: url(images/hover_icon.gif); 
background-repeat:no-repeat; 
background-position: 0 3px
}
/*Content div styles*/
#content {
font-family:Arial, Helvetica, sans-serif; 
font-size:1em; 
margin-left: 300px; 
margin-top: 20px; 
width: 600px
}
#content h2 {
font-size: 1.2em
}
#content a {
color:#CC6666
}
#content a:hover {
color:#741112
}
#content h3 {
font-size: 1.1em; 
margin-left: 15px
}
#content h4 {
font-size: 1em; 
border-bottom: 2px solid #006699
}
/*class for each portfolio item.*/
.item {
width:250px; 
float:left; 
margin-right:20px; 
font-size: .8em; 
color:#CC6666
}
.indent {
margin-left: 30px;		 
}