@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border: 0px;
}

body {
	margin: 0 auto;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/banner.gif);
	background-repeat: repeat-x;
	background-color: #efd6bf;
	position: relative;
}

p {
	text-align: left;
	font-size: 13px;
	color: #5b320b;
}

h1 {
	text-align: left;
	font-size: 13px;
	color: #5b320b;
	font-weight: bold;
}

a:link, a:visited {
	color: #5b320b;
	text-decoration:: underline;
}

a:hover, a:active {
	color: #b5792e;
}	



/*--------------------------------------------------*/

#wrapper {
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}

#left {
	width: 252px;
	position: absolute;
	top: 130px;
	left: 137px
}

#right {
	width: 442px;
	position: absolute;
	top: 130px;
	left: 420px;
}
#right a:link, #right a:visited {
	text-decoration: underline;
}

#right a:hover, #right a:active {
	text-decoration: underline;
}	

.smallText {
	font-size: 12px;
}
