body
{
background: #000000;
font-family: tahoma;
font-size: 12px;
color: #FFCC00;
}

a 
{
text-decoration: underline;
color: #FFCC00;
}

a:hover 
{
text-decoration: none;
color: #D80540;
}

img
{
border: 0px;
}

h1
{
font-family: arial;
font-weight: bold;
font-size: 18px;
padding-top: 5px;
color: #FFCC00;
align: center;
}

h2
{
font-family: arial;
font-weight: bold;
font-size: 14px;
color: #D80540;
padding-top: 10px;
}



div.header
{
width: 780px;
height: 212px;
background-image: url(portfolio0808.jpg);
margin-right: auto;
margin-left: auto;
margin-top: 30px;
}

div.content
{
width: 736px;
height: auto;
background: #111111;
border-style: solid;
border-color: #D80540;
border-width: 1px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
padding: 20px;
}

div.leftcolumn
{
width: 300px;
padding-right: 5px;
padding-left: 70px;
position: relative;
}

div.rightcolumn
{
width: 300px;
position: absolute;
top: 313px;
right: 300px;
}