a:link, a:active {
	text-decoration:none;
	color:#266BA5;
	font-weight:bold;
}

a:hover, a:visited {
	text-decoration:none;
	color:#266BA5;
	font-weight:bold;
}

body {
	background: url('images/bg.png') #ffffff;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size:11px;
	text-align:justify;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	line-height:19px;
}

h1 {
	font-size:1.5em;
	color:#512F3C;
}

h2 {
	font-size:12px;
	color:#202020;
}

b { 
	color:#CD493B;
}

#wrapper {
	background: none;
	width:694px;
	margin: auto auto;
	padding:0px;
}

#top {
	background:url('images/top.png');
	width:694px;
	height:399px;
}

#left {
	background:url('images/left.png');
	width:125px;
	height:139px;
	float:left;
}

#content {
	background:url('images/tbg.png');
	background-repeat:repeat-y;
	width:569px;
	float:right;
}

#contentcontainer {
	width:500px;
	padding-left:15px;
}

#navigation {
	text-align:center;
	color:#ffffff;
	position:relative;
	top:80px;
	left:500px;
	width:157px;
	height:120px;
	overflow:auto;
	border:0px solid red;
}

#quote {
	font-size:24px;
	color:#ffffff;
	position:relative;
	top:170px;
	left:250px;
	width:300px;
}

input, textarea
{ 
	background: #FFFFFF;
	color: #000000; 
	border:1px #000000 dashed;
}