 /* GENERAL */
html {overflow: always;}
body { margin:0px; padding:0px; text-align:justify; background-color:#e9e9e9; background: url("../eyes/bg.png") repeat; scrollbar-overflow:no;}
img { border:0px; }
* { color:#000; font-family:Arial,Helvetica,sans-serif; font-size:12px; }

a {font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#ff00ff; text-decoration:none; font-weight:bold;}
a:hover {font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#ff00ff;text-decoration:underline; font-weight:bold;}

.title {color:#8F006F; font-family:Georgia,Helvetica,sans-serif; font-size:15px;  font-weight:bold; text-align:center;}
a.title {font-family:Georgia,Helvetica,sans-serif; font-size:15px; color:#8F006F; text-decoration:none; font-weight:bold;}
a.title:hover {font-family:Georgia,Helvetica,sans-serif; font-size:15px; color:#8F006F;text-decoration:none; font-weight:bold;}

blockquote {color:#666; font-family:Georgia,Helvetica,sans-serif; font-size:12px; font-weight:bold;}
blockquote p { font-weight:normal; }
blockquote select { font-weight:normal;}
blockquote textarea { font-weight:normal;}

li { list-style-type: none; background-image: url(../eyes/puce.png); background-repeat: no-repeat; background-position: 0% 65%; padding-left: 15px; }

#wrapper { position:absolute; width:780px; left:50%; background-color:#fff; margin-left:-390px; border:1px solid #ccc; }


#main_content
{
	float:left;
	margin-left:20px;
	width:370px;
	text-align:justify
}

#media { text-align:center; font-size:10px;}
	
/* header
-------------------------------------------------------- */
#header { height:240px; }
#navigation
{
	float:left;
	margin-left:10px;
	height:505px;
	width:180px;
	background-image: url(../eyes/bg_menu.png);
	background-repeat: no-repeat;
	text-align:center;
}


#subnavigation
{
	float:right;
	right:10px;
	margin-top:10px;
	width:180px;
	text-align:center;	
}

/* blog
-------------------------------------------------------- */
#weblog img {text-align:center;}

/* footer
-------------------------------------------------------- */
#footer
{
	clear:both;
	height:240px;
	width:780px;
	background-image:url("../eyes/bg_footer.png");
}
#footer #subnav { position:relative; top:210px; color:#999; text-align:center;  }

