body {
	margin: 0px;
	background-color: #CDCDCD;
}

div {
	font-family: verdana;
	font-size: 10px;
}

div.wrapper{
	clear: both;
}

#Container{
	position: relative;
	width: 950px;
	text-align: left;
}

#Header {
	position: relative;
	float: left;
	width: 950px;
	height: 180px;
	background-color: #003366;
	overflow: hidden;
}

#TopNav {
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 24px;
	width: 403px;
	overflow: hidden;
	background-image: url('../IMG/topnav.png');
}

div.TopNavItem {
	position: relative;
	float: left;
	width: 67px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
a.TopNavItem {
	text-decoration: none;
	color: #000
}
a.TopNavItem2 {
	text-decoration: none;
	color: #FFF
}
a.TopNavItem:hover {
	color: #EEE;
}


#Menu {
	position: relative;
	float: left;
	width: 185px;
	padding-top: 5px;
}

div.SubMenuItem{
	position: relative;
	float: left;
	clear: both;
	width: 175px;
	height: 22px;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	background-image: url('../IMG/button.png');
	background-repeat: no-repeat;
}
div.SubMenuItemOn{
	position: relative;
	float: left;
	clear: both;
	width: 175px;
	height: 22px;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	background-image: url('../IMG/buttonOn.png');
	background-repeat: no-repeat;
}
div.SubMenuItem:hover {
	background-image: url('../IMG/buttonHover.png');
	background-repeat: no-repeat;
}


a.submenu{
	text-decoration: none;
	color: #000;
	margin: 0px;
	margin-left: 25px;
}



#LangSelect {
	position: relative;
	margin-top: 0px;
	padding-top: 15px;
	width: 185px;
	text-align: center;
}

#Sponsors {
	position: relative;
	float: right;
	width: 185px;
}







#MainSpace {
	position: relative;
	float: left;
	width: 575px;
	background-color: #e0e0e0;
}




#Blog {
	position: relative;
	float: left;
	margin: 5px;
	margin-right: 0px;
	width: 280px;
	height: 350px;
	background-color: #EDEDED;
}

#Myndir {
	position: relative;
	float: left;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	width: 280px;
	height: 350px;
}

div.Mynd {
	position: relative;
	float: left;
	width: 135px;
	height: 135px;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}

#Sub1 {
	position: relative;
	float: left;
	width: 280px;
	height: 230px;
	margin: 5px;
	margin-right: 0px;
	background-color: #FFF;
}

#Sub2 {
	position: relative;
	float: left;
	width: 275px;
	height: 230px;
	margin: 5px;
	background-color: #FFF;	
}