#howwork {
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	width: 600px;
	margin-top: 20px;
}
#graph {
	background-image: url(images/graph.jpg);
	float: right;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
}
.main {
}
#header {
	height: 180px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#portfolio {
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	width: 600px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
.webportfolio {
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 20px;
	width: 250px;
	float: left;
}
.webportfolioCol2 {
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 20px;
	width: 250px;
	float: right;
}
#service {
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	width: 600px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
.books {
	background-image: url(images/designbooks.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 400px;
}
#contact {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}
#contactform {
	width: 400px;
	float: right;
	margin-top: 20px;
}
#intro {
	width: 500px;
	float: right;
	margin-right: 200px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.footer {
	background-color: #09F;
	margin-left: 150px;
}
#footer {
	background-color: #09F;
}
#sidebar {
	float: left;
	width: 200px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	margin-left: 20px;
}
.cindy {
	width: 100px;
	background-image: url(images/profilepic.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
}
.logo {
	width: 250px;
	float: left;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
}
#slogan {
	width: 700px;
	float: right;
	margin-right: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	color: #27ADEF;
	background-image: url(images/slogan.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}

