@charset "UTF-8";
/* Styleproof.com CSS */

/* Global */

body {
	background: url(img/background.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 12px;
}


#wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	border: 0;
}

#content {
	margin: 20px 0 0 0;
	padding: 0;
}

a {
	color: #9d9d9d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}


/* Header */

#header {
	height: 60px;
	width: 980px;
	background: url(img/header.png) left top no-repeat;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
}

#contact {
	float: right;
	text-align: right;
	margin: 32px 0 0 0;
}


/* Upper Content */


p.welcome {
	font-size: 19px;
	line-height: 1.5em;
	width: 620px;
	margin: 0;
	}
	
#client_list {
	float: right;
	width: 300px;
	text-align: left;
	}
	
#left {
	float: left;
	width: 135px;
	}

#right {
	float: right;
	width: 135px;
	}

img.welcome {
	margin-bottom: 24px;
	}
	
img.clientlist {
	margin-bottom: 30px;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

li {
	margin: 0;
	padding: 0;
}


/* Selected Works */

#selected_works {
	clear: both;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	margin: 0 0 15px 0;
	padding: 15px 0 0px 0;
}

img.selectedworks {
	margin-bottom: 15px;
}

#contactme {
	float: right;
	text-align: right;
	margin: 2px 0 0 0;
}

.work {
	margin: 30px 0 0 0;
}


/* Right Callout */

.callout {
	float: right;
	width: 316px;
	margin: 30px 0 0 0;
	padding: 0;
}

.callout_top {
	background: url(img/callout_top.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 6px;
	width: 316px;
}

.callout_content {
	background: url(img/callout_arrow.png) 0px 30px no-repeat;
	padding: 14px 20px 0px 36px;
}

.callout_content h3 {
	padding: 0 0 10px 0;
	margin: 0;
	background: url(img/callout_stroke.gif) bottom repeat-x;
}

.callout_content p {
	padding: 15px 0 15px 0;
	line-height: 1.5em;
	margin: 0;
}

.callout_middle {
	background: url(img/callout_middle.png) repeat-y;
	margin: 0 0 0 0;
	padding: 0;
	}

.callout_bottom {
	background: url(img/callout_bottom.png) no-repeat;
	height: 6px;
	width: 316px;
	margin: 0;
	padding: 0;
}


/* Footer */	

#footertop {
	margin: 30px 0 30px 0;
	padding: 0px 0 0 0;
	border-top: 1px solid #303030;
}

#footerleft {
	text-align: left;
	font-size: 10px;

}

#footer {
	float: right;
	text-align: right;
	font-size: 10px
}