body {
	text-align: center;
	min-width: 760px;
	background-color: #6f1727;
background-image: url('images/bg-gray-diag.gif');
background-repeat: repeat; 

}

div#wrapper {
		margin: 0 auto;
		margin-top: 5px;
		border: 1px solid #ffffff;
		width: 760px;
		height: 100%;
		background: #c14d1d url('images/kermit-l.jpg');
		background-position: bottom left;
		background-repeat: repeat-x;
		
}

html>body div#wrapper {
		min-height: 600px;
		height: 1700px;
}

div#logo {
		float: left;
		height: 410px;
		position: relative;
		top: -10px;
		margin-bottom: -10px;
		width: 150px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #6f1727 url('images/logo-s.jpg');
		background-position: top-center;
		background-repeat: repeat-y;
}

html>body div#logo {
		height: 1230px;
		min-height: 394px;
}




div#content {
		text-align: left;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 400px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 12pt;
		font-weight: normal;
		color: #ffffff;
}

html>body div#content {
		min-height: 500px;
}

div#topbar {
		height: 45px;
background-color:#ea936f; 
		font-family: trebuchet ms,arial,verdana;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#menu 
{
		float: right;
		width: 760px;
}


div#menu A 
{
		display: block;
		width: 120px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #a0171f url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 10px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}


div#content a 
{
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}


div#content a:hover 
{
		text-decoration: underline;
}


div#menu a:hover 
{
		background: #5c1c2d url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}

h2 
{
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}


b 
{
		color: #ffffff;
		font-weight: bold;
}

h1 
{
		color: #bbc6b6;
		font-weight: bold;
		font-size: 20px;
}


ul
{
list-style-image:url(images/bullet-blue.gif);
font-size:11pt;
}



div#footer 
{
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #cccccc;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A 
{
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover 
{
		color: #ffffcc;
		text-decoration: underline;
}

a:link     {color: #ffffff; text-decoration: none; font-weight:bold;} 
a:visited  {color: red; text-decoration: none; font-weight:bold;} 
a:hover    {color: #ffffcc; text-decoration: underline;}
