/*----------------------------------------
Initial reset
-------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    color: #343434;
    font-family: 'Lucida Grande', helvetica, verdana, arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

strong {
    font-weight: bold;
}

/*----------------------------------------
Structure
-------------------------------------------*/

html {
    min-height: 100%;
}

body {
    background: url(images/bgMain.gif) top center repeat-x;
    font-size: 62.5%;
    color: #fff;
    letter-spacing: .5px;
    padding: 0;
}

#mainWrapper {
    background: url(images/bgCenter.jpg) top center repeat-y;
    width: 484px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 7px;
}

#center {
	text-align: center;
	line-height: 130%;
	font-size: 1.3em;
	width: 420px;
    margin: 0 auto;
}

#footer {
	margin-top: 90px;
}


/*----------------------------------------
Stylez
-------------------------------------------*/

a {
    color: #e97017;
    text-decoration: none;
}

a:hover {
    color: #e97017;
    text-decoration: underline;
}

p {
    padding: 4px 0px;
}
h1 {
    margin: 0 auto;
    width: 375;
    background: url(images/logoMain.gif) center center no-repeat;
    height: 355px;
}

h1 span {
    display: none;
}

h1 a {
	margin: 45px 0px 0px 85px !important;
    margin: 45px 0px 0px 42px;
    float: left;
    display: block;
    width: 180px;
   
}

h2 {
	color: #6b4325;
	font-weight: normal;
    font-size: 1.6em;
    line-height: 185%;
    padding: 8px 0px;
}


ul span {
    font-size: .7em;
    color: #bbb;
}

ul li {
	padding: 0px 0px 5px 0px;
}

#footer p{
    font-size: .8em;
    color: #ddd;
}

#footer p.copy {
	color: #bbb;
    padding: 10px 0px 0px 0px;
}