/*Minimal CSS reset*/
* {
	margin:0px;
	padding:0px;
}

body {
	background-image: url(portfolio/pattern_bk.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#container {
	width: 1000px;
	margin: auto;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	color: #5D5D5D;
	line-height: 17px;
}
#copyright {
	text-align: left;
	font-size: 11px;
	margin-left: 40px;
	margin-right: 40px;
	clear: both;
	margin-bottom: 15px;
}
#logo {
	margin-bottom: 50px;
	margin-left: 40px;
	margin-top: 60px;
	width: auto;
	float: left;
}
#logo     p  a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#links {
	text-align: right;
	width: 425px;
	margin-top: 81px;
	margin-right: 40px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 20px;
	float: right;
}
#container   p   a:link {
	text-decoration: none;
	color: #05A8C4;
}
#container p a:visited {
	text-decoration: none;
	color: #05A8C4;
}
#container     p     a:hover {
	color: #336699;
	text-decoration: underline;
}
#header {
	font-size: 18px;
	color: #333333;
	font-style: italic;
	width: 400px;
	margin-bottom: 35px;
}
#subheader {
	color: #333333;
	margin-bottom: 5px;
	font-size: 13px;
}
#dots {
	margin-bottom: 30px;
	width: 870px;
	background-image: none;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #1497B6;
	height: 3px;
	float: left;
}
#about-cp {
	width: 330px;
	float: left;
	margin-left: 55px;
}
#about-skills {
	margin-top: 20px;
	float: right;
	width: 275px;
	margin-right: 40px;
}
#header-portfolio {
	clear: left;
	margin-left: 40px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
	margin-top: 40px;
}
#info-left {
	height: 200px;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#home-image   {
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	border: 6px solid #999999;
	height: 325px;
}
#thumbnails  img {
	margin-left: 24px;
	border: 4px solid #C3C3C3;
}
#thumbnails {
	width: 869px;
	float: left;
}
#thumbnail-info  {
	width: 188px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 24px;
}
#thumbnail-section {
	width: 869px;
	float: left;
}
#portfolio-info-left {
	width: 160px;
	float: left;
}
#portfolio-info-left-web {
	width: 300px;
	margin-bottom: 20px;
}
#portfolio-image {
	float: left;
	text-align: center;
	width: 700px;
	margin-bottom: 40px;
	height: auto;
}
#portfolio-image-digital-ad {
	float: left;
	text-align: center;
	width: 700px;
	margin-bottom: 120px;
	height: auto;
}
#hello {
	width: 72px;
	float: left;
	margin-left: 20px;
}
#hello-portfolio {
	text-align: center;
	float: left;
	height: 128px;
	width: 188px;
	padding-top: 40px;
	margin-left: 24px;
}
#hello-portfolio img {
	border: 4px solid #E1E1E1;
	margin: 0px;
	padding: 0px;
}
#back-to {
	margin-left: 40px;
	font-size: 14px;
	font-style: italic;
	width: 400px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
#form-wrapper {
	width: 550px;
	background-color: #AAD7F2;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	border: 1px solid #333333;
	padding-right: 20px;
	padding-left: 20px;
}
#form  {
	background-color: #CCCCCC;
	border: 2px solid #999999;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#label {
	display: block;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: .3em;
	margin-left: 2em;
}
#whitebg {
	background-color: #E1E1E1;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	width: 869px;
	margin-top: 30px;
	border: 6px solid #999999;
	margin-bottom: 10px;
	padding: 20px;
}
#whitebg-portfolio {
	background-color: #E1E1E1;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	width: 869px;
	border: 6px solid #999999;
	margin-bottom: 10px;
	padding: 20px;
}
