/* How to Kiss Stylesheet */


/* Elementals */

image {
	border: 0px;
	
}


p {
	margin: 0 0 0 90px;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-align: justify;
}

span {
background-color:yellow;
}


h1 {
	font-size: 18pt;
	color: #7c104a;
	font-family: verdana;
	
}


#header p {
	margin: 125px 0 0 10px;
	font-size: 10pt;
	font-family: verdana;
	text-align: justify;
	font-weight: bold;
}


#menubar p {
	margin: 20px 20px 0 20px;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-align: justify;
}

#body p {
	margin: 0 20px 0 20px;
	font-size: 10pt;
	color: #7c104a;
	font-family: verdana;
	text-align: justify;
}

#bigbody p {
	margin: 20px 20px 0 20px;
	font-size: 10pt;
	color: #7c104a;
	font-family: verdana;
	text-align: justify;
}



.imagewideleft {
width: 173px;
height: 232px;
margin: 0 10px 0 0px;
float: left;
}


/* Divs */

body {
text-align: center;
background:#72425e;
margin: 0 auto;
font-family: Verdana, sans-serif;

}

#wrapper {
	margin: 0px auto 0px auto;
	width: 780px;
	text-align: center;
}

#container {
	float: left;
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	
}



#main {
	float: left;
	margin: 0 auto;
	width: 780px;
}


#header {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 150px;
	display: inline;
	background: url(header.jpg);
}


#menubar {
	float: left;
	margin: 0 auto -4000px auto;
	padding-bottom: 4000px;
	width: 237px;
	display: inline;
	background: #7c104a;
	
}



#body {
	float: left;
	margin: 0 auto -4000px auto;
	padding-bottom: 4000px;
	width: 543px;
	display: inline;
	background: #FFF;
	
}






#bigbody {
	float: left;
	margin: 0 auto -4000px auto;
	padding-bottom: 4000px;
	width: 780px;
	display: inline;
	background: #FFF;
	
}



/* Hyperlinks */

a:link, a:visited, a:active {
	font-size: 10pt;
	color: #e93c7c;
	font-family: verdana;
	font-weight: boldest;
	text-decoration: none;

}

#menubar a:link, #menubar a:visited, #menubar a:active {
	font-size: 9pt;
	font-weight: boldest;
	color: #e93c7c;
	font-family: verdana;
	text-decoration: underline;
	font-weight:bold
}

#menubar a:hover {
	font-size: 9pt;
	font-weight: boldest;
	color: #fff;
	font-family: verdana;
	text-decoration: underline;
	font-weight:bold
}

#bigbody a:link, #bigbody a:visited, #bigbody a:active {
	font-size: 9pt;
	font-weight: boldest;
	color: #0000ff;
	font-family: verdana;
	text-decoration: underline;
	font-weight:bold
}

#bigbody a:hover {
	font-size: 9pt;
	font-weight: boldest;
	color: #e93c7c;
	font-family: verdana;
	text-decoration: underline;
	font-weight:bold
}


