body {
    padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

html, body, #wrapper, h1, #nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 900px;
    position: relative;
}

#leftbar {
    width: 36px;
	background: url(images/side_bar.jpg);
    position: relative;
}

#main {
    width: 864px;
    position: right;
    padding-top:26px;
    padding-left:36px;
}

#content {
    padding-left:36px;
	padding-bottom:36px;
	padding-top:36px;
	font-family: "Avenir LT Std 45 Book", Tahoma;	
    font-size: 14px;
    color: #000000;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}


h1 {
    padding: 9px 18px;
	font-family: Neuropol, Helvetica;
	font-size: 22px;
}

h2 {
    padding: 10px 0px;
	font-family: Neuropol, Helvetica;
	font-size: 18px;
	color:#007AC0;
}

h3 {
    padding: 9px 18px;
	font-family: Neuropol, Helvetica;
	font-size: 18px;
	color:#007AC0;
}

h4 {
    padding: 0 0 0 0;
	font-family: "Avenir LT Std 45 Book", Tahoma;
	font-size: 14px;
	color: #fcb716;
}

h5 {
    padding: 0 0 0 0;
	font-family: "Avenir LT Std 45 Book", Tahoma;
	font-size: 10px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #007ac0;
}

a:hover {
    text-decoration: underline;
}

/* projects */

#projects table{
	align:center;
	width:100%;
	text-align:center;
	vertical-align:top;
	padding: 0;
        border-collapse:collapse;
        border-spacing:0px;
}

#projects th{
	font-family: "Avenir LT Std 45 Book", Tahoma;
	font-size: 16px;
	color: #fcb716;
        border-bottom-style: solid;
        border-bottom-width: 2px;
}

#projects td{
        border-bottom-style: solid;
        border-bottom-width: 1px;
	font-size: 12px;
	padding: 8px 0 2px 0;
}

#projects a{
	color: #000;
}

/* nav */

#nav li {
    float: left;
    list-style: none;
    width: 128px;
	font-family: Neuropol, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background: url(images/gradient_btn.jpg) no-repeat;
    border-left: 12px solid white;
    text-align: right;
	padding: 12px 0 5px 0;
}


#nav li.first {
    float: left;
    list-style: none;
    width: 128px;
        font-family: Neuropol, Helvetica;
    font-size: 11px;
    font-weight: bold;
        background: url(images/gradient_btn.jpg) no-repeat;
    border-left: 36px solid white;
    text-align: right;
        padding: 12px 0 5px 0;
}


#nav li.last {
    float: left;
    list-style: none;
    width: 128px;
	font-family: Neuropol, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background: url(images/yellow_btn.jpg) no-repeat;
    border-left: 12px solid white;
    text-align: right;
	padding: 12px 0 5px 0;
}



#nav li.solo {
    float: left;
    list-style: none;
    width: 128px;
        font-family: Neuropol, Helvetica;
    font-size: 11px;
    font-weight: bold;
        background: url(images/gradient_btn.jpg) no-repeat;
	text-align: right;
        padding: 12px 0 5px 0;
	margin-left:-15px;
}

#nav li.footer {
    float: left;
    list-style: none;
    border-left: 36px;
    width: 128px;
        font-family: Neuropol, Helvetica;
    font-size: 11px;
    font-weight: bold;
        background: url(images/gradient_btn.jpg) no-repeat;
        text-align: right;
        padding: 12px 0 5px 0;
	margin-left:21px;
	margin-top:-20px;
}


#nav a {
    color: #fcb716;
    display: block;
    text-decoration: none;
    width: 100%;
}

#nav li.last a {
    color: #000;
    display: block;
    text-decoration: none;
    width: 100%;
}


#nav a:hover {
    color: #FFF;
}

#nav li.last a:hover {
    color: #FFF;
}


/* footers */

#footer {
    color: #000;
    background: #fcb716;
    font-family: "Avenir LT Std 45 Book", Tahoma;
    text-align: right;
    padding: 30px 12px 5px;
}

#footer2 {
    color: #fff;
    background: #07154e;
    text-align: center;
    padding: 8px 0;
}
