a {
	text-decoration: none;
	color: #0066A9;
}

a:hover {
	text-decoration: underline;
}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	background: #001C38 url(../images/main-bg-01.jpg) no-repeat top;
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
}

img {
	border: none;
}

/* Header */

#header {
	background: url(../images/logo.png) no-repeat;
	position: relative;
	width: 801px;
	height: 150px;
	margin: auto;
}

/* Header > Quicks */
#header .logo-link {
	position: absolute;
	height: 150px;
	width: 330px;
	display: block;
}

#header .quicks {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #CCD6DF;
	font-size: 1.1em;
}

#header a {
	color: #CCD6DF;
}

#header .quicks span {
	color: #F6C01F;
	font-weight: bold;
}

/* Header > Nav */

#header .nav {
	position: absolute;
	top: 65px;
	right: 25px;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	z-index: 1;
}

#header .nav a {
	color: #fff;
}

/* Body */

#body {
	background: #fff;
	width: 741px;
	position: relative;
	padding: 0px 30px;
	margin: auto;
	background: url(../images/body-bg.png);
	padding: 50px 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3A3A3A;
}

.design-with-standards {
	margin-bottom: 50px;
	float: left;
}

/* Body > Left Col */

.left-col {
	float: left;
	width: 365px;
}

.who-i-am, .what-i-do {
	margin-bottom: 25px;
}

.who-i-am .title, .what-i-do .title {
	margin-bottom: 20px;
}

/* Body > Right Col */

.right-col {
	float: right;
	width: 365px;
}

.latest-work {
}

.latest-work .title {
	margin-bottom: 20px;
	margin-left: 14px;
	position: relative;
}

.latest-work .content a {
	float: left;
	margin-left: 14px;
	border: 5px solid #fff;
	margin-bottom: 13px;
}

.latest-work .content img {
	display: block;
}


.latest-work .content a:hover {
	border: 5px solid #0066A9;
}

.view-more {
	position: absolute;
	top: 10px; right: 10px;
	border: none;
	
}

.view-more a, .view-more a:hover,  {
	border: none;
}


/* Footer */ 

#footer {
	background: url(../images/footer-gradiant.gif);
	width: 801px;
	margin: auto;
	height: 71px;
	position: relative;
}

#footer .copyright {
	position: absolute;
	top: 28px;
	right: 25px;
	color: #fff;
}


/* Classes */

span.clearer {
	clear:both;
	display:block;
	font-size:0pt;
	height:0px;
	line-height:0pt;
	width:0pt;
}

.photo-paperclip {
	right: -67px;
	top: 20px;
	position: absolute;
}

.star {
	color: #F4BF2F;
	font-weight: bold;
}
