body 
{
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color: white;
        background-image : url(/images/bg.jpg);
        background-repeat : no-repeat;
        background-color: black;
}

h1
{
	font-size : 15px;
}

.header 
{
        margin: 0px;
        padding: 0px;
        background-color: white;
        position : absolute;
        top : 0px;
        left : 150px;
}

.content 
{
        margin: 130px 15px 50px 400px;
        position : relative;
        width : auto;
        font-size : 12px;
        vertical-align : bottom;
}

.content img
{
	padding-right : 15px;
}


.menu 
{
        position:absolute;
        top: 130px;
        left: 215px;
        padding:0px;
        margin : 0px;
        font-size : 11px;
}

a
{
	color : #E2C01A;
}

a:hover
{
	color : #E2441A;
}

.pic
{
	position : absolute;
	left : 0px;
	top : 128px;
	width : 150px;
	padding : 0px;
	margin : 0px;
}

.footer
{
	position : absolute;
	bottom : -20px;
	left : 0px;
	width : 100%;
	color : #D5D5D5;
	font-size : 10px;
}

.footer a
{
	color : #CCCCCC;
}

.pad
{
	padding : 10px;
}

ul
{
	margin : 12px;
	padding : 0px;
}