/* ============================ RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ============================ Custom CSS ============================== */
body {
				margin: 0;
				padding: 0;
				height:100%;
				font-family: Arial, Helvetica, sans-serif;
				color: #888;
				font-size: 62.5%;
        background: #FAFAFA url(../image/temp/bg.png) 0 0 repeat-x;
}
img {
				border:none;
}
a {
				text-decoration: none;
				color: #888;
}

/*================================ header ===================================*/
#wrapper {
				position: relative;
				width: 500px;
				margin: 0 auto;
        text-align: center;
}

#header {
				position: relative;
				width: 100%;
				margin: 63px auto 30px;
}

#header #logo {
				background: transparent url(../image/temp/logo.png) center 0 no-repeat;
				width: 498px;
				height: 241px;
				text-indent: -999em;
        display: block;
        margin: 0 auto;
}

/*============================== content ==================================*/
#content {
        margin:0 auto;
        position:relative;
        width:100%;
        font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

#content h2 {
        color: #0075b6;
        font-size: 24px;
        margin-bottom: 10px;
}

#content p {
        font-size: 1.6em;
        margin-bottom: 50px;
}

#content h3 a {
        display: block;
        width: 538px;
        height: 90px;
        margin: 0 -20px 13px;
        text-indent: -999em;
        background: transparent url(../image/temp/send-email.png) center 0 no-repeat;
}

/*================================= Footer =====================================*/
#footer {
				width:100%;
				margin: 0 auto;
        padding: 12px 5px;
				border-top: 1px solid #ccc;
				position: relative;
}

#copy {
				margin: 0 auto;
        float: left;
        color: #666;
        font-size: 12px;
}

#footerNav {
        float: right;
        text-align: left;
}

#footerNav li {
        float: left;
        display: inline;
}

#footerNav a {
        display: block;
        color: #666;
        font-size: 12px;
        border-right: 1px solid #666;
        padding: 0 5px;
}

#footerNav a.nthChild-2 {
        border-right: none;
        padding: 0 0 0 5px;
}

#footerNav a:hover {
        text-decoration: underline;
}
