*                {margin: 0; padding: 0;}

/* Links */
h1 a:link 	     {text-decoration: none; color: #000000;}
h1 a:hover 	     {text-decoration: none; color: #000000;}
h1 a:visited     {text-decoration: none; color: #000000;}
h1 a:active      {text-decoration: none; color: #000000;}

/* Settings */
html, body		  {text-align: center; font-family: "Trebuchet MS",sans-serif; color: #000000; height: 100%;}

/* Layout */
#body					  {width: 940px; position: relative; text-align: left; margin: 0 auto;}
#head           {background: url(../img/logo.jpg) no-repeat center center; height: 172px; text-align: right;}

/* Head section */
h1#logoText      {font-size: 2em; padding: 60px 5px 30px 0; font-weight: normal; text-transform: uppercase; letter-spacing: 5px;}
#logoCite        {font-size: 1.1em; padding: 1px 25px 0 0; font-style: italic;}

/* Headings */
h3.banner        {font-weight: bolder; background-color: #C40A0F; color: #ffffff; text-align: center right; padding: 0.2em; font-family: "Trebuchet MS",sans-serif; font-size: 16px; margin: 0.5em 0.1em;}
h3.leftBanner    {margin: 0;}

/* Content Section */
.post            {width: 495px; background: url(../img/post_background.jpg) repeat-y center ; margin: 0 auto; padding: 0 5em 2em 3em;}
.post h3         {color: #ffffff; font-weight: bolder; padding: 0.5em 0 0.5em 0.5em;}
.post p          {font-family: verdana,sans-serif; color: #ffffff; font-size: 0.8em; padding: 0em 0 0.5em 0.5em;}
form div         {text-align: center;}

/* General classes */
.center					{text-align: center;}
.floatLeft			{float: left;}
.floatRight			{float: right;}
.reset					{display: block; font-size: 0px; line-height: 0px; 	height: 0px; overflow: hidden; clear: both;}
