* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	background			:	#2b2b2a;
	width				    :	1000px;	
	font-family     : Times New Roman;
	font-size       : 15px;
	color           : #FFF;

}

div#container {

  float           : left;

}

div#header {

  float           : left;
  width           : 1000px;
  padding-top     : 25px;  
  padding-bottom  : 20px;
  
}

div#logo {

  float           : left;
  width           : 250px;
  
}

div#menu {

  float           : left;
  width           : 750px;
  padding-top     : 66px;
  font-family     : Times New Roman;
  text-align      : right;
  font-size       : 16px;
  
}

div#menu a {

  color           : #FFFFFF;
  text-decoration : none;
  padding-right   : 10px;
  font-weight     : bold;

}

div#menu a:hover {

  color           : #FFFFFF;
  text-decoration : underline;
  font-weight     : bold;

}

div#fotoframe {

  float           : left;
  width           : 1000px;
  padding-bottom  : 10px;
 
}

div#content {

  float           : left;
  width           : 990px;
  padding-left    : 10px;
  padding-bottom  : 10px;
  
}

div#content a {

  color           : #FFFFFF;
  text-decoration : underline;
  font-weight     : bold;

}

div#content a:hover {

  color           : #FFFFFF;
  text-decoration : underline;
  font-weight     : bold;

}
