/* Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	min-width: 760px;
	margin: 0;
	font-size: 12px;
}

#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	background-image: url(../images/layout/bar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 35px;
}

#navlinks {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	line-height: 35px;
	color: #eedee6;
	font-weight: bold;
	font-size: 14px;
}

#navlinks ul, #navlinks li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navlinks ul {
	margin-right: 16px;	
}

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

.padded {
	padding: 16px;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/bar.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 760px;
	text-align: center;
	line-height: 35px;
	color: #eedee6;
	font-weight: bold;
	font-size: smaller;
}

#footer p {
	margin: 0;
	padding: 0;
}

div.clearing {
	clear: both;
}

/* Links */
#navlinks a {
	color: #eedee6;
	text-decoration: none;
}
#navlinks a:visited {
	color: #eedee6;
	text-decoration: none;
}
#navlinks a:active {
	color: #eedee6;
	text-decoration: none;
}
#navlinks a:hover {
	color: #fff;
	text-decoration: none;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a:active {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #eee;
	text-decoration: none;
}

/* Headings */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993366;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #993366;
	margin-top: 0;
}

/* Text */
p {
	margin-top: 0;
}
div.testimonial {
	padding: 16px;
	background: #f1f1da;
	margin: 16px auto;
	width: 550px;
}
div.testimonial p.author {
	font-style: italic;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0;
}
.bold {
	font-weight: bold;
}
.nobmargin {
	margin-bottom: 0;
}
.notopmargin {
	margin-top: 0;
}

/* Contact Page */
#sharon_picture {
	float: right;
	margin: 0 0 16px 16px;
	border: 1px solid #777777;
}

/* Portfolio Page */
#portfolio {
	width: 550px;
	background: #f1f1da;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
}

.portfolioimage {
	clear: both;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	border: 1px solid #999999;
}

p.portfolioquote {
	font-style: italic;
}
p.quoteauthor {
	font-style: italic;
	text-align: right;
	font-weight: bold;
}
div.portfoliotext {
	margin-right: 195px;
	margin-bottom: 16px;
	padding: 16px;
	border: 1px solid #bbbbbb;
	background-color: #f6f6e9;
}

/* Home Page */

#home {
	width: 550px;
	background: #f1f1da;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
}

#home_sidebar {
	padding: 16px;
	background-color: #f6f6e9;
	border: 1px solid #777777;
	margin: 0 16px 16px 0;
	float: left;
	width: 175px;
}

#home_content {
	margin-left: 225px;
}