/*
* Global settings
**************************************************************************************************************/

* {
    margin: 0;
    padding: 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 1,0 em;
	color:#666666;
}

body {
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color:#ff3399;
}


/*
* Layout settings
**************************************************************************************************************/

div#page {
    margin: 20px 0 0 20px;
    border: 0px solid #000;
    width: 852px;
}

div#header {
    height: 144px;
    background-image: url(../images/logo-manuel-welsky.gif);
	background-repeat: no-repeat;
    background-position:  0 0 ;
	
}

div#bot {
    height: 200px;
    background-image: url(../images/logo-manuel-welsky.gif);
	background-repeat: no-repeat;
    background-position: 4000px 0 0 20px;
}

div#navigation {
    float: left;
    width: 130px;
    border: 0px solid #000;
	color:#666666
	
}

div#content-body {
    width: 735px;
}

div#content-wrapper {
    width: 500px;
    float: left;
    border: 0px solid #000;
    font-size: 0.75em;
}

div#content-description {
    width: 300px;
	margin-left: 640px;
    font-size: 0.75em;
}


/*
* Navigation settings
**************************************************************************************************************/

div#navigation ul li {
    list-style-type: none;
    width: 80px;
    text-align: right;
	color:#666666
}

div#navigation ul li a{
    font-size: 0.90em;
	color:#666666;
}




