@charset "utf-8";
/* CSS Document */

body {
	margin-left:45px;
	margin-top:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #0facc3;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #333;
	margin: 0;
	margin-bottom: 6px;
}

h2 {
	font-size: 12px;
	color: #333;
	margin: 0;
	margin-bottom: 3px;
}

p {
	margin:0;
	margin-bottom: 15px;
	line-height: 18px;
}

#about-me {
	margin-top: 35px;
	margin-bottom: 35px;
	width: 245px;
}

#main-content {
	min-height:740px;
	width:621px;
	overflow-x:hidden;
}

#main-content #portfolio-images {
	width: 632px;
}

#main-content #portfolio-images #link {
	display: block;
	width: 145px;
	height: 108px;
}

#main-content #portfolio-images .thumb_window {
	width: 145px;
	height: 108px;
	border: 1px solid #ECECEC;
	display:block;
	overflow:hidden;
	float:left;
	margin-right: 11px;
	margin-bottom: 11px;
}

#main-content #paginate {
	width:621px;
	display:table-cell;
	text-align:center;
}

#main-content #paginate a {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

#main-content #paginate .link-on {
	color: #fd0278;
	text-decoration: underline;
}

.nav {
	position:relative;
	left:-45px;
}

.nav a {
	display:inline-block;
	text-transform:uppercase;
	padding: 1px 0px 1px 45px;
}

.nav .nav-on {
	background: #fd0278 url('graphics/nav-arrow.png') right center no-repeat;
	padding:0px 20px 0px 45px;
	margin: 1px 0px;
	font-weight:bold;
	color: white;
}

.nav .nav-on:hover {
	text-decoration: none;
}

#footer {
	font-size: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}

#footer a {
	color: #666;
}
