/* CSS Document :: Raducu Popa (raducu.popa@gmail.com) */
html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Helvetica, Tahoma, Verdana, Arial, sans-serif;
	background: #FFF url(images/bg_body_blue.gif) left top repeat-x;
	}

#header {
	height: 150px;
	background: transparent url(images/bg_header_blue.jpg) left top no-repeat;
	color: #FFFFFF;
	margin-top: 0;
	}

#wrapper {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 0;
	}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	background: #fff;
	}

#content {
	margin-left: 170px;
	margin-top: 20px;
	background: #fff;
	}


#column_left {
	background: transparent url(images/bg_left_blue.jpg) left top no-repeat;
	float: left;
	width: 140px;
	min-height:425px;
	height:auto !important;
	height:425px;
	padding: 5px;
	margin-left: -960px;
}
#menu {
	margin-top: 65px;
	margin-left: 20px;
	color: #FFF;
	}
#menu a {
	display: block;
	border-bottom: 1px solid #3d96c5;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
	margin-right: 6px;
}
#menu a:hover {
	color: #052135;
	}

#footer {
	clear: left;
	border-top: 2px solid #CCC;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: right;
	color: #000;
	}
/* ----------------------- HOMEPAGE STYLE -------------- */
a { color: #333; }
.title {
	color: #bb1c1c;
	font: 18px Georgia, serif;
	background: transparent url(images/bg_title.gif) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 75px;
	}
	
.news {
	display: block;
	padding: 3px 0px 3px 25px;
	margin-bottom: 5px;
	margin-left: 30px;
	background: transparent url(images/bullet.gif) top left no-repeat;
	}
	
.news:hover {
	color: #000;
	text-decoration: none;
	}
	
.clear {
	clear: both;
	height: 1px;
	}
	
.img {
	border: 0;
	}

.navlinks {}

.bottom_links {}	
	
	
	