/* iZi Bar StyleSheet '04 */
/* Design by Perfect-picture.co.uk */
/* please use only for referance */


/* Layers and Tags */
body {
	margin: 0px;
	padding: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: Black;
	background-color: #F6F2EF;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../layout/bkgrnd.gif);
}
#container {
	width: 595px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding: 0;
	position: relative;
	top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo {
	background-image: url(../layout/images/logo.gif);
	position: relative;
	height: 109px;
	width: 296px;
}
#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../layout/nav/main-nav.gif);
	height: 109px;
	width: 296px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#maincontent {
	background-image: url(../layout/images/background.gif);
	width: 595px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-color: #5C483D;
	border-bottom-color: #5C483D;
	border-left-color: #5C483D;
	height: auto;
}
#maincontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #5C483D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B7A098;
	border-right-color: #B7A098;
	border-bottom-color: #B7A098;
	border-left-color: #B7A098;
	margin-right: 20px;
	margin-left: 5px;
}
#maincontent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	color: #7D695E;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: lowercase;
	background-image: url(../layout/h2.gif);
	background-repeat: no-repeat;
}
#maincontent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5C483D;
	font-weight: lighter;
	text-transform: lowercase;
	margin-right: 5px;
	margin-left: 5px;
}
#maincontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #A78C85;
	margin-right: 5px;
	margin-left: 15px;
	font-weight: lighter;
}
#maincontent a {
	color: #350946;
	text-decoration: underline;
}
#maincontent a:hover {

	color: #A78C85;
	text-decoration: underline;
}
#maincontent li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #A78c85;
	font-weight: normal;
}
#footer {
	background-image: url(../layout/images/footer.gif);
	height: 83px;
	width: 595px;
	bottom: 0px;
	position: relative;
}

#flashscroll {
	height: 100px;
	width: 595px;
	bottom: 0px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C483D;
	text-align: right;
}
#flashscroll a {
	color: #5C483D;
}
/* Classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
	margin: 10px;
}
.clearboth {
	clear: both;
}
.vtborder {
	border-right-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A78C85;
	border-right-color: #A78C85;
	border-bottom-color: #A78C85;
	border-left-color: #A78C85;
	border-top-width: thin;
	border-bottom-width: thin;
}
.highlight {
	font-weight: bold;
	color: #5C483D;
}
