div#Content {
    position        :relative;
}
div#Map {
    height          :494px;
    width			:951px;
}
div#logocontrol, a.terms-of-use-link, div#Map span {
    display         :none;
}
div#Note {
    position        :absolute;
    right           :70px;
    top             :-10px;
    width           :242px;
    height          :501px;
    background-image:url('/Images/Notitie.png');
    overflow        :hidden;
}
    div#Note div.Padding {
        margin         :30px 10px 10px;
        
    }
    
.blue_border {
	background			:url('/Images/blue_border.png') no-repeat center;
	width				:202px;
	height				:21px;
}

.pencil {
	position			:absolute;
	top					:-20px;
	left				:-10px;
	background			:url('/Images/pencil.png') no-repeat;
	width				:46px;
	height				:37px;
}

.project {
	padding-left		:45px;
	position			:relative;
}

.project a {
	color				:#333333;
	font-size			:12px;
	font-weight			:bold;
	text-decoration		:none;
}

.project a:hover {
	color				:#0099cc;
}

#contestants {
	position			:absolute;
	bottom				:40px;
	left				:10px;
	font-size			:11px;
}

#media {
	position			:absolute;
	bottom				:20px;
	left				:10px;
	font-size			:11px;
}

/*latest items*/
div#ItemsLatest {
	padding-left	:40px;
}
div#FooterContent div.Item {
	cursor			:pointer;
    position        :relative;
    float           :left;
    width           :181px;
    height          :191px;
    overflow        :hidden;
    margin          :0px 5px 0px 0px;
}
div#FooterContent div.Item div.Pin {
    display         :block;
    position        :absolute;
    left            :80px;
    top             :5px;
    width           :28px;
    height          :29px;
    background-image:url('/Images/Pin.png');
    z-index         :20;
}

div#FooterContent div.Image, div#FooterContent div.Text {
    position        :relative;
    float           :left;
    width           :100px;
    z-index         :10;
}
div#FooterContent div.Image img {
	border			:solid 3px #ffffff;
}
div#FooterContent div.Text {
    padding         :25px 5px 0px 5px;
}
div#FooterContent div.TextBottom {
    clear           :both;
    height          :3px;
}
div#FooterContent div.Image {
    padding         :13px 5px 0px 5px;
}
div#FooterContent div.ImageBottom {
    clear           :both;
    height          :3px;
}
div#FooterContent div.Name {
    font-size       :12px;
    font-weight     :bold;
}
div#FooterContent div.Date {
	color			:#0099cc;
}
div#FooterContent div.Item div.Date, div#FooterContent div.Item div.Name {
	padding			:0px 0px 0px 5px;
}
div#FooterContent div.ItemText div.Date, div#FooterContent div.ItemText div.Name {
	padding			:0px 0px 0px 15px;
}
div#FooterContent div.ItemText {
	background		:url('/Images/bg_paper.png') no-repeat;
	cursor			:pointer;
	position        :relative;
    float           :left;
    width           :181px;
    height          :211px;
    overflow        :hidden;
    margin          :10px 5px 0px 0px;
}

div#FooterContent div.ItemText div.Text {
	padding         :25px 5px 0px 15px;
}
	
div#FooterContent div.ItemText div.Pin {
    display         :block;
    position        :absolute;
    left            :60px;
    top             :0px;
    width           :28px;
    height          :29px;
    background-image:url('/Images/Pin.png');
    z-index         :20;
}

div#streetview {
	position		:absolute;
	left			:13px;
	top				:10px;
	display			:none;
	height          :494px;
	width			:688px;
}

div#close {
	float			:right;
}
