@charset "utf-8";

/***** CSS FILE PROGRAMMED BY: CHRIS TAKAKURA *****/

/*****DI_CSS RESET ****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  


a {
	border:none;
	}

a:hover{
	color:#821517;

	}
	
a:visited{
	color:none;	
	}
	
a:active{
	color:#fff;
	}


body {

	background-color: #FBFBFB;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	padding: 0;


}


#container{

	background-color:#FFFFFF;
	background-image:url(../images/contentbg.png);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	height:450px;
	margin-top:290px;
	position:absolute;
	width:100%;
	
  }
  
#logo {
	background-image:url(../images/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:80px;
	margin-left:65px;
	margin-top:40px;
	padding:0;
	width:515px;

}
  
#enterstudio{

	background-image:url(../images/studio.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:48px;
	margin-left:156px;
	margin-top:65px;
	width:175px;	

}

#enterstudio:hover{
	
	background-image: url(../images/studio.png);
	background-position: bottom left;
	width: 370px;

}

#portfolio{

	background-image:url(../images/portfolio.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:48px;
	margin-left:156px;
	margin-top:-5px;
	width:175px;	

}

#portfolio:hover{
	
	background-image: url(../images/portfolio.png);
	background-position: bottom left;
	width: 370px;

}


#copyright {
	
	background-image:url(../images/copyright.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	height:125px;
	margin-left:160px;
	width:401px;

}

#spacer{

	height:65px;
	width:401px;

}

#browsehappy{

	border:0 none;
	margin-left:180px;
	
	
	}
	
h1 {

    color: #636363;
    font-family: Times New Roman,Georgia,Serif;
    font-size: 19px;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
    text-shadow: 1px 1px 0 #DEDEDE;

}
	
/* SPECIAL CSS */

#specialcontainer {

    background-color: #FFFFFF;
    background-image: url("../images/contentbg.png");
    background-repeat: repeat-x;
    color: #000000;
    font-size: 12px;
	height:500px;
    margin: 0 auto;
    width: 100%;

}

#specialwrapper {

	margin: 0 auto;
    min-height: 1340px;
    width: 800px;


}

#speciallogo {
    
    background: url("../images/special.png") no-repeat scroll 0 20px transparent;
    height: 140px;
    margin: 0 auto 0;
    width: 600px;


}

.specialdivider {
	
    border-top: 1px solid #A2A2A2;
    height: 1px;
    margin: 40px auto 0;
    width: 561px;

}

.maintext {
	
    color: #545454;
    font-family: trebuchet MS,Helvetica,Arial,Verdana,Sans-serif;
    font-size: 14px;
    padding: 1px 60px 5px;
    text-align: justify;
    text-shadow: 1px 1px 0 #DEDEDE;

}

.imageblock {

    margin: 0 auto;
    text-align: center;
    width: 561px;

}


