@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #0c0b09 url(images/wallpaper2.jpg) top left no-repeat;
	font: 16px "Lucida Sans Unicode","Lucida Grande", Verdana, sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#container {
	width: 800px;
	height: auto;
	background: #0c0b09;
	margin: 0 auto 0 auto;
	padding-top: 57px;
	position: relative;
}
 
/* preloader */
 
#preloader {
	display: none;
}
 
/* Top Layout */
 
#logo h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 61px;
	background-image: url(images/logo2.png);
	text-indent: -9999px;
	z-index:99;
}

#topleft {
	float: left;
	width: 314px;
	height: 285px;
	background: url(images/_topleft_01.png) no-repeat;
	z-index:98;
}
#topmiddle {
	float: left;
	width: 136px;
	height: 285px;
	background: url(images/1_02.jpg) no-repeat;
}
#topmiddle:hover {
	background: url(images/1_02hover.jpg) no-repeat;
}
#topright {
	float: left;
	width: 350px;
	height: 285px;
	background: url(images/1_03.jpg) no-repeat;
}
#nav_left {
	float: left;
	width: 135px;
	height: 61px;
	background: url(images/1_04.jpg) no-repeat;
}
.homenav {
	float: left;
	width: 106px;
	height: 61px;
	background: url(images/1_05.jpg) no-repeat;
	text-indent: -9999px;
}
#mainplace {
	background: url(images/1_05hover.jpg) no-repeat;
}
.aboutnav {
	float: left;
	width: 111px;
	height: 61px;
	background: url(images/1_06.jpg) no-repeat;
	text-indent: -9999px;
}
.aboutnav:hover {
	background: url(images/1_06hover.jpg) no-repeat;
}
.portfolionav {
	float: left;
	width: 114px;
	height: 61px;
	background: url(images/1_07.jpg) no-repeat;
	text-indent: -9999px;
}
.portfolionav:hover {
	background: url(images/1_07hover.jpg) no-repeat;
}
.linksnav {
	float: left;
	width: 111px;
	height: 61px;
	background: url(images/1_08.jpg) no-repeat;
	text-indent: -9999px;
}
.linksnav:hover {
	background: url(images/1_08hover.jpg) no-repeat;
}
.contactnav {
	float: left;
	width: 104px;
	height: 61px;
	background: url(images/1_09.jpg) no-repeat;
	text-indent: -9999px;
}
.contactnav:hover {
	background: url(images/1_10hover.jpg) no-repeat;
}
#nav_right {
	float: left;
	width: 119px;
	height: 61px;
	background: url(images/1_10.jpg) no-repeat;
}
 
 
/* Content and Middle Layout */
#tlcontent {
	float: left;
	width: 472px;
	height: 574px;
	background: url(images/leftcontent.jpg) no-repeat;
}
#tlcontent h3 {
	position: relative;
	max-width: 250px;
	top: 6px;
	left: 190px;
	width: 160px;
	height: 25px;
	background: url(images/education.png) no-repeat;
	text-indent: -9999px;
}
#tlcontent p {
	position: relative;
	max-width: 300px;
	max-height: 539px;
	top: 10px;
	left: 109px;
	font-size: 0.9em;
}
#trcontent {
	float: left;
	width: 326px;
	height: 574px;
	background: url(images/rightcontent2.jpg) no-repeat;
}
#trcontenttop h3 {
	position: relative;
	max-width: 220px;
	top: 6px;
	left: 77px;
	width: 100px;
	height: 25px;
	background: url(images/skills.png) no-repeat;
	text-indent: -9999px;
}
 
.resume {
	position: relative;
	max-width: 220px;
	top: 115px;
	left: 77px;
	width: 100px;
	height: 25px;
	background: url(images/resume.png) no-repeat;
	text-indent: -9999px;
}
 
#trcontenttop p {
	position: relative;
	max-width: 225px;
	max-height: 375px;
	top: 10px;
	left: 15px;
	font-size: 0.9em;
}
 
.cv {
    position: relative;
    display: block;
	overflow: hidden;
    top: 117px;
    right: -65px;
    height: 120px;
    width: 120px;
    background: url(images/cv.png) no-repeat;
	text-indent: -9999px;
}
 
.skilled {
    font-size: 0.9em;
}
 
#trcontenttop .icony {
	list-style-type: none;
	background: url(images/icon.png) 0 -2.5px no-repeat;
	position: relative;
	height:30px;
	top: 33px;
	left: 20px;
	padding-left: 33px;
}
 
 
/* Footer Stuff */
#footiecont {
	float:left;
	width: 797px;
	height: 77px;
	background: url(images/footer.jpg) no-repeat;
	color: white;
}
#footiecont h6 {
	position: relative;
	bottom: -28px;
	left: 340px;
	width: 140px;
	height: 16px;
	font-size: 0.75em;
	text-align: center;
	color: #ec8005;
}
 
/* Miscellaneous */
strong {
        color: #FF6600;
}
p {
        padding-top: 16px;
}
p:first-letter {
        font-size: 24px;
        letter-spacing: -1px;
}
a {
        color: #FF6600;
        text-decoration: none;
}
 
a:visited {
        color: #999999;
}
 
a:hover {
        color: #999999;
        text-decoration: underline overline;
}

a, img {
        outline: none;
}