/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:verdana;
	font-size:12px;
	text-align:center;
	background-color:black;
	margin:70px 0 0 0;
}
h1{
	font-size:30px;
	font-weight:normal;
	color:white;
	margin:0 0 10px 0;
}

#wrapper {
	margin:auto;
	width:600px;
	border:1px solid;
	background-color:white;
	

}
#header { 
	padding:40px 0 0 0;
}
#top { 
		width:600px;
	height:22px;
	background-image:url(../images/common/frame_top.gif);
	background-repeat: no-repeat;
}
#content #project{
	margin-top:50px;
	padding:10px;
	text-align:left;
}
#content #project p {
	margin:0 0 10px 0;
	font-size:10px;
	font-weight:bold;
	color:black;

}

.link {
	color:black;
}

#adress { 
	font-size:10px;
}

#bottem {
	width:600px;
	height:22px;
	background-image:url(../images/common/frame_down.gif);
	background-repeat: no-repeat;
}
