* {
	margin:0px;
	padding:0px;
}

body{
	background-color:#e7e7e7;
	background-image: url("../images/bg.png");
	font-family: Trebuchet MS;
	margin-top:5px;
	margin-bottom:25px;
}

#wrap{
	width:1015px;
	min-height:400px;
	background-color: #0f4b29;
	border:1px solid #e2e2e2;
	margin:auto;
	padding-bottom:10px;
}

#header{
	width:1015px;
	height:100px;
	background-color: #065c2c;
}

#banner{
	width:987px;
	height:274px;
	background-repeat: no-repeat;
	background-image: url("../images/bannerny.png");
	border:6px solid gray;
	margin:auto;
}

#menu{
	width:140px;
	min-height:300px;
	margin-top:10px;
	margin-left:8px;
	margin-right:20px;
	margin-bottom:10px;
	border:2px solid gray;
	float:left;
}

#content{
	width:685px;
	min-height:300px;
	margin-top:10px;
	float:left;
}

#ads{
	width:140px;
	min-height:420px;
	margin-top:10px;
	margin-right:8px;
	border:2px solid gray;
	float:right;
}

#bottom{
	width:900px;
	height:20px;
}

img{
	border:0px;
}

#imageannonce img{
	float:left;
	width:220px;
	padding-right:5px;
	padding-bottom:5px;
}

/* PSEUDO */
#menu a:link {color:#fff;text-decoration: none;}      /* unvisited link */
#menu a:visited {color:#fff;text-decoration: none;}  /* visited link */
#menu a:hover {color:#fff;text-decoration: none;text-decoration: underline;color:#e191d3;}  /* mouse over link */
#menu a:active {color:#fff;text-decoration: none;}  /* selected link */

#content a:link {color:#e191d3;font-size:11pt;font-family: arial;}      /* unvisited link */
#content a:visited {color:#e191d3;font-size:11pt;font-family: arial;}  /* visited link */
#content a:hover {color:#e191d3;font-size:11pt;font-family: arial;}  /* mouse over link */
#content a:active {color:#e191d3;font-size:11pt;font-family: arial;}  /* selected link */