@import "http://www.geocities.com/sd_jasmina/initial.css";

/* Jasmina's Website CSS */
body {
	font: .7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #F5989D;
	color: #5B5B5B;
}
a {
	color: #401C28;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font: bold 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #401C28;
}
strong {
	color: #401C28;
}
img {
	border: 1px solid #401C28;
	margin: 2px;
}
hr {
	color: #401C28;
	background-color: #401C28;
	height: 2px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*Header*/
#header {
	height: 200px;
	width: 800px;
	background: url(header2.jpg) no-repeat;
	margin-top: 5px;
}
#header h1 {
	display:none;
}

/*Menu*/
#menu {	
	background: #7C0046;
	width: 800px;
	height: 20px;
	margin-top: 2px;
}
#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
	float:left;
	border-left: 1px solid #7C0046;
	border-bottom: 1px solid #7C0046;
}
#menu ul li {
	float: left;
	background: #EEEBEB;
	width: 132px;
	text-align: center;
	margin-left: 0;
	border-right: 1px solid #7C0046;
	border-top: 1px solid #7C0046;
}
#menu li a {
	font: .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #401C28;
	margin: 0;
	text-decoration:none;
	padding-bottom: 2px;
	padding-top: 2px;
}
#menu ul ul li a {
	color: #401C28;
	background: #EEEBEB;
	text-decoration: none;
}
#menu ul ul li a:hover {
	color: #EEEBEB;
	background: #401C28;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	margin-left: -1px;
	width: 132px;
}
#menu ul ul li {
	width: 132px;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/*Content*/
#main {
	width:800px;
	overflow: hidden;
	margin-top: 2px;
}
#sidebar {
	float:left;
	width: 158px;
	padding: 5px 10px 3600px 10px;
	margin-bottom: -3600px;
	background: #EEEBEB;
}
#content {
	float:right;
	width: 600px;
	background: #EEEBEB;
	padding: 10px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

/*Footer*/
#footer {
	width:800px;
	height: 25px;
	padding-top: 1px;
	padding-bottom: 5px;
	color: #EEEBEB;
	background: #7C0046;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	clear:both;
}
