/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


#menu {
  
	margin-top: 0px;
	border-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

#header {
padding-top: 0px;

}

2. Global Styles   

*********************************************************************************************/  

body {
    color: #5F676B;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:14px;
    line-height:1.6;
    background-image: url('images/bg.png');
	margin: 0;
}
 

/* Links */
a {text-decoration:none; color: #3c3328; outline:none; border:none;}
a:hover {text-decoration:underline; color: #915E4A;}

p {margin: 0 0 16px; }


#wrapper {
    width: 1000px;
	margin: 0 auto;
}

#inner-wrap {
	text-align: left;
}

#content-wrap {  
	margin-top:20px;
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}