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

h1
{
	font-size : 15px;
}

.header 
{
        margin: 0px;
        padding: 0px;
        position : absolute;
        top : 10px;
        left : 310px;
}

.content 
{
        margin: 145px 15px 50px 310px;
        position : relative;
        width : auto;
        font-size : 11px;
        border-top : 1px solid black;
        line-height : 18px;
}

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


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

a
{
	color : #EDD632;
}

a:hover
{
	color : #DC8529;
}

.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;
}