/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Tahoma, "century gothic", arial,sans-serif;
	font-size: 12px;
	line-height: 150%; 
	color: #ffffff;
	background-color: #d5097c;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center; 
}

h1 {
	font-size: 16px;
	color: #ffffff;
	padding-top: 15px;
	font-family: arial,sans-serif;
	margin-bottom: 5px;
}
h2 {
	font-size: 15px;
	font-family: arial,sans-serif;
	margin-bottom: 5px;
	color: #21858b;
}

/* LINKS */

a:link {
 	color:  #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:visited{
 	color:  #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	color:  #000000;
	font-size: 12px;	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
	list-style:none;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 960px;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #gift {
	position: absolute;
	right: 1px;
	top: 55px;
}

/* TOP NAVIGATION */
#navigationtop {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;	
	text-align: right;
	position: relative;
}
#navigationtop a {
 	color: #ffffff;
	border-right: 1px dotted #e558a8;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#navigationtop a:visited {
 	color: #ffffff;
	border-right: 1px dotted #e558a8;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#navigationtop a:hover {
 	color: #000000;
	border-right: 1px dotted #e558a8;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #d5097c;
}

#contentwrapper {
	width: 960px;
	background-color: #d5097c;
	border: 1px solid #e596c3;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */


/* MAIN CONTENT */

#main {
	background-color: #d5097c;
	
}

#main h1 {
	color:  #ffffff;
	letter-spacing: 1px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	}

#main h2 {
	padding-left: 50px;
	padding-right: 50px;
	color: #21858b;
	letter-spacing: 1px;
	font-size: 14px;
}
#main h3 {
	color:  #9C2242;
	letter-spacing: 1px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#main p {
	font-size: 12px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}
#main a:link {
 	color:  #ffffff;
	font-size: 12px;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}
#main a:visited{
 	color:  #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#main a:hover{
	color:  #000000;
	font-size: 12px;	
}
#main ul {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
#main li {
	margin-left: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	
}
.largeword {
	font-size: 16px;
	font-weight: bold;
}

/* FOOTER / COPYRIGHT INFO */
#copyright {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
	color: #e596c3;
	clear: both;
}
#copyright a:link {
 	color:  #ffffff;
	text-decoration: none;
}
#copyright a:visited{
 	color:  #ffffff;
	text-decoration: none;
}
#copyright a:hover{
	color: #000000;
	}

