@charset "utf-8"; 

*{
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	color:#545454;
}

h1{
	font-size: 14px;
	letter-spacing: 2px;
	word-spacing: 5px;
}

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

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
    font-size: 12px;    
}

.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
}

.footer{
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana; 
    text-align: right;
}

#content{
    position: absolute;
	height: auto;
    width: 850px;
	color:#545454;
	margin:0 auto 0 auto;
	left: 50%;
	margin-top: 50px;
	margin-left: -425px;
	font-size: 12px;
}

#logo{
	position: absolute;	
	height: auto;
	width: 307px;	
	margin-top: 0px;	
}

#mod_flickr{
	position:absolute;
	height: auto;
	width: 307px;
	margin-top: 120px;
}
	#mod_flickr .text{
		text-align:right;
		font-size: 12px;
	}

#adsense{
	background-color: #545454;
	color: #ffffff;
    height: 100px;
    width: 510px;
    /*overflow: scroll;*/
    position: absolute;
    margin-top: 150px;
    margin-left: 340px;
}

#cronological_notices{
    height: auto;
    width: 510px;
    /*overflow: scroll;*/
    position: absolute;
    margin-top: 0px;
    margin-left: 340px;
}


