/* CSS Document */

*
{
    /*
    padding: 0;
    margin: 0;
    */
}

body
{
    margin: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCC;
    background-color: #000000;
}

h1, h2, h3, h4
{
    color: #53C7EB;
}

h1
{
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

p
{
}

a, a:active
{
    color: #53C7EB;
    outline: none;
	 text-decoration: none;
}

a:active
{
    outline: none;
}

img
{
    border: none;
}

#wrapper
{
    margin: 0 auto;
    width: 970px;
    height: 525px;
}

#header
{
    width: 970px;
    height: 100px;
    margin: 15px 0px 0px 0px;
    background: #000000 url(header.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    vertical-align: middle;
    cursor: pointer;
}

#navigation
{
    width: 930px;
    height: 40px;
    padding: 20px 20px 0px 20px;
    vertical-align: bottom;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
}

#navigation img
{
	padding-top: 3px;
}

#navigation a
{
    color: #53C7EB;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 5px 0px 5px;
    outline: none;
}

#navigation a:hover
{
    color: #FFFFFF;
}

#portfolio
{
    width: 970px;
	 text-align: justify;
}

#content
{
    width: 920px;
	 /* text-align: justify; */
	 padding-left: 20px;
	 line-height: 14pt
}

.blue
{
    color: #53C7EB;
	 text-align: left;
}

#dockmenuDiv
{
    outline: none;
}

#footer
{
    width: 970px;
}

td
{
	vertical-align: top;
}

.left
{
	padding-right: 10px;
}

.right
{
	padding-left: 10px;
}

.map
{
	margin-left: 40px;
}
	

