/*****************************************************
Site:					Natanian Engineering
							http://www.natanian.com
							
Author:				Leo Natanian
Copyright:		Leo Natanian © 2008-2009

License:			Creative Commons License
							Attribution-Share Alike 3.0 United States
							http://creativecommons.org/licenses/by-sa/3.0/us/

You are free:
		* to Share — to copy, distribute, display, and perform the work
    * to Remix — to make derivative works

Under the following conditions:

      Attribution. 
      	You must attribute the work in the manner specified by the author 
      	or licensor (but not in any way that suggests that they endorse 
      	you or your use of the work).

      Share Alike. 
      	If you alter, transform, or build upon this work, you may distribute 
      	the resulting work only under the same, similar or a compatible license.

******************************************************/

body {background-color:#ffffed; margin: 0px;font-family: 'Times New Roman';letter-spacing: .1em;}
td {text-align:center;}
table {margin: auto;width:100%}
#header	{margin:auto;margin-top: 20px;width: 75%;}
#header-text {font-size:36px;border-top: 1px solid #333333;border-bottom: 1px solid #333333;line-height: 1.5em;font-family: 'Times New Roman';letter-spacing: .5em;font-style: italic;}
#subheader-text  {margin-left:100px;font-size:18px;line-height: 2em;font-family: 'Times New Roman';letter-spacing: .2em;font-style: italic;}
#main	{background-color: #ffffff;margin:auto;width: 75%;border: 1px solid #333333;}
#footer	{font-size: 0.6em;font-weight: normal;width:75%;margin: 0 auto;color: #000;text-align: left;}
#footer a {color: inherit;}

#left-box {float:left;background-color: #ffffff;margin:auto;width:15%;}
#right-box {float:left;background-color: #ffffff;width:85%;}
#menu {/*margin-bottom:-17px;*/width:100%;letter-spacing: 0.2em;text-align:center;background-color:#555555;color:#ffffff;float:left;}
#menu ul li {font-size:18px;border-bottom: 0px solid #fff;display: inline; margin-right:12px;font-style:normal;margin-left:8px;}
#menu ul li:hover {color:#ccc;}
#menu ul li.active {font-weight:bolder;}
#menu a:link {color:inherit;text-decoration:none;}
#menu a:visited {color:inherit;text-decoration:none;}
#menu a:active {color:inherit;text-decoration:none;}
.clear{clear:both;height:0;margin:0;font-size:1px;line-height:0;}
.letter{font-size:2.5em;font-weight:bolder;}

.block{background-color:#ffffed;padding:25px;width:80%;margin-right:25px;border:1px dashed #000000;float:right;font-family: 'Arial';font-size:13px;}
.block .letter{font-size:1.5em;font-weight:bold;color:#aaaaaa;}
.block .header{font-size:1.9em;letter-spacing:0.2em;text-align:right;color:#aaaaaa;text-decoration:underline;}

pre .code {background-color: #ccc;}
form .label{font-size:12px;}
form .req{color:red;font-weight:bold;}
form .req input{background-color:#ffffdd;border:1px solid #aaaaaa;}
form .req textarea{background-color:#ffffdd;border:1px solid #aaaaaa;}
form td{text-align:left;}
input {border:1px solid #aaaaaa;}
textarea {border:1px solid #aaaaaa;}

img{border:1px solid #000;padding: 7px 7px 7px 7px;background-color:#fff;text-align:wrap;float:right;}