body {
    margin: 0;
    padding: 0;
    background: #f5f5f5; /*left bg */
    font-family: Georgia, Arial, sans-serif;
    font-size: 12px;
    color: #777777;
}
a {
	color: #076995;
	text-decoration: none;
}
#wrapper {
	/* right */
	width: 62%;
	margin-left: 38%;
	float: right;
	background: #fff;
	border-left: 1px solid #E1E1E1;
	padding-top: 50px;
}
#container {
	margin-left: -245px;
}
#sidebar {
    float: left;
    /* left: -250px;
    position: relative; */
    width: 245px;
}
#content {
    width: 600px;
	padding: 0 25px;
    float: left;
	background: #fff;
}
    #content p.note-container {
        float: left;
        width: 21px;
        height: 21px;
        padding: 10px;
        margin-left: 2px;
        background: #fff url(../images/note.png) no-repeat 10px 10px;
        
        -webkit-border-radius: 8px;
		-moz-border-radius: 8px;
    }

    #content h2 {
        font-size: 18px;
        font-style: italic;
        font-weight: lighter;
        line-height: 28px;
    }
	
    #content h2.portfolio {
        margin-top: 30px;
    }

        #content h2 span {
            color: #c13b2e;
        }

    #content ul.contacts {
		height: 20px;
        margin-top: 15px;
    }

        #content ul.contacts li {
            float: left;
            margin-right: 10px;
        }
	
	#content ul.portfolio {
		margin-top: 10px;
	}
	
		#content ul.portfolio li {
			float: left;
			width: 250px;
			margin-right: 50px;
			margin-bottom: 20px;
		} 
		
			#content ul.portfolio li  img {
				border: 1px solid #ccc;
				width: 240px;
				height: 82px;
				background: #e0e0e0;
				padding: 5px;
			}

	#content ul.team {
		margin-top: 10px;		
	}	
		
		#content ul.team li {
			margin-bottom: 5px;
			margin-right: 0;
		}
