* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 	background: #ffffff url(Images/background.jpg) no-repeat fixed right bottom;

}
#wrapper { 
 margin: 0 auto;
 width: 806px;
}
#header {
	width: 800px;
	color: #333;
	padding: 5px;
	border: none;
	height: 20px;
	margin: 10px 30px 0px 30px;
}
#navigation {
 width: 800px;
 color: #333;
 padding: 10px;
 border: none;
 margin: 0px 0px 0px 0px;
 height: 15px;
 border-bottom: 2px #b63072 solid;
}
#content { 
 width: 800px;
 color: #333;
 border: none;
 height: 450px;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#content2 { 
 width: 800px;
 color: #333;
 border: none;
 margin: 0px 0px 0px 0px;
 padding: 10px 50px 10px 50px;
}
#footer { 
 width: 800px;
 color: #333;
 border: none;
 height: 20px;
 background-color:#b63072;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.pink {
	color:#b63072;
	font-weight: bolder;
	font-size: 30px;
}
.black {
	color:#000;
	font-weight: lighter;
	font-size: 30px;
	}
.black2 {
	color:#000;
	font-weight: bold;
	font-size: 30px;
	}	
.smallpink {
	color: #b63072;
	font-weight: bolder;
	}
.smallblack {
	font-weight: lighter;
	}
.headlink {
	color: #b63072;
	text-align: right;
	clear: right;
	float: right;
	vertical-align: baseline;
	top: auto;
	bottom: auto;
}#wrapper #footer p1 {
	color: #FFF;
	font-size: large;
	text-align: left;
}
.f1 {
	font-size: medium;
	color: #FFF;
	text-align: left;
	clear: both;
	float: left;
}
.f2 {
	font-size: small;
	color: #FFF;
	text-align: right;
	clear: both;
	float: right;
}
.thumbNormal {
	border:2px solid #000000;
}

.thumbSelected {
	border:2px solid #ff0000;
}

table.thumbs {
  border: none;
}
/*tab link color*/

div#navigation a:link {
	text-align: right;
	vertical-align: bottom;
	color: #b63072;
}

/*visited tab*/

div#navigation a:visited { 
	color: #b63072; 
}

/*hover over tab color change*/

div#navigation a:hover {
	color: #999;
}

/*current tab*/

div#navigation a#current {
	background: #f0f0f0;
	}
/*tab link color*/

div#content a:link {
	text-align: right;
	vertical-align: bottom;
	color: #b63072;
}

/*visited tab*/

div#content a:visited { 
	color: #b63072; 
}

/*hover over tab color change*/

div#content a:hover {
	color: #999;
}

/*current tab*/

div#content a#current {
	background: #f0f0f0;
	}
/*tab link color*/

div#content2 a:link {
	text-align: right;
	vertical-align: bottom;
	color: #fff;
}

/*visited tab*/

div#content2 a:visited { 
	color: #f0f0f0; 
}

/*hover over tab color change*/

div#content2 a:hover {
	color: #999;
}

/*current tab*/

div#content2 a#current {
	background: #f0f0f0;
	}
	
#wrapper #content2 p {
	margin-right: 60px;
	margin-left: 30px;
}

