* {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

body {
	background-color: #d7e7f6;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}


p {
	text-align: left;
	padding: 5px;
	margin: 5px;
	font-family: georgia;
	font-weight: 500;
	line-height: 150%;
	font-size: 0.9em;
}

h1 {
	color:#44526b;
	text-align: left;
	font-size: 1.1em;
}

#wrapper {
	width: 746px;
	
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width:746px;
	height:208px;
	
}

#header img {
	position: relative;
	left: 76px;
	top:76px;
	border: 0px;
}

#nav {
	background-image: url('images/navbackground.jpg');
	width:746px;
	height:67px;
	background-repeat: no-repeat;
	background-position: center top;
}

#nav ul {
	padding: 12px 0 0 238px;
	margin: 0;
}

#nav li {
	float: left;
	list-style: none;
	font-family: georgia;
	font-size: 1.2em;
	font-weight: bold;
}

#nav .text {
	text-align: center;
	position: relative;
	top: 20px;
}

#nav a:link, #nav a:visited {
	color: #3c2b2a;;
	text-decoration: none;
	display: block;
	height: 55px;
	float: left;
	background-repeat: no-repeat;
}

#nav a:hover  {
	color: #2d2120;
}

/* about tab*/
#nav a:link.hovera, #nav a:visited.hovera {
	width:138px;
	background-image:url('images/tababout.jpg');
}

#nav a:hover.hovera {
	background-image:url('images/tabahover.jpg');
}

/* portfolio tab*/
#nav a:link.hoverb, #nav a:visited.hoverb {
	width:165px;
	background-image:url('images/tabportfolio.jpg');
}

#nav a:hover.hoverb {
	background-image:url('images/tabbhover.jpg');
}

/* contact tab*/
#nav a:link.hoverc, #nav a:visited.hoverc {
	width:135px;
	background-image:url('images/tabcontact.jpg');
}

#nav a:hover.hoverc  {
	background-image:url('images/tabchover.jpg');
}
 
#main {
	background-color: #d3d8ba;
	width:744px;
	text-align: center;
	border: thin solid #939b86;
	margin: 0 0 -5px 0;
	
}	

#mainborder {
	background-color: #fff;
	margin: 5px;
	border: 2px dashed #E18A77;
	font-weight: bold;
	
}

#side_margins {
	padding: 20px 35px 30px 35px;
}

#side_margins a, .sitename a {
	color:#44526b;
	text-decoration: none;
	border-bottom: 1px dashed #eec2b8;
}

#side_margins a:hover, .sitename a:hover {
	color:#172134;
	border-bottom: 1px dashed #E18A77;
}

#portfolio_wrapper {
	width: 550px;
	text-align: center;
	float: right;
	padding: 20px 20px 5px 10px;
}

#portfolio_wrapper img {
	width: 550px;
	height: 355px;
}

.sitename {
	height: 32px;
	padding-left: 135px;
}

#portfolio_thumbs {
	height: 375px;
	padding-top: 10px;
}

#portfolio_thumbs p {
	font-style: italic;
	color: #44526b;
	font-weight: 500;
	font-family: georgia;
	text-align: center;
}

#portfolio_thumbs img {
	margin:  5px;
}

.swirl {
	background-image: url('images/email_swirl.jpg');
	background-position: bottom right;
	height: 105px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url('images/footernow.jpg');
	width:746px;
	height:52px;
}

#footer p {
	padding: 18px 0px 0px 540px;
	color: #494946;
	font-size: 12px;
}
	
#footer a {
	color: #494946;
	text-decoration: none;
}
	
#footer a:hover {
	color: #993019;
	border-bottom: 1px dashed #E18A77;
}

	
	
	