﻿body 
{
    background-color: #000000 
}


*
{
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    font-weight: normal;
    color: #ffffff
}


#PageWrapper
{
    width: 900px;
    height: 675px;
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-position: center;    
    margin: 0px auto 0px auto /* This centrally positions the page */
}


#MainContentHolder
{
    width: inherit;
    position: relative;
    top: 100px
}


 #MainContentHolder #FrontCover
{	
     margin: 0px auto 0px 450px;
     width: 360px;
     height: 459px;         
     background: url(/images/bg_gradient.png) no-repeat            
}


#MainContentHolder #DoublePage
{
    width: 720px;
    height: 459px;       
    margin: 0px auto 0px auto
}


#MainContentHolder #footerFrontCover
{
    width: 360px;
    margin: 5px auto 0px 450px;
    text-align: right;
    font-size: 85%
}


#MainContentHolder #footerDoublePage
{
    width: 320px;
    margin: 5px auto 0px 490px;
    text-align: right;
    font-size: 85%
}


.obPortfolio
{
	z-index:1;
	left: 496px;
	top: 210px;
	position: absolute;
}


.catchMeInfo
{
	z-index:1;
	left: 504px;
	top: 250px;
	position: absolute;
}


.next
{   z-index: 1;
    left: 740px;
    top: 420px;
    position: absolute;
    font-family: Tahoma, Verdana, Arial;
    font-size: x-large;   
    color: #9c6429;
    text-decoration: none
}


.previous
{
    z-index: 1;
    left: 106px;
    top: 418px;
    position: absolute;
    font-family: Tahoma, Verdana, Arial;
    font-size: x-large;   
    color: #9c6429;
    text-decoration: none
}


.myWorksNotePaper
{
	z-index: 1;
	width: 300px;
	height: 294px;
	position: absolute;
	top: 101px;
	left: 110px;
}


.myWorksImage
{
	z-index: 1;
	width: 199px;
	height: 40px;
	position: absolute;
	top: 101px;
	left: 118px;
}


#myWorksCIBox2
{
	padding: 10px;
	/*border: #fff 1px solid;*/
	width: 280px;	
	z-index: 1;
	position: absolute;
	top: 145px;
	left: 481px;
	font-size: 85%;	
	line-height: 25px
}


.catchMeForm
{
    z-index: 2;
    position: absolute;
    background-color: #ffffff;
    top: 103px;
    left: 120px
}


.catchMeButtons
{
    background-color: #9c6429;
    border: #9c6429 1px solid;
    font-size: 85%
}


.catchMeTextbox
{    
    border: #adacac 1px solid;
    padding: 3px;
    font-size: 85%
}

.busy
{
    width: 31px;  
    height: 31px;  
    background-image: url('/images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;    
    z-index: 2;    
    position: absolute;
	top: 246px;
	left: 157px;
}


.messageSent
{
	width: 270px;
	height: 182px;
    position: absolute;
    top: 136px;
    left: 162px;
    z-index: 1
}