body {
	text-align: center;
	min-width: 760px;
	background-color: #3333cc;
        background-image: url('images/bg3.jpg');
background-position: center center; 
}

div#wrapper 
{
		margin: 0 auto;
		margin-top: 5px;
		border: 1px solid #ffffff;
		width: 760px;
		height: 100%;
		background: #799da9 url('images/arvin-sml.jpg');
		background-position: bottom left;
		background-repeat: repeat-x;
		
}

html>body div#wrapper 
{
		min-height: 600px;
		height: 1800px;
}

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/logo3a.jpg');
		background-position:top center;
		background-repeat: repeat-y;
		
}

html>body div#logo {
		height: 69%;
		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;
}



div#header 
{
	font-family: Trebuchet ms, Times, serif;
	font-size: 24px;
	color: #ffffff;
	background-color: #c2cea8;
	text-align: center;
	width: 760px;
	border: 1px solid #ffffff;
	border-top: 0px solid #000000;
	position: relative;
}

div#menu 
{
		float: right;
		width: 760px;
}


div#menu A 
{
		display: block;
		width: 150px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #b8114c url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 12px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}
h1 {
		color: #c2cea8;
		font-weight: bold;
		font-size: 18px;
}


h2 
{
		color: #ffccff;
		font-size: 16px;
		font-weight: bold;

h3 
{font-family: comic sans ms;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}
}

b {
		color: #ffffff;
		font-weight: bold;
}



div#content a 
{
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}

div#menu a:hover {
		background: #446f92 url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}



div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		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 {
		text-decoration: underline;
}