#header{
	
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	background-color:#181818;
}

/*Logo and navigation at absolute top of page*/

#header .logo{
	
	position:absolute;
	display:block;
	z-index:2;
	top:10px;
}

#header .bannertop{
	height:115px;
}

/*The navigation block */

#headRight{

	float:right;
	display: inline;
	width: 480px;
}

/*
Login or Register 
*/

#loginRegis{

	float:right;
	padding-right:12px;
	padding-top: 10px;
}

/*
The main navigation options 
*/

#headRightBelow{

	position:absolute;
	top:80px;
	right:30px
}


/* Logo and advertisement for Exemplars */

#leftHeaderPod {

	position:absolute;
        top:150px;
        left:50px;
        color:white;
        font-size:36px;
}

#contactUs {

	position:absolute;
	top:150px;
	left:600px;
        color:white;
        margin-right:30px;
}

#contactUsTitle{

        font-size:24px;
}

/*

*/

#leftHeaderBelowPod {

        position:absolute;
        top:210px;
        left:50px;
        width:430px;
        color:white;
}
             
#blogOccupation{

        position:absolute;
        background-color:#fff;
        width:149px;
        height:60px;
        top:55px;
        left:1px;
        text-align:center;
        padding-top:10px;
        border: 1px ##6A6A6A;
}

#blogLocation{

        position:absolute;
        background-color:#fff;
        width:149px;
        height:60px;
        top:55px;
        left:150px;
        text-align:center;
        padding-top:10px;
        border: 1px ##6A6A6A;
}

/*
On the right hand, just above the sidebar
*/
.ttl2{

background-image: url(http://www.loveart-gallery.com/art-blog-review/asset/node2.png);
background-repeat: no-repeat;
background-position: top left;
        position:absolute;
        top:350px;
        right:168px;
        color:white; 
        padding-left:23px; 
        font-size:14px; 
	font-weight: bold;
}

.ttl2Below{
        position:absolute;
        top:375px;
        right:75px;
        color:white; 
        font-size:12px; 
}



/* Breakers */

#hRule{
	height:2px;
	background: #666666;
	width:960px;
	top:105px;
	position:absolute;
}

#hRule2{
	height:2px;
	background: #000000;
	width:960px;
	top:440px;
	position:absolute;
}

#hRule3{
	height:2px;
	background: #666666;
	width:960px;
        top:443px;
	position:absolute;
}
