﻿/* HTML ELEMENTS */
a 
{
    color: #fd4239;
}
body {
	background: #000000;
	color: #ffffff;
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
}
img {
	border: 0px;
}

/* PLACEHOLDERS */
#frame {
	height: 100%;
	position: relative;
}
#menu {
	position: absolute;
	left: 341px;
	top: 388px;
}
#menuSmall {
	position: absolute;
	left: 71px;
	top: 80px;
}
#content 
{
    font-family: Arial; 
    font-size: 12pt;
    position: absolute;
    left: 80px;
    top: 170px;
    width: 880px;
}

/* BORDERS */
#borderTop {
	background: url(images/borderTop.gif);
	height: 19px;
	margin-top: 49px;
	width: 958px;
}
#borderCenter {
	position: relative;
	background: url(images/borderCenter.gif);
	min-height: 470px;
	width: 958px;
}
#borderBottom {
	background: url(images/borderBottom.gif);
	height: 18px;
	margin-bottom: 10px;
	width: 958px;
}

/* IMAGES */
#logo {
	background: url(images/logo.gif);
	height: 123px;
	left: 440px;
	position: absolute;
	top: 38px;
	width: 542px;
	z-index: 0;
}
#homeSplash {
	background: url(images/homeSplash.gif);
	height: 507px;
	left: 52px;
	position: absolute;
	top: 38px;
	width: 367px;
}
#homeCaption {
	background: url(images/homeCaption.gif);
	height: 91px;
	left: 414px;
	position: absolute;
	top: 242px;
	width: 557px;
}

#menuAbout {
	background: url(images/menuAbout.gif);
	height: 69px;
	position: relative;
	width: 190px;
}
#menuPortfolio {
	background: url(images/menuPortfolio.gif);
	height: 69px;
	position: relative;
	width: 222px;
}
#menuContact {
	background: url(images/menuContact.gif);
	height: 69px;
	position: relative;
	width: 221px;
}
#menuSmallAbout {
	background: url(images/menuSmallAbout.gif);
	height: 37px;
	position: relative;
	width: 106px;
}
#menuSmallPortfolio {
	background: url(images/menuSmallPortfolio.gif);
	height: 37px;
	position: relative;
	width: 124px;
    top: 0px;
    left: 0px;
}
#menuSmallContact {
	background: url(images/menuSmallContact.gif);
	height: 37px;
	position: relative;
	width: 116px;
    top: 0px;
    left: 0px;
}

/* TEXT */
#homeSplashCaption {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	left: 55px;
	position: absolute;
	top: 522px;
}
