/* Global [Resetting standards]*/

* { vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%; border: 0 none; outline: 0; padding: 0; margin: 0; }
body { font-family: Georgia,Utopia,Palatino, 'Palatino Linotype' ,serif; }
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
p { font-size: 0.8em; }
li {font-size: 0.8em; }

#clear { clear: both; }

/* Template Structure [Size and Position Containers] */

#container { margin: 0 auto; background: #ffffff url('images/Background-Body.jpg') repeat-y center 38px; width: 900px; min-height: 1100px; }
#header { width: 100%; height: 280px; text-align: center; background: transparent url('images/Background-Head.jpg') no-repeat top center;}
#navcolumn { float: left; width: 185px; margin: 0 0 0 90px; }
#separator { float: left; background: transparent url(images/lineDelimiter.png) repeat-y top center; width: 5px; height: 700px; }
#contentcolumn { float: left; width: 550px; }
#footer { float: left; width: 100%; background: transparent url('images/Background-Foot.jpg') no-repeat center top;}

/* Template Components [html elemnts with in each Structure Container] */

#header img { margin-top: 100px; }
#navcolumn ul { list-style: none; width: 85%; }
#navcolumn li { font-weight: bold; font-size: 0.78em; border-bottom: solid 1px #9B5824; padding: 8px 0px; }
#contentcolumn { padding: 0px 25px; }
#contentcolumn h1 { font-weight: bold; padding: 0.15em 0em 0.3em 0em; }
#contentcolumn h2 { font-weight: bold; padding: 0.5em 0em 0.3em 0em; }
#contentcolumn h3 { font-weight: bold; padding: 0.5em 0em 0.3em 0em; }
#contentcolumn h4 { }
#contentcolumn h5 { }
#contentcolumn p { padding: 0.3em 0em 0.3em 0em; }
#contentcolumn li { padding: 0.3em 0em 0.3em 0em; margin:0; font-size:0.9em }
#contentcolumn ul{ list-style-type:none; margin:0; }
#contentcolumn li p{ padding: 0.3em 0em 0.3em 0em; margin:0; font-size:0.9em }
#footer ul { list-style: none; margin: 30px 75px; }
#footer li { display: inline; padding: 10px 15px; }
/* Elements */
#contact { margin-top: 50px; }
#contact p { margin-top: 20px; font-size: 0.7em; }
#contact p span { font-weight: bold; }
