html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image:   url(rosedesign/body_bg.gif);
	background-repeat: repeat;
	font-size: 100.01%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #5f5549; /*font color*/
	background-color: #EEEEEE;
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	background-image:   url(rosedesign/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#header {
	background-image:   url(rosedesign/header_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#strap {
	background-image: url(rosedesign/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#innerwrapper { /* only used to position leftcol in DW - this selector not really needed
	/* background-image:  url(bridging_slice.jpg); */
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	width: 200px;
	margin-left: 25px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 200px;
	background-color: #999999;
}

#leftcol li a {
	display: block;
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	padding: 4px 0 4px 6px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #F63C3F;
	color: #FFFFFF; 
}

#linkbox {
	/* display: inline;*/
	float: left; 
	width: 185px; 
	margin-left: 5px;
	margin-top: 20px;
}
#linkbox_item {
	margin-bottom: 15px;  
	border: 1px solid #333; 
	background-color: #FFF;
}
#linkbox h3 {
	color: #FFFFFF;
	background-color:#999999;
	border-bottom: 1px solid #333;
	font-size:140%;
	font-weight:normal;
	padding-left:3px;
}
#linkbox p {
	background-color:#fff;
	padding: 0px 6px 4px 6px;
}


/* CONTENT STYLES BEGIN */	
#content {
	width: 415px;
	margin-left: 255px;
	background-color:#FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
}

h1 {
	color:#D41730;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 160%;
	padding-top: 10px ;
	padding-bottom: 10px;
}
h2 {
	color:#5A3844;
	font-size: 100%;
	border-top:1px dotted #5A3844;
	font-weight:bold;
	padding-top: 5px ;
	padding-bottom: 0;
}
h4 {
	color: #666;
	font-size:140%;
	font-weight:bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #333; /* also top of the menu */
}
h5 {
	font-weight: 100%;
	font-style: italic;	
	font-weight: normal;
	padding-top: 0px;
	}
h6 {
	color:#D41730;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 15px ;
	padding-bottom: 5px;
}

p {
	margin: 5px 0;
	line-height: 125%;
}
p a:link, p a:visited {
	text-decoration:underline;
	color:#E21710;
}

p a:hover, p a:focus {
	color:#F89A98;
	text-decoration:none;
}

#content ul {
	/* font-size: 0.7em; */
	line-height:1.3;
	margin-left: 25px;
	padding-bottom: 10px;
}
#content li a:link, li a:visited {	
	color: #E21710;
	text-decoration:underline;
	}
#content li a:hover, li a:focus {
	color: #F89A98;
	text-decoration:none;
}	
	

/* TABLE STYLES BEGIN */
table 	{
	width:95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*border: 2px #FFCC00 solid;
	background-color:#FFF6D4;*/
	margin: 0px;
	margin: 0px;
	border-collapse:	collapse;
	}
	
table a:link, p a:visited {
	text-decoration:underline;
	color:#E21710;
}

table a:hover, p a:focus {
	color:#F89A98;
}
td {
	padding: 2px;
}

/* TABLE STYLES BEGIN */
table.album 	{
	width:95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*border: 2px #FFCC00 solid;
	background-color:#FFF6D4;*/
     	display: block;
	margin-left: auto;
    margin-right: auto; 
	border-collapse:	collapse;
	}
	
table.album td {
	width: 90px;
	vertical-align: middle;
	padding: 10px;
 	display: block;
    margin-left: auto;
    margin-right: auto; 
	}
	
/*style the web album generator stuff*/

/* Thumbnail Index */
div#album {
	text-align: center;
}

div#album table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse:	collapse;
}

div#album td.thumbcell {
	width: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#album td.thumbcell img {
  float: left;
  padding:4px;
  border:1px solid #ddd;
}

div#album div.pages {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}	
	
	
	

/* FOOTER STYLES BEGIN */
#footer {
	background-image:   url(rosedesign/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: right;
	color: #ac998a;
	padding: 5px 20px 0 0 ;
}

.left {
  float: left;
  padding:4px;
  margin-right: 4px;
  border:1px solid #ddd;
}
.right {
  float: right;
  padding:4px;
  border:1px solid #ddd;
  margin:5px;
}
.borderimage { /* makes the grey/white border */
  float: left;
  padding:4px; 
  border:1px solid #ddd;
  margin-bottom:0px;
  margin-top:15px;
}
.borderimage2 { /* makes the grey/white border */
  float: center;
  padding:4px;
  border:1px solid #ddd;
  margin-bottom5px;
  margin-top:5:px; 
}