/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
     font-family: Helvetica,Arial,sans-serif;
     line-height: 1.5em;
     background-color: #302D30;
}

h1{

    font-size: 1.3em;
}

h2
{
    font-size: .8em;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#wrapper
{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width:885px;
    height:775px;
    background-image: url('images/bg.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #3D4955;
}

/* header */
#header
{
    float:left;
    height:125px;
    margin-top: 15px;
    margin-left: 15px;
}

#logo
{
    float:left;
}

#intro
{
    float:left;
    margin:59px 0 10px 543px;
    width:315px;
    color:white;
    font-size: 1.25em;
}

#intro a
{
    color:#FFEFA7;
    padding:10px;
}

#intro ul
{
    display:inline;
    margin-top:60px;
}

#intro li
{
  margin-top:60px;
    display:inline;
    margin-left: 10px;
}

#intro .activePage  
{
    background-color: #FFEFA7;
    color:#3D4955;
}

a.bigBox
{
  padding:100px 275px;
}

/* content */

#contentWrapper
{
    float:left;
    width:965px;
    padding-left: 15px;
}



.pageNav
{
    margin:40px 0 0 -50px;
    width:150px;
    text-align: right;
    float:left;
    height:400px;
}

.pageNav a
{
    color:black;
}

.pageNav li
{
    margin:10px;
}

#contentArea
{
    float:left;
    margin-left:40px;
    width:775px;
    background-color: #FFFAE4;
}

#aboutMe
{
    float:left;
    width:500px;
    padding:25px;
}

#aboutMe p, ul
{
    padding-bottom: 10px;
    color:#302D30;
}

#photo
{
    float:left;
    width:100px;
    padding:25px;
}

#contentArea h1
{
    color:#3D4955;
}

.activeTab 
{
background-color: #E8CC83;
    
}

.Tab
{
    background-color: #879A87;
}

.portfolio

{
    float:left;
    margin:50px 0 0 50px;
}

.portfolio ul
{
    text-decoration: none;
}

.portfolio li
{
    display: inline;
    margin: 20px;
}

/* footer */
#footer
{
    float:left;
    font-size: .8em;
    color:#FFEFA7;
    background-color: #3D4955;
    margin:12px 0 0 0;
    padding:5px 54px 5px 50px;
}

#footerLeft
{
    float:left;
    width:240px;
}

#footerRight
{
    float:left;
  margin-left:467px;
width:74px;
}

#footerRight ul
{
    text-decoration: none;
}

#footerRight li
{
    display:inline;
}

#footer a
{
    color:#FFEFA7;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

.clearBoth
{
    clear:both;
}
