html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
margin: 0;
padding: 0;
border: 0;
}

body {
	font-size: 90%;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(Rosewrapper_bgblk.gif);
}

#wrapper {
	background-color: #000000;
	width: 90%;
	margin: 10px auto;
	text-align: left; 
	background-image: url(Rosewrapper_bgblk.gif);
	background-repeat: repeat-y;			
}

#banner{
	height: 150px;
	text-align: center;
	border-bottom: 1px solid #cc0033;
	background-image: url(../CSSSite/RoseBanner.gif);
	background-repeat: no-repeat;
}

#leftcol #nav {
	border-bottom-width: 1px solid #ffffff;
}

#leftcol #nav ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 90%;
font-weight: bold;
}

#leftcol #nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#leftcol #nav ul li a{
background-color: #000000;
border-bottom: 1px solid #cc0033;
color: #FFBFBF;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
text-align:left;
height: 1%;
}

#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus{
background-color: #cc0033;
border: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
color: #ffffff;
}

#content{
font-size: 95%;
margin: 20px;
margin-left: 230px;
}

#content h1 {
	font-size: 130%;
	font-weight: 400;
	color: #CC0033;
	margin: 0px;
	padding: 0px;
}

#content h2 {
	font-size: 110%;
	color: #ffbfbf;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}

#content h5 {
	font-size: 80%;
	font-weight:500; 
}	
#content th {
	font-size: 90%;
	font-weight:500; 
	color: ffbfbf;
}	
.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}


.clearit {
	display: block;
	clear: both;
}

#footer {
	clear: both;
	color: #f3e6fa;
	background-color: #000000;
	border-top: 1px solid #cc0033;
}

#footer p {
	font-size: 75%;
	font-weight:500;
	padding: 5px;
	text-align: center;
}

#footer ul li a:hover, #footer ul li a:focus{
background-color: #cc0033;
border: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
color: #ffffff;
}

#leftcol{
margin-top: 20px;
  width: 200px;
  float: left;
  }

.container{
width: 99%;
float: right;
}

	
.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}

.logoimage {
	position: absolute;
	height: 150px;
	width: 200px;
	left: 50px;
	top: 0px;
}


table {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: 000000;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: 000000;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: 000000;
	-moz-border-radius: ;
}
A:link {color: ffffff;}
A:hover {color: cccccc;}
A:visited {background-color: cc0033;}
A:active {color: ffcccc;}

