/*Body code style sheet for fobia.jacobinodiscos.cl
*/
div
{
}
body
{
    font-family: helvetica;
    line-height : normal;
    font-size : 9pt;
    color : #000000;
    text-align: justify;

}
#menu
{
    background-color: #ffffff;
    color: #000000;
    position : absolute;
    top : 150px;
    left : 30px;
    width : 200px;
}
#navigator
{
    position : absolute;
    top : 30px;
    left : 30px;
    width : 200px;
    text-align: left;
}
#content
{
	position: absolute;
	top : 10px;
	left : 250px;
	width : 400px;
}
#afiche
{
	position: fixed;
	top: 10px;
	left: 10px;
	
}
#mp3player
{
	position: absolute;
	top: 5px;
	left: 450px;
	width: 300px;
}
#newsletter
{
    position : absolute;
    top : 50px;
    left : 868px;
    width : 200px;
}
#blog
{
	width : 100%;
	border-style: dashed;
	border-width: 2;
	border-top-style: dotted;
	border-top-color: white;
	border-top-width: thick;
	border-left: none;
	border-right: none;
}
#title
{	
	background-color: #5E5C5C;
	width : 100%;
	color: #CC4C29;
	text-indent: 5px;
	
}
#subtitle
{	
	background-color: #99513D;
	width : 90%;
	
}
#huge
{
    font-size: 50pt;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 300px;
}
.grey
{
    font-weight: bold;
    font-size : 130%;
    color : #A0A0A0;	
}
p
{
    font-size: 9pt;
    text-align : justify;
    margin-right : 40px;
    margin-left : 15px;
    color: #000000;
}
ul
{
    font-size : 150%;
    text-align : left;
    margin-left : 10px;
    color : rgb(204, 204, 204);
}
li
{
    text-align : left;
    color: #000000;
}
h1
{
    font-size : 160%;
    text-align : left;
    margin-left : 15px;
    color : #A0A0A0;
}
a
{
}
a:link
{
    color : #ED3300;
    text-decoration : none;
    font-size: 12pt;
    font-weight: bold;

}
a:visited
{
    color: #ED3300;
    font-size: 12pt;
    text-decoration : none;
    font-weight: bold;
}
a:hover
{
    color: #6E6E6E;
    text-decoration : none;
    font-size: 12pt;
    font-weight: bold;
}
