body {
	font-family: Myriad, Arial, sans-serif;
    font-size: 14px;
	color: #5B5B5B;
    background: #D7D7D7 url(site_bg.jpg) no-repeat top;
}

#main_body {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 0px;
    width: 800px;
}

#navigation {
    position: relative;
    margin-left: 0px;
    top: 15px;
    width: 136px;
    height: 400px;
}

#content {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 48px;
    width: 650px;
    height: 503px;
    background: url(content_box.jpg);
}

#content_right {
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 40px;
    width: 340px;
    height: 503px;
}

#content_left {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 5px;
    width: 340px;
    height: 503px;
}

#inner_nav {
    position: relative;
    left: 25px;
    top: 85px;
    width: 300px;
}

#main_img {
    position: relative;
    left: 50%;
    top: 30px;
    margin-left: -225px;
    float: center;
}

#image_box {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: 40px;
}

p.main_text {
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;
}

p.port_text {
    margin-left: 0px;
    margin-right: 45px;
    text-align: justify;
    font-size: 12px;
}

p.resume_text {
    margin-left: 100px;
    text-align: justify;
    font-size: 12px;
    margin-top: -10px;
}

p.image_footer {
    margin-left: -50px;
    margin-right: 0px;
    text-align: center;
    font-size: 10px;
    margin-top: -1px;
}

p.aimage_footer {
    margin-left: -15px;
    margin-right: 0px;
    text-align: center;
    font-size: 10px;
    margin-top: -1px;
}

p {
    margin-left: 50px;
}

#footer {
    position: relative;
    text-align: center;
    top: 550px;
    font-size: 10px;
}

#port_nav {
    position: absolute;
    top: 70px;
    left: 38px;
    width: 150px;
}

#explain {
    position: relative;
    font-size: 10px;
    left: 100px;
}

a:link {
    text-decoration: none;
    color: #5b5b5b;
    font-size: 14px;
    font: Myriad, Arial, sans-serif;
    font-style: normal;
    text-align: center;
}
a:visited {
    font-weight: normal;
    color: #5b5b5b;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}
a:hover {
    font-weight: bold;
    color: #CC990A;
    text-align: center;
}

a.sub:link {
    text-decoration: underline;
    color: #5b5b5b;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-style: normal;
    margin-left: 20px;
    text-align: left;
}

a.sub:visited {
    text-decoration: underline;
    color: #5b5b5b;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-style: normal;
    margin-left: 20px;
    text-align: left;
}

a.sub:hover {
    text-decoration: underline;
    color: #CC990A;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
}

a.sub2:link {
    text-decoration: underline;
    color: #5b5b5b;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-style: normal;
    text-align: left;
}

a.sub2:visited {
    text-decoration: underline;
    color: #5b5b5b;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-style: normal;
    text-align: left;
}

a.sub2:hover {
    text-decoration: underline;
    color: #CC990A;
    font-size: 12px;
    font: Myriad, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
}

ul {
    margin-top: 0px;
}

li {
    margin-top: 5px;
    font-size: 10px;
    margin-left: 0px;
    list-style: none;
}

h3 {
    font-size: 20px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#flashcontent {
    margin-left: -8px;
    margin-top: -9px;
    background-color: #FFFFFF;
}