/* CSS STYLING FEWANDFAR.NET
 * Anwari Ilman
 * June 19, 2009
 */

/* Standard Style */
body				{font:12px "Futura Std Book", Futura, "AvantGarde Std Book", Verdana, Arial, sans-serif;}
h1,h2,h3,h4 		{font:36px Didot, Georgia, "Times New Roman", Times, serif; margin: 3px 0 3px 0; padding: 0; text-transform: uppercase;}


#wrapper			{background: #FFF; width: 492px; margin: 50px 0 0 50px;}
#content			{margin: 0 10px 0 10px; padding: 3px 0 10px 0;}
#header				{border-bottom: 2px solid #000000;}
#address			{font-size: 11px;}
#welcome			{border-top: 5px solid #000000; border-bottom: 2px solid #BABABA; margin-top: 2px;}
#welcome-left		{float: left; width: 290px;}
#welcome-right		{float: left; width: 182px;}
#scrollable			{overflow: auto; height: 250px; padding-right:10px;}
#footer				{text-align: right; font-weight: bold; margin-right: 50px; padding-bottom: 3px;}
#footer  a			{color: #FFF; text-decoration: none;}

#background			{z-index: -10; position: fixed; top: 0; left: 0;}



/* styling */
.section			{border-bottom: 2px solid #BABABA;}
.date				{font:20px "Futura Std Book", futura, "AvantGarde Std Book", "Avant Garde", Verdana, Arial, sans-serif;}
h1  a,h2  a,
h3 a,h4 a			{text-decoration: none;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover			{text-decoration: underline;}
a:hover				{text-decoration: none;}
p					{margin-bottom: 10px;}
ul					{list-style-type: none; margin-left: 0;}
.clearer			{clear: both;}