/*
 * Much of this stylesheet is modeled on:  http://www.yourhtmlsource.com/bubbleicious.css
 */

body {
  background-color: #FFFFFF;
  color: #000000;
 }
 
a:link { 
	color: #9C6C11;

	}

a:visited { 
	color: #9A9C11; 
	text-decoration:	none;
	}
	
a:active { 
	color: #659C11; 
	text-decoration:	none;
	}
	
a:hover	{	
	text-decoration:	underline;
	background-color: #dcdcdc;
	}

/*  classes specifications  */
.c1 {color: #336699;	font-family: arial,sans-serif}
.c2 {color: #1A4658; font-family: arial,sans-serif; font-size: 70%}     
.c3	{font-size: 85%}
        
h2 {
		color:#993311;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:140%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		letter-spacing:2px;
		line-height:normal;
		margin:0px 0px 15px;
		text-transform:uppercase;
		text-align:left;
}

h3 {
		color:#993311;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:120%;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		letter-spacing:2px;
		line-height:normal;
		margin:0px 0px 15px;
		text-transform:uppercase;
		text-align:center;
}


h4 {
		color:#1A4658;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		letter-spacing:2px;
		line-height:normal;
		margin:0px 0px 15px;
		text-transform:uppercase;
		text-align:left;
}

p, div {
       font-family: Arial, Helvetica, sans-serif;
       color:	#1A4658;
       
       }

body	{
		text-align: center; 
		}
		
a img	{
		border: 1px;
		color:	#000000;
		}  
		

/*
 * Main Structure,wrap the whole layout in a div to keep it narrow and centered
 */
div#wrapper {
    position: relative; 
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    text-align: left;
}

/* Header Logo Zone */
div#headerwrapper {

/*  background: #ffffff;  */
    position: relative;
    
}

div#contact	{
	position:	absolute;
	top:	26px; right:	10%;
	}
	
div#contact	p{
		color:#1A4658;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		letter-spacing:2px;
		line-height:normal;
		text-transform:uppercase;
		text-align:right;
	}	

div#navigation {
    margin: 0px 0px 0px 0px;
/*    background:#B9D197;  */
/*    color: #ffffff;    */
    text-align: left;

}

ul#nav-list {
		list-style:none;
		border:none;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:5px;
		line-height: 16px;

}

ul#nav-list li {
		text-decoration:none;
		display:inline;
		
}

ul#nav-list li a {
		text-decoration:none;	
}

/* Main Content Area */
div#mainwrapper {
    clear: both;
    border-top: none;
    margin-left: 0px;
}

/* Contentsia */

div#movie	{
		text-align:	center;
		}	

/* Footer */
div#footerwrapper {
    clear: both;
    background: none;
    color: #000000;
    margin-top:	50px;
}

div#footerwrapper p {
    margin: 0;
    padding: 7px 9px;
    text-align: center;
}

div#copyright p {
    font-size: 11px;
    padding: 7px 9px;
}
       
