

/* -------------------------------------------
Filename: (whatever .css document's name is)
Title: (give your style a name)
Author: (place your name here)
URL: (place your home page here for other to find you, the author)
/*


/* ----------- RESET DEFAULT SETTINGS */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

/* -------------------------------------------
					LAYOUT
---------------------------------------------*/
body {
	font-family: times, ariel, "sans-serif";
	background:transparent url(../images/background.jpg) repeat;
	
}
	
#container {
	background:transparent url(../images/body.jpg) no-repeat;
	margin:2% auto;
	width: 901px;
	height: 602px;
}
#navigation {
	padding: 70px 0px 0px 70px;
}
#text {
	margin: 70px 300px 50px 100px;
}
#gallery {
	margin: 0px 0px 0px 450px;
}
#about {
	margin: 40px 0px 0px 120px;
}
/* -------------------------------------------
				TYPOGRAPHY
---------------------------------------------*/
#navigation ul li{
	display: inline;
	padding: 20px;	
}
#contact ul li {
	margin: 90px 0px 0px 250px;
	line-height: 0px;
	color:#a18e70 ;
}
p {
	color:#a18e70;
	font-size: 11pt;
}
/* -------------------------------------------
				LINK STYLES
---------------------------------------------*/
a {
	color: #a18e70;
	font-size: 11pt;
}
a:hover {
	color: #705645;
}
/* -------------------------------------------
		   EXTRA CSS SECTION HEAD
---------------------------------------------*/
