body
{
    margin: 0;    
    padding: 25px 0 30px 0;    
    text-align: center;    
    font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
    font-size: small;    
    color: #000;
}   

* html body
{
    font-size: x-small; /* IE5 Win */
    f\ont-size: small; /* other IE */
}

#page
{
	position: relative;
        width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 90%;
}

    #header
    {
	float: left;
	width: 690px;
	margin: 0 0 20px 10px;
	background: url(../images/space_invader.gif) right bottom no-repeat;
    }
    
    #menu
    {
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 700px;
	background: #000;
	color: #fff;
    }
    
	#menu li
	{
	    float: left;
	    margin: 0 0 0 20px;
	    padding: 3px 0;
	    text-indent: 0;

	}
	
	#menu li a
	{
	    display: block;
	    float: left;
	    color: #fff;
	    text-decoration: none;
	    padding-left: 25px;
	    background: url(../images/menu-dot.png) left no-repeat;
	}
		
	#menu li a:hover,
        #menu li a.sel
	{
	    background: url(../images/menu-dot-over.png) left no-repeat;
	    text-decoration: underline;
	}
    
    #main
    {
	width: 700px;
	background: url(../images/right-bottom-corner.png) #000 right bottom no-repeat;
	color: #fff;
	clear: both;
    }
    
    #main-cv
    {
	width: 700px;
	background: #fff right bottom no-repeat;
	color: #000;
	clear: both;
	border: #000 solid 1px;
    }
    
	div.item
	{
	    width: 310px;
	    height: 91px;
	    float: left;
	    margin: 0 20px 20px 0;
	}
	
	    div.item img
	    {
		float: left;
		width: 141px;
		height: 91px;
		border: #fff solid 1px;
	    }
    
	    div.item p
	    {
		float: right;
		width: 140px;
		margin: 0;
		padding: 0 10px;
	    }
    
	    div.item a
	    {
		color: #fff;
	    }
    
	.content-box
	{
	    padding: 10px;
	}

    #footer
    {
	margin-top: 5px;
	color: #777;
    }

    #shooter
    {
	position: absolute;
	bottom: -80px;
	right: 13px;
	width: 83px;
	height: 48px;
	background: url(../images/shooter.png);
    }

/* titles */

h1
{
    margin: 0 0 20px 0;
}

h1 a
{
    color: #000;
    text-decoration: none;
}

h2
{
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: normal;
}

h3
{
    padding: 3px 5px;
    background: #fff;
    clear: both;
    color: #000;
}

/* common */

#main a
{
    color: #f36b6b
}

a
{
    color: #cb2929;
}

a:hover
{
    text-decoration: none;
}

a.pdf
{
    display: block;
    background: url(../images/pdf-icon.png) right no-repeat;
    text-align: left;
    float: left;
    padding-right: 20px;
}

.cleaner
{
    clear: both;
}

/* cv dl */

dl
{
    clear: both;
}

