* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-height: 740px;
	min-width: 880px;
}

body {
	background: #000000 url("images/bg.jpg") bottom right no-repeat;
	color: #646464;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 20px;
}

b {
	color: #FFFFFF;
	font-weight: normal;
}

#menu_top {
	background: url("images/menu_top.jpg") no-repeat;
	float: right;
	height: 45px;
	margin: 0px 10px 0px 0px;
	width: 381px;
	text-align: center;
}

#menu_top a {
	color: #646464;
	text-decoration: none;
}

#menu_top a:hover {
	color: #FFFFFF;
}

#menu_top a#t_acasa {
	background: url("images/menu_top_hover.jpg") 0 -45px no-repeat;
	display: block;
	float: left;
	height: 45px;
	width: 106px;
}

#menu_top a#t_acasa:hover {
	background-position: 0 0;
}

#menu_top a#t_blog {
	background: url("images/menu_top_hover.jpg") 0 -45px no-repeat;
	display: block;
	float: left;
	height: 45px;
	margin: 0px 0px 0px 22px;
	width: 49px;
}

#menu_top a#t_blog:hover {
	background-position: -128px 0;
}

#menu_top a#t_despre {
	background: url("images/menu_top_hover.jpg") 0 -45px no-repeat;
	display: block;
	float: left;
	height: 45px;
	margin: 0px 0px 0px 21px;
	width: 79px;
}

#menu_top a#t_despre:hover {
	background-position: -198px 0;
}

#menu_top a#t_contact {
	background: url("images/menu_top_hover.jpg") 0 -45px no-repeat;
	display: block;
	float: left;
	height: 45px;
	margin: 0px 0px 0px 20px;
	width: 84px;
}

#menu_top a#t_contact:hover {
	background-position: -297px 0;
}

#clear {
	clear: both;
}

#wrapper {
	margin: 0px 0px 0px 30px;
}

#title {
	background: url("images/title.jpg") no-repeat;
	height: 122px;
	width: 336px;
}

#content {
	margin: 50px 0px 0px 0px;
	width: 380px;
}

#menu {
	background: url("images/menu.jpg") no-repeat;
	height: 174px;
	margin: 50px 0px 0px 0px;
	width: 154px;
}

#menu a {
	background: url("images/menu_hover.jpg") 154px 0 no-repeat;
	display: block;
}

#menu a#acasa {
	height: 29px;
	width: 107px;
}

#menu a#acasa:hover {
	background-position: 0 0;
}

#menu a#blog {
	height: 29px;
	margin: 7px 0px 0px 0px;
	width: 50px;
}

#menu a#blog:hover {
	background-position: 0 -36px;
}

#menu a#despre {
	height: 29px;
	margin: 7px 0px 0px 0px;
	width: 79px;
}

#menu a#despre:hover {
	background-position: 0 -72px;
}

#menu a#contact {
	height: 19px;
	margin: 12px 0px 0px 0px;
	width: 84px;
}

#menu a#contact:hover {
	background-position: 0 -113px;
}

#menu a#fotografultau {
	height: 29px;
	margin: 12px 0px 0px 0px;
	width: 154px;
}

#menu a#fotografultau:hover {
	background-position: 0 -144px;
}

#footer {
	margin: 50px 0px 0px 0px;
}

#content a, #flash_content a {
	background-color: #161616;
	color: #646464;
	padding: 1px;
	text-decoration: none;
}

#content a:hover, #flash_content a:hover {
	background-color: #323232;
	color: #FFFFFF;
}