body {
	padding: 0;
	font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #444;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1, h2, h3 { color: #000 !important; }

h2 {
	font-size: 1.6em;
	padding-left: 10px;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	background-color: #000;
	background-attachment: scroll;
	background-position: 0 0;
	width: 800px;
	height: 107px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
#header h1 { font-size: 3em; font-weight: bold; padding-top: 0; }
#header h2 { color: aqua; padding-left: 100px; }
/* Menu */

#menu {
	background-color: #999;
	width: 790px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	background-color:#333333
}

/* Content */

#content {
	background-color: #666;
	width: 800px;
	margin: 0 auto;
}

/*Add by Petre*/
#prot_btns {
	width:150px;
	padding-left:30px;
	padding-top:30px;
	float:left
}
#prot_btns td {
	padding-top:5px;
	padding-bottom:5px;
	font:Arial;
	color:#FFF;
	vertical-align:bottom
}
#picture {
	width:590px;
	height:229px;
	float:left;
	margin:0,0,225px;
	padding-top:60px;
	padding-left:30px;
}
#travel_menu {
	float:left;
	width:620px;
	height:65px;
}
#travel_menu td {
	font:Arial;
	font-size:10px;
	color:#FFF;
	vertical-align:middle;
}
#travel_menu a {
	color:#fff;
	text-decoration:none;
}
#travel_menu a:hover {
	background-color:#333333;
}
/* Footer */

#footer {
	width: 800px;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	background-color: #666666;
	font: Arial;
}

#footer * {
	color: #333333;
	vertical-align: bottom;
}

#header td {
	font-family: Arial;
	font-size: 30pt;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}