@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;
}
.homenav:hover {
	background: url(images/1_05hover.jpg) no-repeat;
}
#mainplace {
	background: url(images/1_06hover.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 */
#maincontent {
	float: left;
	width: 800px;
	height: 576px;
	background: url("http://bram.info/testing/images/1_11.jpg") no-repeat;
}
#maincontent h3 {
	position: relative;
	top: 8px;
	left: 300px;
	width: 225px;
	height: 25px;
	background: url(images/aboutme.png) no-repeat;
	text-indent: -9999px;
}
#maincontent p {
	position: relative;
	max-width: 570px;
	max-height: 539px;
	top: 10px;
	left: 109px;
	font-size: 0.9em;
}
.contentpic {
float: left;
}
.clear {
clear: left;
}
.centeredp {
text-align:center;
font-size: 18px !important;
}

/* Footer Stuff */
#footiecont {
	float:left;
	width: 800px;
	height: 78px;
	background: url("http://bram.info/testing/images/1_12.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;
}

h3 + p {
position: relative;
}
 
/* Miscellaneous */
strong {
color: #FF6600;
}
p {
padding-top: 16px;
}
p:first-letter {
font-size: 24px;
letter-spacing: -1px;
}
a {
color: #F60 !important;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}
 
a:visited {
color: #999999;
}
 
a:hover {
color: #999999;
text-decoration: underline overline;
}
a, img {
        outline: none;
}