#card {
	width:618px;
	height:398px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#title {
	width:472px;
	position:absolute;
	left: 12px;
	top: 11px;
	height: 17px;
	margin:0px 0px;
	padding:0px 0px;
}

#title h1 {
	margin:2px 5px;
}

#menu {
	width:138px;
	height:313px;
	position:absolute;
	top: 57px;
	left: 22px;
}

#body {
	width:407px;
	height:312px;
	position:absolute;
	left: 180px;
	top: 58px;
	overflow:auto;
}

#body h2 {
	margin:8px 5px 20px 30px;
}

#body p {
	margin:0px 30px 0px 10px;
	padding:5px 0px;
	text-align:justify;
}

#body a 			{font-weight:normal;}
#body a:active		{ text-decoration:underline;color:#4F4E7D;}
#body a:hover		{ text-decoration:underline;color:#4F4E7D;}


ul {
	margin:10px 25px;
	padding:2px 2px;
}
li {
	margin:0px 0px;
	padding:0px 0px;
	list-style-position:outside;
	list-style-image:url(../images/nav_bullet.gif);
}

a				{ font-family:verdana,arial,tahoma,helvetica,sans-serif;font-size:11px;color:#4F4E7D;font-weight:bold;}
a:link			{ text-decoration:none; }
a:visited		{ text-decoration:none; }
a:active		{ text-decoration:underline;color:#ffffff; }
a:hover			{ text-decoration:underline;color:#ffffff;  }

p			{ font-family:verdana,arial,tahoma,helvetica,sans-serif;font-size:11px;color:#4F4E7D; }
h2 			{ font-family:verdana,arial,tahoma,helvetica,sans-serif;font-size:11px;color:#4F4E7D; font-style:normal;font-weight:normal; }
h1 			{ font-family:verdana,arial,tahoma,helvetica,sans-serif;font-size:11px;color:#7C8CB5;font-weight:bold; }
em			{ font-style:normal;font-weight:bold; }