/* CSS Document */

h1{
	color: #834f45;
	font-size: 14;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

h2{
	color: #834f45;
	font-size: 14;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}

h3{
	color: #834f45;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}

a:link { color:#834f45; font-size: 12; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:active { color:#834f45; font-size: 12; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:visited { color:#834f45; font-size: 12; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:hover { color:#fff2d2; font-size: 12; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }

.link a:link { color:#ffffff; font-size: 10; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.link a:active { color:#ffffff; font-size: 10; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.link a:visited { color:#ffffff; font-size: 10; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.link a:hover { color:#fff2d2; font-size: 10; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }


/* Body */

body{	
	text-align: center;
	background-color:#fff2d2;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center; 
}

#container{
 	position:relative;
	margin: 0px auto;
	margin-top: 0px;
	width: 800px;
	height: 680px;
}

#banner{
	position: absolute;
	top: -15px;
	left: 0px;
	width: 801px;
	height: 140px;
	background-image: url(images/banner-repeat.jpg);
	background-repeat: repeat-x;
}

#logo{
	position: absolute;
	top: 15px;
	left: 10px;
	width: 425px;
	height: 90px;
}

#mainbanner{
	position: absolute;
	top: 124px;
	left: 0px;
	width: 800px;
	height: 234px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#text{
	position: absolute;
	top: 380px;
	left: 10px;
	width: 620px;
	height: 430px;
	text-align: justify;
	color: #432C28;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav{
	position: absolute;
	top: 370px;
	right: 0px;
	width: 130px;
	height: 130px;
	text-align: left;
}

#address{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 130px;
	height: 200px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
}

#tag{
	position: absolute;
	top: 120px;
	left: 13px;
	width: 350px;
	height: 20px;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-family: Rage Italic, Arial, Helvetica, sans-serif;
}

